SOURCES: php-fcgi.init - LSB: reload might not exist, but must not...

qboosh qboosh at pld-linux.org
Fri Sep 14 17:07:06 CEST 2007


Author: qboosh                       Date: Fri Sep 14 15:07:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- LSB: reload might not exist, but must not restart service

---- Files affected:
SOURCES:
   php-fcgi.init (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SOURCES/php-fcgi.init
diff -u SOURCES/php-fcgi.init:1.18 SOURCES/php-fcgi.init:1.19
--- SOURCES/php-fcgi.init:1.18	Fri Sep 14 14:22:11 2007
+++ SOURCES/php-fcgi.init	Fri Sep 14 17:07:01 2007
@@ -195,7 +195,7 @@
 stop)
 	stop
 	;;
-restart|reload|force-reload)
+restart|force-reload)
 	checkconfig
 	restart
 	;;
@@ -204,7 +204,7 @@
 	exit $?
 	;;
 *)
-	msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
+	msg_usage "$0 {start|stop|restart|force-reload|status}"
 	exit 3
 esac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-fcgi.init?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list