diff options
author | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:40:14 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:40:14 +0000 |
commit | 22aacf34689645458777790e36aebe59da0a9c95 (patch) | |
tree | c83273e8f5b1b27b5a14929b5b1c7f21525f95e6 /debian | |
parent | 74b3bff39f6a478a113dac911d7e9f20afa4da3c (diff) |
Add LSB tags to init scriptecholot-2.1.8-6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/echolot.init | 15 |
2 files changed, 17 insertions, 1 deletions
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 <weasel@debian.org> Mon, 10 Dec 2007 10:34:11 +0100 + -- Peter Palfrader <weasel@debian.org> 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 |