From 409dce20896dbf5a645e935fb6313cd71ec31181 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Mon, 4 Jan 2010 20:57:05 +0100 Subject: Add patch to allow extra options to be passed to mailgraph - thanks to Pascal Volk (Closes: #513634) --- debian/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/init') diff --git a/debian/init b/debian/init index cd5bdff..7cc4f7c 100644 --- a/debian/init +++ b/debian/init @@ -35,7 +35,7 @@ fi case "$1" in start) echo -n "Starting Postfix Mail Statistics: $NAME" - start-stop-daemon -S -q -b -p $PID_FILE -x $DAEMON -- -l $MAIL_LOG -d --daemon_rrd=$RRD_DIR $IGNORE_OPTION + start-stop-daemon -S -q -b -p $PID_FILE -x $DAEMON -- -l $MAIL_LOG -d --daemon_rrd=$RRD_DIR $IGNORE_OPTION $EXTRA_OPTIONS echo "." ;; stop) -- cgit v1.2.3