]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- bugfix
authormis <mis@pld-linux.org>
Sun, 25 Feb 2007 15:08:43 +0000 (15:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.init -> 1.2

nginx.init

index d7f822c28278963818bab6052e14a68c833584e3..43c35db428525777b55aeb99a522259becd3b12e 100644 (file)
@@ -56,7 +56,7 @@ case "$1" in
   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
This page took 0.223503 seconds and 4 git commands to generate.