rc-scripts/trunk/rc.d/rc.sysinit

glen cvs at pld-linux.org
Fri Feb 10 23:21:33 CET 2006


Author: glen
Date: Fri Feb 10 23:21:26 2006
New Revision: 6965

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Reverted last change

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Fri Feb 10 23:21:26 2006
@@ -384,7 +384,7 @@
 # Remove /etc/nologin when starting system
 [ -f /etc/nologin.boot ] && rm -f /etc/nologin /etc/nologin.boot
 
-if ! is_yes "$VSERVER" && is_yes "$DELAY_LOGIN" && [ ! -f /etc/nologin ]; then
+if is_yes "$DELAY_LOGIN" && [ ! -f /etc/nologin ]; then
 	show "Enabling Delay Login"; busy
 	echo > /etc/nologin
 	nls "System bootup in progress - please wait" >> /etc/nologin


More information about the pld-cvs-commit mailing list