diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 08:42:00 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 08:42:00 +0000 |
commit | fa779be375a8d763286dbcebe1e9462d1ac7f1ab (patch) | |
tree | d3b5d752604cc5438b9822ff26bae1bbdc845db5 /sysutils/Makefile | |
parent | dd849164d341a2a96df641fff0107664178f00c1 (diff) |
OpenIPMI was designed to aid building "complex IPMI management software".
OpenIPMI library will connect with an IPMI controller, detect any
management controllers on the bus, get their SDRs, manage all the
entities in the system, manage the event log, and a host of other
things. OpenIPMI is also dynamic and event-driven. It will come up
and start discovering things in the managed system. As it discovers
things, it will report them to the software using it (assuming the
software has asked for this reporting).
WWW: http://openipmi.sourceforge.net/
PR: ports/146151
Submitted by: Alex Deiter <alex.deiter at gmail.com>
Notes
Notes:
svn path=/head/; revision=254302
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5cb032f572a4..1f2e494386c3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -536,6 +536,7 @@ SUBDIR += obliterate SUBDIR += ods2 SUBDIR += open + SUBDIR += openipmi SUBDIR += openupsd SUBDIR += p5-BSD-Jail-Object SUBDIR += p5-BSD-Sysctl |