Comment 4 for bug 340301

Revision history for this message
Florent (florent.x) wrote :

Here is the fix for second problem ("Usage:" messages).

It is because the option "modprobe -Q" is not supported any more.
It should be replaced with "modprobe -q

--- a/etc/init.d/powernowd Wed Mar 11 23:50:10 2009 +0100
+++ b/etc/init.d/powernowd Thu Mar 12 00:23:06 2009 +0100
@@ -28,6 +28,6 @@
 . /etc/default/rcS

 if [ "x$VERBOSE" = "xno" ]; then
- MODPROBE_OPTIONS="$MODPROBE_OPTIONS -Q"
+ MODPROBE_OPTIONS="$MODPROBE_OPTIONS -q"
         export MODPROBE_OPTIONS
 fi