rpms/OpenIPMI/devel OpenIPMI.spec, 1.61, 1.62 openipmi.initscript, 1.11, 1.12

Jan Šafránek jsafrane at fedoraproject.org
Wed Dec 10 13:57:09 UTC 2008


Author: jsafrane

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

Modified Files:
	OpenIPMI.spec openipmi.initscript 
Log Message:
shorter probe interval is used in init script, making the service startup quicker in most situations
Resolves: #475101


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/OpenIPMI.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- OpenIPMI.spec	29 Nov 2008 17:42:50 -0000	1.61
+++ OpenIPMI.spec	10 Dec 2008 13:56:38 -0000	1.62
@@ -4,7 +4,7 @@
 Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
 Version: 2.0.14
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD and BSD with advertising and LGPLv2+ and GPLv2+
 Group: System Environment/Base
 URL: http://sourceforge.net/projects/openipmi/
@@ -164,6 +164,10 @@
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Wed Dec 10 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-8
+- shorter probe interval is used in init script, making the service startup
+  quicker in most situations (#475101)
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.0.14-7
 - Rebuild for Python 2.6
 


Index: openipmi.initscript
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/openipmi.initscript,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openipmi.initscript	17 Oct 2008 10:34:12 -0000	1.11
+++ openipmi.initscript	10 Dec 2008 13:56:38 -0000	1.12
@@ -111,7 +111,7 @@
 
 RETVAL=0
 LOCKFILE=/var/lock/subsys/ipmi
-DEV_IPMI_TIMEOUT=15
+DEV_IPMI_TIMEOUT=150
 
 UDEV_EXISTS=0
 if [ -e /sbin/udev -o -e /sbin/udevd ]; then
@@ -384,7 +384,7 @@
 			locdelay=${DEV_IPMI_TIMEOUT}
 			while [ ! -e /dev/ipmi${INTF_NUM} -a ${locdelay} -gt 0 ]; do
 				locdelay=$((locdelay - 1))
-				sleep 1
+				sleep 0.1
 			done
 		fi
 	fi




More information about the fedora-extras-commits mailing list