From 8bc40b8c5f165ed83b1d3856fb5d6bd322bdee43 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 4 Sep 2010 14:21:17 +0200 Subject: Fix typos and errors --- debian/mailgraph.default | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'debian/mailgraph.default') diff --git a/debian/mailgraph.default b/debian/mailgraph.default index f302084..72d4649 100644 --- a/debian/mailgraph.default +++ b/debian/mailgraph.default @@ -4,14 +4,14 @@ # # Should Mailgraph start on boot (true|false) (default: true) -BOOT_START=true +BOOT_START="true" # Logfile used by mailgraph (default: /var/log/mail.log) -MAIL_LOG=/var/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=false +IGNORE_LOCALHOST="false" # Extra options to be passed to mailgraph daemon # See mailgraph -h output (default: "") @@ -19,6 +19,5 @@ EXTRA_OPTIONS="" # User and group http daemon runs as (default: www-data for both options) # Restart mailgraph daemon so that these values are taken into account -HTTP_USER=www-data -HTTP_GROUP=www-data - +HTTP_USER="www-data" +HTTP_GROUP="www-data" -- cgit v1.2.3