summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2012-01-04 19:14:50 +0100
committerJulien Valroff <julien@kirya.net>2012-01-04 19:14:50 +0100
commit1753130917edc672abf5518760ad3e232b77bcac (patch)
treeaf84ceb3c972948c1e0f0002d35fe6f5b8f8db0d
parentec163ab7563bcf76e72aeae36ea11fd61fe9f5c2 (diff)
Add missing LSB description field in the init scriptdebian/1.14-10
-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"