]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix reloading
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 23 Jun 2002 12:39:39 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httpd.init -> 1.3

httpd.init

index 90af7b6e1f3cd44ca2d6ec4056efa5ef8b9a7d1c..dc3dc3b4aa8fb9ed6d05e3f3eaf4989723db4836 100755 (executable)
@@ -38,9 +38,8 @@ case "$1" in
        $0 start
        ;;
   reload)
-       echo -n "Reloading httpd: "
+       msg_reloading httpd
        killproc httpd -HUP
-       echo
        ;;
   *)
        msg_usage "$0 {start|stop|restart|reload|status}"
This page took 0.141549 seconds and 4 git commands to generate.