SVN: rc-scripts/trunk/rc.d/init.d/allowlogin

glen glen at pld-linux.org
Sat Mar 21 22:17:55 CET 2009


Author: glen
Date: Sat Mar 21 22:17:54 2009
New Revision: 10222

Modified:
   rc-scripts/trunk/rc.d/init.d/allowlogin
Log:
- why the space?

Modified: rc-scripts/trunk/rc.d/init.d/allowlogin
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/allowlogin	(original)
+++ rc-scripts/trunk/rc.d/init.d/allowlogin	Sat Mar 21 22:17:54 2009
@@ -19,7 +19,7 @@
   stop)
 	# /etc/nologin when shutting down system
 	if is_yes "$DELAY_LOGIN" && [ ! -f /etc/nologin ]; then
-		nls "System shutdown in progress \n" > /etc/nologin
+		nls "System shutdown in progress\n" > /etc/nologin
 		chmod 644 /etc/nologin
 		cp -fp /etc/nologin /etc/nologin.boot
 	fi


More information about the pld-cvs-commit mailing list