Code

LSBized init script.
authorSebastian Harl <sh@tokkee.org>
Mon, 6 Nov 2006 13:10:02 +0000 (13:10 +0000)
committerSebastian Harl <sh@tokkee.org>
Mon, 6 Nov 2006 13:10:02 +0000 (13:10 +0000)
debian/changelog
debian/collectd.init.d

index a999b056f7f7c01b4156698b0b6c4e486ccc0a90..3a5b56d17450ebac40c46f07f7a55475b4224f67 100644 (file)
@@ -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 <sh@tokkee.org>  Mon,  6 Nov 2006 12:25:34 +0000
+ -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
 
 collectd (3.10.2-1) unstable; urgency=low
 
index 7c8ac291c50f28dab151b6120d88e76d96f09d9d..549e919a4b9d59f742321de3f5b8a0cec5b574af 100755 (executable)
@@ -6,6 +6,15 @@
 #              Sebastian Harl <sh@tokkee.org>
 #
 
+### 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