SVN: rc-scripts/trunk/rc.d/init.d/template.init
glen
glen at pld-linux.org
Tue Mar 13 18:11:47 CET 2007
Author: glen
Date: Tue Mar 13 18:11:47 2007
New Revision: 8373
Modified:
rc-scripts/trunk/rc.d/init.d/template.init
Log:
- avoid doing something silly if plain template is used
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 Tue Mar 13 18:11:47 2007
@@ -83,13 +83,10 @@
reload)
reload
;;
+# ONLY if program allows reloading without stopping
+# otherwise include force-reload with 'reload'
force-reload)
- # if program allows reloading without stopping
reload
-
- # or if it doesn't
- stop
- start
;;
status)
status <service>
More information about the pld-cvs-commit
mailing list