CHANGE RUN LEVEL (SINGLE USER/MULTIUSER/HALT)
authorChristoph Robitschko <chmr@edvz.tu-graz.ac.at>
Fri, 31 Jul 1992 00:00:00 +0000 (00:00 +0000)
committerChristoph Robitschko <chmr@edvz.tu-graz.ac.at>
Fri, 31 Jul 1992 00:00:00 +0000 (00:00 +0000)
commit9f8430df6ef9c0618890723bacb69ac202385df1
treeb2eaf42997c7107f5fbc61b3ca253e72c0f582a5
parent4dcebb8df8b52d30a94db2bdb03cfb959a9dc089
CHANGE RUN LEVEL (SINGLE USER/MULTIUSER/HALT)

/sbin/init did not set some internal flags correctly (Reboot, drain)
This caused it to not execute /etc/rc again if the system was brought down
to singleuser and the back up again.  It also tried to start multiuser mode
when you tried halt or reboot in singleuser (when the singleuser shell was
terminated by halt/reboot).

AUTHOR: Christoph Robitschko (chmr@edvz.tu-graz.ac.at)
386BSD-Patchkit: patch00022
usr/src/sbin/init/init.c