From: Sebastian Harl Date: Thu, 17 May 2012 15:28:43 +0000 (+0200) Subject: collectd-core.collectd.init.d: Added cpufrequtils to should-start. X-Git-Tag: collectd-4.10.7-1~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1160314f10ef0af5bc3c1641f677cd3edeb3cb1f;p=pkg-collectd.git 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 --- diff --git a/debian/changelog b/debian/changelog index ae322f6..dce6b38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 17 May 2012 15:55:39 +0200 diff --git a/debian/collectd-core.collectd.init.d b/debian/collectd-core.collectd.init.d index 70b1a8f..5771380 100755 --- a/debian/collectd-core.collectd.init.d +++ b/debian/collectd-core.collectd.init.d @@ -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