From 0672a9a0be1ff5351b9ed64104c737488c093def Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 4 Sep 2010 14:15:48 +0200 Subject: Fixes for previous commit --- debian/mailgraph.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/mailgraph.default') diff --git a/debian/mailgraph.default b/debian/mailgraph.default index 12f380a..f302084 100644 --- a/debian/mailgraph.default +++ b/debian/mailgraph.default @@ -4,14 +4,14 @@ # # Should Mailgraph start on boot (true|false) (default: true) -BOOT_START=$BOOT_START +BOOT_START=true # Logfile used by mailgraph (default: /var/log/mail.log) -MAIL_LOG=$MAIL_LOG +MAIL_LOG=/var/log/mail.log # Ignore mails from localhost (true|false) (default: false) # When true, this will pass --ignore-localhost to mailgraph daemon -IGNORE_LOCALHOST=$IGNORE_LOCALHOST +IGNORE_LOCALHOST=false # Extra options to be passed to mailgraph daemon # See mailgraph -h output (default: "") -- cgit v1.2.3