From 22aacf34689645458777790e36aebe59da0a9c95 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 10 Dec 2007 09:40:14 +0000 Subject: Add LSB tags to init script --- debian/changelog | 3 ++- debian/echolot.init | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4543fe1..1bf3d63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ echolot (2.1.8-6) unstable; urgency=low directory.) * Also rm -rf /var/log/echolot in postrm purge (closes: #455105). * Move DH_COMPAT from the rules file into debian/compat. + * Add LSB tags to init script. - -- Peter Palfrader Mon, 10 Dec 2007 10:34:11 +0100 + -- Peter Palfrader Mon, 10 Dec 2007 10:39:41 +0100 echolot (2.1.8-5) unstable; urgency=low diff --git a/debian/echolot.init b/debian/echolot.init index 9768148..0ff2897 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -2,6 +2,21 @@ # # pingcntl: echolot control + wrapper # Written by admin@arancio.net, peter@palfrader.org +# +### BEGIN INIT INFO +# Provides: echolot +# Required-Start: $local_fs $remote_fs $time +# Required-Stop: $local_fs $remote_fs +# Should-Start: mail-transport-agent $syslog +# Should-Stop: mail-transport-agent $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Pinger for anonymous remailers +# Description: Echolot is a pinger for anonymous remailers +# such as Mixmaster. As the name implies it +# regularly sends pings to remailers to +# collect performance statistics on each node. +### END INIT INFO set -e -- cgit v1.2.3