Subject: CVS commit: basesrc/sbin/init
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 04/16/2002 04:59:38
Module Name: basesrc
Committed By: mycroft
Date: Tue Apr 16 01:59:38 UTC 2002
Modified Files:
basesrc/sbin/init: init.c
Log Message:
In single-user, after taking a signal and having the `shell' die with
SIGKILL, go into an infinite loop (like in the runcom SIGTERM case), on the
assumption that reboot(8) is in the middle of taking the system down.
This fixes `panic: init died' from sysinst.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 basesrc/sbin/init/init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.