rpms/ipmitool/devel ipmitool-1.8.10-ipmievd-init.patch, 1.1, 1.2 ipmitool.spec, 1.7, 1.8

Jan Šafránek jsafrane at fedoraproject.org
Wed Mar 3 14:00:18 UTC 2010


Author: jsafrane

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

Modified Files:
	ipmitool-1.8.10-ipmievd-init.patch ipmitool.spec 
Log Message:
Fixed exit code of ipmievd initscript with wrong arguments

ipmitool-1.8.10-ipmievd-init.patch:
 ipmievd.init.redhat |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: ipmitool-1.8.10-ipmievd-init.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ipmitool/devel/ipmitool-1.8.10-ipmievd-init.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ipmitool-1.8.10-ipmievd-init.patch	17 Oct 2008 10:26:34 -0000	1.1
+++ ipmitool-1.8.10-ipmievd-init.patch	3 Mar 2010 14:00:16 -0000	1.2
@@ -21,3 +21,12 @@ diff -up ipmitool-1.8.10/contrib/ipmievd
  # Short-Description: ipmievd daemon to send events to syslog
  # Description:       Start ipmievd to read events from BMC and
  #	             log them to syslog.  Events correspond to hardware faults,
+@@ -85,7 +85,7 @@ case "$1" in
+ 	;;
+     *)
+ 	echo "Usage: ipmievd {start|stop|status|reload|restart|condrestart}"
+-	exit 1
++	exit 2
+ 	;;
+ esac
+ exit $?


Index: ipmitool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipmitool/devel/ipmitool.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ipmitool.spec	2 Nov 2009 12:53:16 -0000	1.7
+++ ipmitool.spec	3 Mar 2010 14:00:16 -0000	1.8
@@ -1,7 +1,7 @@
 Name:         ipmitool
 Summary:      Utility for IPMI control
 Version:      1.8.11
-Release:      4%{?dist}
+Release:      5%{?dist}
 License:      BSD
 Group:        System Environment/Base
 URL:          http://ipmitool.sourceforge.net/
@@ -87,6 +87,9 @@ fi
 
 
 %changelog
+* Wed Mar  3 2010 Jan Safranek <jsafrane at redhat.com> - 1.8.11-5
+- Fixed exit code of ipmievd initscript with wrong arguments
+
 * Mon Nov  2 2009 Jan Safranek  <jsafrane at redhat.com> 1.8.11-4
 - fix ipmievd initscript 'condrestart' action (#532188)
 



More information about the scm-commits mailing list