diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-19 10:01:38 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-19 10:01:38 +0000 |
commit | 485e456cf379029df05bf1472cfa66704e11d696 (patch) | |
tree | b5a839d1719865079123babb1aa3bbdc602c9066 /testing/ipmitool/ipmievd.confd | |
parent | e0e63ecebfb33d1e192cbc0432b7771498cc71b3 (diff) | |
download | aports-485e456cf379029df05bf1472cfa66704e11d696.tar.bz2 aports-485e456cf379029df05bf1472cfa66704e11d696.tar.xz |
testing/ipmitool: new aport
Diffstat (limited to 'testing/ipmitool/ipmievd.confd')
-rw-r--r-- | testing/ipmitool/ipmievd.confd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/ipmitool/ipmievd.confd b/testing/ipmitool/ipmievd.confd new file mode 100644 index 0000000000..ee4dd6745e --- /dev/null +++ b/testing/ipmitool/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="" |