From a394f22ca4ccb893427d8fd377b2ae3a91712420 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 30 Jul 2004 18:57:01 +0000 Subject: [PATCH] - cosmetics Changed files: apache.init -> 1.28 --- apache.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache.init b/apache.init index 8203f33..b122edb 100644 --- a/apache.init +++ b/apache.init @@ -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 -- 2.44.0