diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-10-24 14:37:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-10-24 15:12:00 -0700 |
commit | 436e19902cf8f23717c3605903248dcb273b890e (patch) | |
tree | 6ccc7959c9ff75e645d86e73bc991e0d9231d4e8 /sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd | |
parent | sci-libs/trilinos: version bump to 13.0.0 (diff) | |
download | gentoo-436e19902cf8f23717c3605903248dcb273b890e.tar.gz gentoo-436e19902cf8f23717c3605903248dcb273b890e.tar.bz2 gentoo-436e19902cf8f23717c3605903248dcb273b890e.zip |
sys-apps/ipmitool: cleanup init & add contrib tools
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd')
-rw-r--r-- | sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd b/sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd new file mode 100644 index 000000000000..b860c23c7f89 --- /dev/null +++ b/sys-apps/ipmitool/files/ipmitool-1.8.18-ipmievd.confd @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +# /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 +# +# 'pidfile=...' will be appended! +COMMAND="open daemon" + +# Options. + +OPTIONS="" + +# Device number: +# Used to target a specific BMC on a multi-node, multi-BMC system via the open interface +DEVICENUM=0 |