SOURCES: nginx.init - bugfix

mis mis at pld-linux.org
Sun Feb 25 16:08:49 CET 2007


Author: mis                          Date: Sun Feb 25 15:08:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bugfix

---- Files affected:
SOURCES:
   nginx.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/nginx.init
diff -u SOURCES/nginx.init:1.1 SOURCES/nginx.init:1.2
--- SOURCES/nginx.init:1.1	Sun Feb 25 16:06:45 2007
+++ SOURCES/nginx.init	Sun Feb 25 16:08:43 2007
@@ -56,7 +56,7 @@
   stop)
 	# Stop daemons.
 	if [ -f /var/lock/subsys/nginx ]; then
-		msg_stopping nginx.${HTTPD_MPM}
+		msg_stopping nginx
 		killproc --waitforname nginx --waitfortime 60 nginx $CFG
 		# Delete pidfile only when nginx was called successfully
 		if [ $? -eq 0 ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nginx.init?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list