]> git.pld-linux.org Git - packages/apache.git/commitdiff
- wait one second when shutting down
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Jan 2004 00:22:54 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.19

apache.init

index 145eef89e92eca7db042b8e2e0bba1fb938492a1..63ef00c679de244452651821f30f522cb3e34509 100644 (file)
@@ -51,6 +51,7 @@ case "$1" in
        if [ -f /var/lock/subsys/httpd ]; then
                msg_stopping httpd
                killproc httpd
+               sleep 1
                rm -f /var/lock/subsys/httpd /var/run/httpd.pid /var/run/httpd.loc* >/dev/null 2>&1
        else
                msg_not_running httpd
This page took 0.027387 seconds and 4 git commands to generate.