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

glen glen at pld-linux.org
Mon Apr 5 21:18:15 CEST 2010


Author: glen
Date: Mon Apr  5 21:18:15 2010
New Revision: 11309

Modified:
   rc-scripts/trunk/rc.d/init.d/template.init
Log:
- tabs

Modified: rc-scripts/trunk/rc.d/init.d/template.init
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/template.init	(original)
+++ rc-scripts/trunk/rc.d/init.d/template.init	Mon Apr  5 21:18:15 2010
@@ -131,10 +131,10 @@
 # See how we were called.
 case "$1" in
   start)
-  	start
+	start
 	;;
   stop)
-  	stop
+	stop
 	;;
   restart)
 	checkconfig
@@ -147,7 +147,7 @@
 # include force-reload here if program allows reloading without restart
 # otherwise remove reload action and support force-reload as restart if running
   reload|force-reload)
-  	reload
+	reload
 	;;
 # use this one if program doesn't support reloading without restart
   force-reload)


More information about the pld-cvs-commit mailing list