rpms/microcode_ctl/devel microcode_ctl.init, 1.13, 1.14 microcode_ctl.spec, 1.51, 1.52

Dave Jones davej at fedoraproject.org
Thu Jun 25 23:35:02 UTC 2009


Author: davej

Update of /cvs/pkgs/rpms/microcode_ctl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26679

Modified Files:
	microcode_ctl.init microcode_ctl.spec 
Log Message:
Shorten sleep time during init.
  This really needs to be replaced with proper udev hooks, but this is
  a quick interim fix.


Index: microcode_ctl.init
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/devel/microcode_ctl.init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- microcode_ctl.init	22 Feb 2008 20:01:12 -0000	1.13
+++ microcode_ctl.init	25 Jun 2009 23:35:01 -0000	1.14
@@ -47,7 +47,7 @@ function start ()
 	while [ ! -c $DEVICE ]; do
 		lt=$[lt+1];
 		[ $lt -gt 5 ] && break;
-		sleep 1;
+		sleep 0.1;
 	done
 
 	# Lets just be sure we have a device file...


Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/devel/microcode_ctl.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- microcode_ctl.spec	3 Jun 2009 19:14:37 -0000	1.51
+++ microcode_ctl.spec	25 Jun 2009 23:35:01 -0000	1.52
@@ -78,6 +78,11 @@ family=`cat /proc/cpuinfo | grep "^cpu f
 exit 0
 
 %changelog
+* Thu Jun 25 2009 Dave Jones <davej at redhat.com>
+- Shorten sleep time during init.
+  This really needs to be replaced with proper udev hooks, but this is
+  a quick interim fix.
+
 * Wed Jun 03 2009 Kyle McMartin <kyle at redhat.com> 1:1.17-1.50
 - Change ExclusiveArch to i586 instead of i386. Resolves rhbz#497711.
 




More information about the fedora-extras-commits mailing list