aboutsummaryrefslogtreecommitdiffstats
path: root/community/ipmitool/ipmievd.confd
blob: ee4dd6745e3dfd8768f3353a491f7256e24f296a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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=""