]> git.pld-linux.org Git - packages/apache.git/commitdiff
- don't use daemon for reload since start-stop-daemon --start in use
authorTomasz Pala <gotar@pld-linux.org>
Sun, 12 Oct 2008 16:14:30 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.58

apache.init

index 763a0320714287720f9910a940732938a8b334b3..f75dc0d15770f261145c99adf41191b3b00f47f2 100644 (file)
@@ -99,8 +99,10 @@ case "$1" in
                RETVAL=$?
                if [ $RETVAL -eq 0 ]; then
                        msg_reloading httpd.${HTTPD_MPM}
-                       daemon httpd.${HTTPD_MPM} $CFG -k graceful
+                       busy
+                       httpd.${HTTPD_MPM} $CFG -k graceful
                        RETVAL=$?
+                       [ $RETVAL -eq 0 ] && ok || fail
                fi
        else
                msg_not_running httpd.${HTTPD_MPM}
This page took 0.064841 seconds and 4 git commands to generate.