Code

collectd-core.collectd.init.d: Source /lib/lsb/init-functions.
authorSebastian Harl <sh@tokkee.org>
Sat, 30 Jun 2012 10:39:15 +0000 (12:39 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 30 Jun 2012 10:39:15 +0000 (12:39 +0200)
This will make systemd work in compatibility mode.
Thanks to Michael Stapelberg for reporting this.
Closes: #679544
debian/changelog
debian/collectd-core.collectd.init.d

index e096901d1419bb2a166952164bb694bf6fffa3d7..034d54db4086930f675795550c84dad9f8d65658 100644 (file)
@@ -27,6 +27,10 @@ collectd (5.1.0-2) UNRELEASED; urgency=low
       (Closes: #678614).
     - Updated Spanish debconf translation; thanks to Omar Campagne
       (Closes: #679281).
+  * debian/collectd-core.collectd.init.d:
+    - Source /lib/lsb/init-functions in order to make systemd work in
+      compatibility mode; thanks to Michael Stapelberg for reporting this
+      (Closes: #679544).
 
  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 Jun 2012 22:17:27 +0200
 
index a5e8887815b9c8ad13242bf7ce13e7cedc7d7b06..70399811eaa72dd2d41bda2f98a598198e08b024 100755 (executable)
@@ -24,6 +24,8 @@
 
 set -e
 
+. /lib/lsb/init-functions
+
 export PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 DISABLE=0