]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fixed
authorwolf <wolf@pld-linux.org>
Sun, 1 Aug 2004 11:28:38 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.29

apache.init

index b122edb402fe0689da7c91a2990ccc0d0931ed84..d95d3b82deb98e9b2a1c14e0e4f2f6d35a932fbe 100644 (file)
@@ -62,7 +62,7 @@ case "$1" in
                if [ ! $PID -eq 0 ]; then
                        show "Waiting for httpd to stop"
                        busy
-                       while ps ax | grep -q $PID.\*httpd
+                       while ps -o command $PID | grep -q ^httpd
                        do
                                sleep 1
                        done
This page took 0.034306 seconds and 4 git commands to generate.