summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/mailgraph.init3
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d242fd..0f2a8ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ mailgraph (1.14-10) unstable; urgency=low
Eisentraut <petere@debian.org> (Closes: #652998)
* Updated Debconf translation for Norwegian Bokmål - thanks to Bjørn
Steensrud <bjornst@skogkatt.homelinux.org> (Closes: #654448)
+ * Add missing LSB description field in the init script
- -- Julien Valroff <julien@debian.org> Wed, 04 Jan 2012 18:04:30 +0100
+ -- Julien Valroff <julien@debian.org> Wed, 04 Jan 2012 19:14:16 +0100
mailgraph (1.14-9) unstable; urgency=low
diff --git a/debian/mailgraph.init b/debian/mailgraph.init
index 20ca685..4c0bce0 100644
--- a/debian/mailgraph.init
+++ b/debian/mailgraph.init
@@ -7,6 +7,9 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Mail statistics frontend for Postfix
+# Description: mailgraph is a very simple mail statistics rrdtool frontend for
+# postfix, sendmail or exim that produces daily, weekly, monthly and
+# yearly graphs of received/sent and bounced/rejected mail.
### END INIT INFO
MAILGRAPH_CONFIG="/etc/default/mailgraph"