rpms/cpuspeed/devel cpuspeed.init, 1.16, 1.17 cpuspeed.spec, 1.44, 1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 29 21:46:44 UTC 2006


Author: jwilson

Update of /cvs/dist/rpms/cpuspeed/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9966

Modified Files:
	cpuspeed.init cpuspeed.spec 
Log Message:
Hrm, looking for /etc/cpuspeed/cpuspeed, trying to source /etc/sysconfig/cpuspeed, and installing the actual file we're after as /etc/cpuspeed.conf seems bad, m'kay? :)


Index: cpuspeed.init
===================================================================
RCS file: /cvs/dist/rpms/cpuspeed/devel/cpuspeed.init,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cpuspeed.init	22 Nov 2006 03:58:14 -0000	1.16
+++ cpuspeed.init	29 Nov 2006 21:46:41 -0000	1.17
@@ -12,8 +12,8 @@
 prog="cpuspeed"
 
 # Get config.
-if [ -f /etc/cpuspeed/cpuspeed ]; then
-        . /etc/sysconfig/cpuspeed
+if [ -f /etc/cpuspeed.conf ]; then
+        . /etc/cpuspeed.conf
 fi
 
 cpu0freqd=/sys/devices/system/cpu/cpu0/cpufreq


Index: cpuspeed.spec
===================================================================
RCS file: /cvs/dist/rpms/cpuspeed/devel/cpuspeed.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- cpuspeed.spec	28 Nov 2006 22:20:48 -0000	1.44
+++ cpuspeed.spec	29 Nov 2006 21:46:41 -0000	1.45
@@ -77,6 +77,9 @@
 exit 0
 
 %changelog
+* Wed Nov 29 2006 Jarod Wilson <jwilson at redhat.com>
+- Fix busted config file sourcing
+
 * Mon Nov 27 2006 Jarod Wilson <jwilson at redhat.com>
 - Spec tweaks to bring in line with Fedora packaging guidelines
 - Add docs to package




More information about the fedora-cvs-commits mailing list