33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
diff -up ipmitool-1.8.10/contrib/ipmievd.init.redhat.ipmievd-init ipmitool-1.8.10/contrib/ipmievd.init.redhat
|
|
--- ipmitool-1.8.10/contrib/ipmievd.init.redhat.ipmievd-init 2006-03-20 00:05:48.000000000 +0100
|
|
+++ ipmitool-1.8.10/contrib/ipmievd.init.redhat 2008-10-14 13:46:35.000000000 +0200
|
|
@@ -5,7 +5,7 @@
|
|
# Based on example sysvinitfiles script
|
|
# Copyright (c) 2000 Red Hat Software, Inc.
|
|
#
|
|
-# chkconfig: 345 99 00
|
|
+# chkconfig: - 99 00
|
|
# description: ipmievd daemon to send events to syslog
|
|
# processname: ipmievd
|
|
# config: /etc/sysconfig/ipmievd
|
|
@@ -16,8 +16,8 @@
|
|
# Should-Start: $time
|
|
# Required-Stop: $syslog ipmi
|
|
# Should-Stop: $time
|
|
-# Default-Start: 3 4 5
|
|
-# Default-Stop: 0 1 2 6
|
|
+# Default-Start:
|
|
+# Default-Stop:
|
|
# 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 $?
|