--- cpufreq.orig 2005-08-18 17:51:32.000000000 +0200 +++ cpufreq 2005-11-15 03:50:26.000000000 +0100 @@ -13,7 +13,7 @@ params="" if [ -n $governor ]; then mod="cpufreq_$governor" - modprobe $mod > /dev/null 2&>1 + modprobe $mod > /dev/null 2>&1 params="-g $governor" if [ $? -eq 0 ]; then if [ "$min_freq" != "" ]; then