Code

collectd-core.collectd.init.d: Added cpufrequtils to should-start.
authorSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 15:28:43 +0000 (17:28 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 15:28:43 +0000 (17:28 +0200)
Else collectd does not reliably detect all CPUs; thanks to Mathias Bauer for
reporting and debugging this.

Closes: #662040
debian/changelog
debian/collectd-core.collectd.init.d

index ae322f622d9fccac3e22dc64e7dc1379eab88157..dce6b38a48bcf26cfabf16104ac911d07990c7ba 100644 (file)
@@ -27,6 +27,10 @@ collectd (4.10.7-1) unstable; urgency=low
       providing an option to opt out. The question defaults to remove the
       data; thanks to Trent W. Buck for reporting and discussing this
       (Closes: #631167).
+  * debian/collectd-core.collectd.init.d:
+    - Added cpufrequtils to should-start, else collectd does not reliably
+      detect all CPUs; thanks to Mathias Bauer for reporting and debugging
+      this (Closes: #662040).
 
  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
 
index 70b1a8f5bf9cc6346d39d8c4654f37aa5cf690da..5771380d0594c1d96adb0c04cda8b4e74846fa03 100755 (executable)
@@ -11,7 +11,7 @@
 # Provides:          collectd
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      $network $named $syslog $time
+# Should-Start:      $network $named $syslog $time cpufrequtils
 # Should-Stop:       $network $named $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6