summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ed4c4d)
raw | patch | inline | side by side (parent: 2ed4c4d)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 6 Nov 2006 13:10:02 +0000 (13:10 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 6 Nov 2006 13:10:02 +0000 (13:10 +0000) |
debian/changelog | patch | blob | history | |
debian/collectd.init.d | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a999b056f7f7c01b4156698b0b6c4e486ccc0a90..3a5b56d17450ebac40c46f07f7a55475b4224f67 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
diff --git a/debian/collectd.init.d b/debian/collectd.init.d
index 7c8ac291c50f28dab151b6120d88e76d96f09d9d..549e919a4b9d59f742321de3f5b8a0cec5b574af 100755 (executable)
--- a/debian/collectd.init.d
+++ b/debian/collectd.init.d
# 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