r19: Debian init script now has a "debug" argument.
[amavisd-cn.git] / debian / init
index 62f701f..5ca8c67 100755 (executable)
@@ -108,7 +108,7 @@ esac
 mta=postfix
 
 case "$arg" in
-  start|stop|restart|reload|force-reload)
+  start|stop|restart|reload|force-reload|debug)
        /etc/init.d/amavis.amavisd-new "$arg"
        ;;