diff options
author | heinz <heinz@pkgsrc.org> | 2006-03-13 23:03:28 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-03-13 23:03:28 +0000 |
commit | bc65925994edeee2fa57059ca2de0ce7067675ce (patch) | |
tree | 52a141331b48d63c2258e2341fcb7a3f3ca98700 /sysutils/ipmitool/PLIST | |
parent | 3257e6ac7cf4fe73b69545587bbb8ea0ddbd58b1 (diff) | |
download | pkgsrc-bc65925994edeee2fa57059ca2de0ce7067675ce.tar.gz |
Initial import of ipmitool 1.8.6.
Ipmitool is a utility for managing and configuring devices that support
the "Intelligent Platform Management Interface". IPMI is an open
standard for monitoring, logging, recovery, inventory, and control of
hardware that is implemented independent of the main CPU, BIOS, and OS.
The service processor (or Baseboard Management Controller, BMC) is the
brain behind platform management and its primary purpose is to handle
the autonomous sensor monitoring and event logging features.
The ipmitool program provides a simple command-line interface to this
BMC. It features the ability to read the sensor data repository (SDR)
and print sensor values, display the contents of the System Event Log
(SEL), print Field Replaceable Unit (FRU) inventory information, read
and set LAN configuration parameters, and perform remote chassis power
control.
Diffstat (limited to 'sysutils/ipmitool/PLIST')
-rw-r--r-- | sysutils/ipmitool/PLIST | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/ipmitool/PLIST b/sysutils/ipmitool/PLIST new file mode 100644 index 00000000000..824bbdcd819 --- /dev/null +++ b/sysutils/ipmitool/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/13 23:03:28 heinz Exp $ +bin/ipmitool +man/man1/ipmitool.1 +man/man8/ipmievd.8 +sbin/ipmievd +share/doc/ipmitool/AUTHORS +share/doc/ipmitool/COPYING +share/doc/ipmitool/ChangeLog +share/doc/ipmitool/README +share/ipmitool/README +share/ipmitool/bmclanconf +share/ipmitool/collect_data.sh +share/ipmitool/create_rrds.sh +share/ipmitool/create_webpage.sh +share/ipmitool/create_webpage_compact.sh +share/ipmitool/ipmi.init.basic +share/ipmitool/ipmi.init.redhat +@dirrm share/ipmitool +@dirrm share/doc/ipmitool |