X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fcpufreq-detect.sh;h=35d63d400484cc5acdff5a4aacbfe62f2569e539;hb=68b6fa1359d75e8060f778a8d98584a1a5b2c5c9;hp=e8c15c2b79d913ca5bf097e8a7e5001413c1693f;hpb=81db4ac16c6698bd7d7380034f61c09d987da934;p=grml-scripts.git diff --git a/usr_bin/cpufreq-detect.sh b/usr_bin/cpufreq-detect.sh index e8c15c2..35d63d4 100755 --- a/usr_bin/cpufreq-detect.sh +++ b/usr_bin/cpufreq-detect.sh @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (C) Ubuntu, (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Jul 04 12:15:57 CEST 2007 [mika] ################################################################################ # Notice: also check out /etc/init.d/loadcpufreq of current cpufrequtils in Debian. # @@ -129,7 +128,7 @@ case "$VENDOR_ID" in ;; CentaurHauls*) # VIA - if [ $CPU_FAMILY == 6 ]; then + if [ $CPU_FAMILY = 6 ]; then MODULE=longhaul; fi ;;