CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/03 15:29:00
Modified files: sbin/init : init.c Log message: Do not raise the securelevel when transitioning from catatonia to multiuser since we are not actually going multiuser. Fixes a problem where the securelevel was raised for rc.shutdown even when reboot was run from single user mode. OK deraadt@