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

glen glen at pld-linux.org
Thu Nov 22 00:22:19 CET 2007


Author: glen
Date: Thu Nov 22 00:22:19 2007
New Revision: 9076

Modified:
   rc-scripts/trunk/rc.d/init.d/template.init
Log:
- this should be restart, who put reload there?

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	Thu Nov 22 00:22:19 2007
@@ -88,7 +88,7 @@
 # ONLY if program allows reloading without stopping
 # otherwise include force-reload with 'reload'
   force-reload)
-	reload
+	restart
 	;;
   status)
 	status <service>


More information about the pld-cvs-commit mailing list