]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fixed previous change
authorbszx <bszx@pld-linux.org>
Sat, 29 Oct 2005 17:39:21 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.46

apache.init

index 8002345db65d7014795b6b498e2c08008ca83d70..fe83adda65bbb608999d4281d0bc6be8ca9c6350 100644 (file)
@@ -81,7 +81,6 @@ case "$1" in
        ;;
   reload|force-reload|graceful)
        if [ -f /var/lock/subsys/httpd ]; then
-               msg_reloading httpd.${HTTPD_MPM}
                run_cmd "Checking httpd.${HTTPD_MPM} configuration" httpd.${HTTPD_MPM} $CFG -t
                RETVAL=$?
                if [ $RETVAL -eq 0 ]; then
This page took 0.090136 seconds and 4 git commands to generate.