Mike Frysinger a77b4f3970 jfb2 writes in Bug 119:
The init applet will restart (re-exec) itsself when it
receives a SIGHUP. However, just before it enters its
main loop, it resets SIGHUP to either re-load the inittab
(or ignore it if no inittab is used). Thus preventing
the re-exec option from being triggerable.

This patch adds a signal handler for SIGQUIT for init that
always causes init to re-exec itsself (along with killing
anything else that might be still running).
2005-04-16 08:21:34 +00:00
..
2005-04-16 08:21:34 +00:00
2004-10-08 07:46:08 +00:00
2004-10-08 07:46:08 +00:00
2004-08-27 19:55:28 +00:00