summaryrefslogtreecommitdiff
path: root/debian/init
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-01-04 20:57:05 +0100
committerJulien Valroff <julien@kirya.net>2010-01-04 20:57:05 +0100
commit409dce20896dbf5a645e935fb6313cd71ec31181 (patch)
treee1f7c6313d178e0c83d69858332c8b816f00c2e3 /debian/init
parent317403eb4faad8467fe49b56f53e300dc5e14f2f (diff)
Add patch to allow extra options to be passed to mailgraph - thanks to Pascal Volk <user@localhost.localdomain.org> (Closes: #513634)
Diffstat (limited to 'debian/init')
-rw-r--r--debian/init2
1 files changed, 1 insertions, 1 deletions
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)