]> git.pld-linux.org Git - packages/apache.git/commitdiff
- killed my previous bogus "fixes"
authorankry <ankry@pld-linux.org>
Wed, 7 May 2003 16:07:25 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.14

apache.init

index 37a40b1c72e463d5b5f6efed5ab2633408ef3c9b..d5eb0f1f62b9caae333afb3e8a9c81127e0f97ec 100644 (file)
@@ -68,10 +68,8 @@ case "$1" in
        ;;
   reload)
        msg_reloading httpd
-       busy
        killproc httpd -HUP
        RETVAL=$?
-       [ $RETVAL -eq 0 ] && ok || died
        ;;
   *)
        msg_usage "$0 {start|stop|restart|reload|status}"
This page took 0.086727 seconds and 4 git commands to generate.