Go to file
Jesse Smith 986bee63c0 Allow multiple console output
When booting a kernel with multiple serial console support, or multuiple
console arguments ala "console=tty1 console=ttyS0,9600" the kernel will output
messages to all consoles, init however will not. It will only send output to,
and accept input from, the last of the consoles.
This patch fixes it.

(Author is Martin Buck.)
2018-02-20 19:34:45 -04:00
contrib Correct remote repo URL. 2018-02-17 14:44:05 +00:00
doc Moved the named communication pipe from /dev/initctl to /run/initctl. This 2018-02-20 19:29:08 -04:00
man Applied Debian patches to update init Makefile, halt and init documentation. 2018-02-20 19:26:09 -04:00
src Allow multiple console output 2018-02-20 19:34:45 -04:00
COPYING Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12). It is 2009-09-10 08:28:49 +00:00
COPYRIGHT Mention where the license text is on Debian systems. 2010-03-22 19:43:23 +00:00
Makefile Add 'make dist' target to get a tarball to test in addition to the upload target. 2014-02-07 19:13:52 +00:00
README Use https link to project page. 2018-02-11 09:22:35 +00:00

contrib		Unofficial stuff
doc		Documentation, mostly obsolete
man		Manual pages, not obsolete
obsolete	Really obsolete stuff ;)
src		Source code

The project home is on https://savannah.nongnu.org/projects/sysvinit .

Send patches to sysvinit-devel@nongnu.org .