r19: Debian init script now has a "debug" argument.
authorZoran Dzelajlija <Zoran.Dzelajlija@CARNet.hr>
Fri, 19 Oct 2007 01:28:21 +0000 (01:28 +0000)
committerZoran Dzelajlija <Zoran.Dzelajlija@CARNet.hr>
Fri, 19 Oct 2007 01:28:21 +0000 (01:28 +0000)
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"
        ;;