diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:45 +0200 |
commit | ef81710c7b9b7a8b0497f4d9b5750e23c48cdcd6 (patch) | |
tree | 80fc7feebf77913ed29f8e6dbf8c514d0eaf0f9c /util/ipmiutil.c | |
parent | de403b575d6475cc4789049c50dbe44effff71d4 (diff) | |
parent | e3a9bfc89256e939ab1c1f56f6961b6ee15aa84a (diff) |
Merge tag 'upstream/3.0.3'
Upstream version 3.0.3
Diffstat (limited to 'util/ipmiutil.c')
-rw-r--r-- | util/ipmiutil.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/ipmiutil.c b/util/ipmiutil.c index 5fec907..26b156a 100644 --- a/util/ipmiutil.c +++ b/util/ipmiutil.c @@ -57,11 +57,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "ipmiutil.h" static char *progname = "ipmiutil"; -static char *progver = "3.02"; +static char *progver = "3.03"; // static char fdebug = 0; /*int ipmiutil(int argc, char **argv); */ -#define NSUBCMDS 28 +#define NSUBCMDS 29 static struct { int idx; char tag[16]; @@ -95,6 +95,7 @@ static struct { { 22, "sunoem", i_sunoem, "Sun OEM functions" }, { 23, "delloem",i_delloem, "Dell OEM functions" }, { 24, "tsol", i_tsol, "Tyan SOL console start/stop session" }, + { 28, "user", i_user, "list or modify IPMI LAN users" }, { 27, "wdt", i_wdt, "show/set/reset the watchdog timer" } }; |