]> git.pld-linux.org Git - packages/apache.git/commitdiff
- cosmetics
authorwolf <wolf@pld-linux.org>
Fri, 30 Jul 2004 18:57:01 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.28

apache.init

index 8203f33bd7ff136ad7e6ea8a51e72fc4831ff132..b122edb402fe0689da7c91a2990ccc0d0931ed84 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 $PID.\*httpd > /dev/null
+                       while ps ax | grep -q $PID.\*httpd
                        do
                                sleep 1
                        done
This page took 0.027742 seconds and 4 git commands to generate.