diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-07 23:46:37 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-09 22:38:12 -0500 |
commit | 9bace2960c71f0384e949596feae06b0bc71b6f9 (patch) | |
tree | a7d28a31ec1c0aa8b6b8808a94f59809969a43e5 /sys-apps/ipmitool/files/ipmievd.confd | |
parent | toolchain.eclass: allow re-generation of info pages for snapshots (diff) | |
download | gentoo-9bace2960c71f0384e949596feae06b0bc71b6f9.tar.gz gentoo-9bace2960c71f0384e949596feae06b0bc71b6f9.tar.bz2 gentoo-9bace2960c71f0384e949596feae06b0bc71b6f9.zip |
sys-apps/ipmitool: add 1.8.19
Don't use a tarball for patches, stop tying initscript to PV, drop
obolete Debian handling cruft, various other simplifications and style
fixes.
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'sys-apps/ipmitool/files/ipmievd.confd')
-rw-r--r-- | sys-apps/ipmitool/files/ipmievd.confd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-apps/ipmitool/files/ipmievd.confd b/sys-apps/ipmitool/files/ipmievd.confd new file mode 100644 index 000000000000..b860c23c7f89 --- /dev/null +++ b/sys-apps/ipmitool/files/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 |