From: Zoran Dzelajlija Date: Fri, 19 Oct 2007 01:28:21 +0000 (+0000) Subject: r19: Debian init script now has a "debug" argument. X-Git-Tag: v2.6.4-1~32 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=amavisd-cn.git;a=commitdiff_plain;h=bef720c3ad126fe2dba2672ccb0a72a66ee6c9cb r19: Debian init script now has a "debug" argument. --- diff --git a/debian/init b/debian/init index 62f701f..5ca8c67 100755 --- a/debian/init +++ b/debian/init @@ -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" ;;