From: Sebastian Harl Date: Mon, 6 Nov 2006 13:10:02 +0000 (+0000) Subject: LSBized init script. X-Git-Tag: collectd-3.10.3-1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9562cee8e025b26a73631582cc6fea3ea09c017b;p=pkg-collectd.git LSBized init script. --- diff --git a/debian/changelog b/debian/changelog index a999b05..3a5b56d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ collectd (3.10.3-1) unstable; urgency=low * New upstream release. * Made package binNMUable: - Upstream assures API backward compatibility only between patch releases. + * LSBized init script. - -- Sebastian Harl Mon, 6 Nov 2006 12:25:34 +0000 + -- Sebastian Harl Mon, 6 Nov 2006 13:09:28 +0000 collectd (3.10.2-1) unstable; urgency=low diff --git a/debian/collectd.init.d b/debian/collectd.init.d index 7c8ac29..549e919 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -6,6 +6,15 @@ # Sebastian Harl # +### BEGIN INIT INFO +# Provides: collectd +# Required-Start: $local_fs $remote_fs +# Should-Start: $network $named $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: start the statistics collection daemon +### END INIT INFO + set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin