]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- cleaning
authorankry <ankry@pld-linux.org>
Sun, 4 May 2003 20:17:12 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd.init -> 1.9

amavisd.init

index 581743077157ed5b4956449a3f6b5e0533226503..7ae76ba839b1ccafa607b0e1d938bbf80b95755f 100755 (executable)
@@ -45,12 +45,12 @@ case "$1" in
   status)
        status amavisd
        ;;
-  restart)
+  restart|reload)
        $0 stop
        $0 start
        ;;
   *)
-       msg_usage "$0 {start|stop|status|restart}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
This page took 0.042298 seconds and 4 git commands to generate.