rpms/cpuspeed/devel cpuspeed.init,1.37,1.38

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Feb 26 14:55:58 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/cpuspeed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7756

Modified Files:
	cpuspeed.init 
Log Message:
meh. vim auto-indent put in tabs instead of spaces. nuke 'em.


Index: cpuspeed.init
===================================================================
RCS file: /cvs/pkgs/rpms/cpuspeed/devel/cpuspeed.init,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- cpuspeed.init	26 Feb 2008 03:20:43 -0000	1.37
+++ cpuspeed.init	26 Feb 2008 14:55:18 -0000	1.38
@@ -121,11 +121,11 @@
       elif [ "$cpu_vendor" == AuthenticAMD ] && [ "$cpu_family" -ge 7 ]; then
         # Try loading powernow-k8 if this is an AMD processor,
         # family 7 or greater (Athlon XP/MP was family 6)
-	pk8m=$(/sbin/modinfo powernow-k8 2>&1 > /dev/null)
-	if [ "$?" -eq 0 ]; then
+        pk8m=$(/sbin/modinfo powernow-k8 2>&1 > /dev/null)
+        if [ "$?" -eq 0 ]; then
           /sbin/modprobe powernow-k8 2> /dev/null
           [ -d ${cpu0freqd} ] || /sbin/modprobe -r powernow-k8 2> /dev/null
-	fi
+        fi
       else
         if [ -d /proc/acpi ]; then
           # use ACPI as a fallback 




More information about the fedora-extras-commits mailing list