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

glen cvs at pld-linux.org
Fri Feb 10 20:47:06 CET 2006


Author: glen
Date: Fri Feb 10 20:47:04 2006
New Revision: 6964

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Disable DELAY_LOGIN for vserver, suggested by Patrys

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 20:47:04 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 "$DELAY_LOGIN" && [ ! -f /etc/nologin ]; then
+if ! is_yes "$VSERVER" && 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