rpms/OpenIPMI/F-10 OpenIPMI.spec, 1.59, 1.60 openipmi.initscript, 1.11, 1.12

Jan Šafránek jsafrane at fedoraproject.org
Wed Dec 10 14:22:14 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23404

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/F-10/OpenIPMI.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- OpenIPMI.spec	30 Oct 2008 08:30:26 -0000	1.59
+++ OpenIPMI.spec	10 Dec 2008 14:21:43 -0000	1.60
@@ -4,7 +4,7 @@
 Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
 Version: 2.0.14
-Release: 6%{?dist}
+Release: 7%{?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-7
+- shorter probe interval is used in init script, making the service startup
+  quicker in most situations (#475101)
+
 * Thu Oct 30 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-6
 - removed static libraries from the -devel subpackage
 - fixed openipmigui.desktop file


Index: openipmi.initscript
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/F-10/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 14:21:43 -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