diff options
author | nork <nork@FreeBSD.org> | 2004-12-23 18:56:15 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-23 18:56:15 +0800 |
commit | 3408215c44080b80be99a2459620678fd1deaddf (patch) | |
tree | 6145f71b0616a850902267c95e34240af0e67ddb /sysutils/ipmitool/pkg-descr | |
parent | 7bdb5fb5c5d766d0f0811593f3e5330d16c0f018 (diff) | |
download | freebsd-ports-graphics-3408215c44080b80be99a2459620678fd1deaddf.tar.gz freebsd-ports-graphics-3408215c44080b80be99a2459620678fd1deaddf.tar.zst freebsd-ports-graphics-3408215c44080b80be99a2459620678fd1deaddf.zip |
Add ipmitool 1.6.0, CLI to manage IPMI systems.
PR: ports/73339
Submitted by: Dmitry Frolov <frol@nov.net>
Diffstat (limited to 'sysutils/ipmitool/pkg-descr')
-rw-r--r-- | sysutils/ipmitool/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ipmitool/pkg-descr b/sysutils/ipmitool/pkg-descr new file mode 100644 index 00000000000..ab0ad3720f1 --- /dev/null +++ b/sysutils/ipmitool/pkg-descr @@ -0,0 +1,11 @@ +Quoting IPMITool homepage: + +"IPMItool is a simple command-line interface to systems that support the +Intelligent Platform Management Interface (IPMI) v1.5 specification. It +provides the ability to read the SDR and print sensor values, display +the contents of the SEL, print FRU information, read and set LAN +configuration parameters, and perform chassis power control." + +Currently only LAN and LANPlus interfaces are supported on FreeBSD. + +WWW: http://ipmitool.sourceforge.net/ |