rpms/microcode_ctl/devel microcode_ctl.init, 1.11, 1.12 microcode_ctl.spec, 1.36, 1.37

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 13 03:26:58 UTC 2006


Author: jcm

Update of /cvs/dist/rpms/microcode_ctl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23507

Modified Files:
	microcode_ctl.init microcode_ctl.spec 
Log Message:
chkconfig wasn't broken, I was :-)



Index: microcode_ctl.init
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/microcode_ctl.init,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- microcode_ctl.init	15 Nov 2005 04:06:33 -0000	1.11
+++ microcode_ctl.init	13 Oct 2006 03:26:56 -0000	1.12
@@ -1,5 +1,5 @@
 #!/bin/bash
-# chkconfig: - 0 99
+# chkconfig: 2345 0 99
 # description: script to apply cpu microcode
 
 # vars:


Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/microcode_ctl.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- microcode_ctl.spec	12 Oct 2006 22:10:45 -0000	1.36
+++ microcode_ctl.spec	13 Oct 2006 03:26:56 -0000	1.37
@@ -71,7 +71,6 @@
 family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print $2 }'`
 [ $family -lt 6 ] && exit 0
 /sbin/chkconfig --add microcode_ctl
-/sbin/chkconfig microcode_ctl on
 
 %triggerpostun -- kernel-utils
 # Only enable on Intel 686's and above.




More information about the fedora-cvs-commits mailing list