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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to