From 9562cee8e025b26a73631582cc6fea3ea09c017b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 6 Nov 2006 13:10:02 +0000 Subject: [PATCH] LSBized init script. --- debian/changelog | 3 ++- debian/collectd.init.d | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.30.2