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

glen glen at pld-linux.org
Fri Aug 19 21:44:28 CEST 2011


Author: glen
Date: Fri Aug 19 21:44:28 2011
New Revision: 12330

Modified:
   rc-scripts/trunk/rc.d/init.d/local
Log:
add starting line

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	Fri Aug 19 21:44:28 2011
@@ -15,7 +15,9 @@
 # See how we were called.
 case "$1" in
   start)
+	msg_starting "rc.local"
 	. /etc/rc.d/rc.local
+	ok
 	touch /var/lock/subsys/local
 	;;
   stop)


More information about the pld-cvs-commit mailing list