summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-09-23 06:03:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-09-23 06:03:42 +0000
commit60f34f2c5514461b51addab88add79a631347a5d (patch)
tree52a1577a4cc2206b75be6310b95de01fc216e246 /sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd
parentBuilds on my G5. (diff)
downloadgentoo-2-60f34f2c5514461b51addab88add79a631347a5d.tar.gz
gentoo-2-60f34f2c5514461b51addab88add79a631347a5d.tar.bz2
gentoo-2-60f34f2c5514461b51addab88add79a631347a5d.zip
Version bump, bugs #185665 and #175007. Includes init scripts for ipmievd thanks to Tais M. Hansen <tais.hansen@osd.dk>.
(Portage version: 2.1.3.7)
Diffstat (limited to 'sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd')
-rw-r--r--sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd b/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd
new file mode 100644
index 000000000000..ee4dd6745e3d
--- /dev/null
+++ b/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd,v 1.1 2007/09/23 06:03:42 robbat2 Exp $
+# /etc/conf.d/ipmievd
+
+# Interfaces:
+# open Linux OpenIPMI Interface
+# imb Intel IMB Interface
+# bmc IPMI v2.0 BMC interface
+# lan IPMI v1.5 LAN Interface
+# lanplus IPMI v2.0 RMCP+ LAN Interface
+
+INTERFACE="open"
+
+# Commands:
+# open Use OpenIPMI for asyncronous notification of events
+# sel Poll SEL for notification of events
+
+COMMAND="open"
+
+# Options.
+
+OPTIONS=""