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

glen glen at pld-linux.org
Sat Mar 21 22:24:25 CET 2009


Author: glen
Date: Sat Mar 21 22:24:25 2009
New Revision: 10224

Modified:
   rc-scripts/trunk/rc.d/init.d/local
Log:
- proper order of commands

Modified: rc-scripts/trunk/rc.d/init.d/local
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/local	(original)
+++ rc-scripts/trunk/rc.d/init.d/local	Sat Mar 21 22:24:25 2009
@@ -15,8 +15,8 @@
 # See how we were called.
 case "$1" in
   start)
-	touch /var/lock/subsys/local
 	. /etc/rc.d/rc.local
+	touch /var/lock/subsys/local
 	;;
   stop)
 	rm -f /var/lock/subsys/local


More information about the pld-cvs-commit mailing list