Go to file
Jesse Smith 272f112c98 Added new signal handler for SIGUSR2. When init receives SIGUSR2
it closes (and leaves closed) the named pipe /run/initctl. This
can be used to make sure init does not have any files open. However,
it also means we cannot switch run levels or bring down the system.
The pipe can be re-opened by sending init the SIGUSR1 signal.

Updated the man pages for initctl and init to include this information.
2018-04-17 19:44:50 -03:00
contrib Updated documentation and install instructions. Refreshed copyright notice. 2018-02-27 17:28:10 -04:00
doc Added new signal handler for SIGUSR2. When init receives SIGUSR2 2018-04-17 19:44:50 -03:00
man Added new signal handler for SIGUSR2. When init receives SIGUSR2 2018-04-17 19:44:50 -03:00
src Added new signal handler for SIGUSR2. When init receives SIGUSR2 2018-04-17 19:44:50 -03: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 Updated documentation and install instructions. Refreshed copyright notice. 2018-02-27 17:28:10 -04:00
Makefile Updated Makefile to sign and upload packages created 2018-02-23 18:08:34 -04:00
README Updated documentation and install instructions. Refreshed copyright notice. 2018-02-27 17:28:10 -04:00

contrib		Unofficial stuff, add-on programs
doc		Documentation
man		Manual pages
src		Source code

For instructions on building and installing SysV init, please
see the "doc/Install" file.

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

Send patches to sysvinit-devel@nongnu.org .