Package: cpufrequtils Version: 002-5 Tags: patch When testing the dependency based boot sequencing in Sid, I noticed that the two init.d scripts in cpufrequtils both ended up with the same sequence number. This seem wrong, as one of the scripts (loadcpufreq) probably should run before the other (cpufrequtils).
To document this, and make sure the dependency based boot sequencing fixes this order, I recommend making this change to the cpufrequtils init.d script: --- /etc/init.d/cpufrequtils.orig 2007-11-16 09:19:02.000000000 +0000 +++ /etc/init.d/cpufrequtils 2007-11-16 09:18:23.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: cpufrequtils -# Required-Start: $local_fs +# Required-Start: $local_fs loadcpufreq # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

