]> git.pld-linux.org Git - packages/apache.git/blobdiff - httpd.init
- release 3.
[packages/apache.git] / httpd.init
index 7cf2cd8a61936f5c0d848f90d0f1447b9545bb37..dc3dc3b4aa8fb9ed6d05e3f3eaf4989723db4836 100755 (executable)
@@ -38,12 +38,11 @@ case "$1" in
        $0 start
        ;;
   reload)
-       echo -n "Reloading httpd: "
+       msg_reloading httpd
        killproc httpd -HUP
-       echo
        ;;
   *)
-       echo "Usage: $0 {start|stop|restart|reload|status}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
This page took 0.026613 seconds and 4 git commands to generate.