It's embarrassing to call it a patch, I just noticed that 'ipmitool sol' prints wrong help for 'activate' option. Source code and man page use 'sol activate usesolkeepalive', while the help output displays 'sol activate usesolforkeepalive'.

Jan


Index: lib/ipmi_sol.c
===================================================================
RCS file: /cvsroot/ipmitool/ipmitool/lib/ipmi_sol.c,v
retrieving revision 1.54
diff -u -r1.54 ipmi_sol.c
--- lib/ipmi_sol.c      9 Jan 2009 23:22:16 -0000       1.54
+++ lib/ipmi_sol.c      15 Jan 2009 09:22:21 -0000
@@ -1817,7 +1817,7 @@
        lprintf(LOG_NOTICE, "SOL Commands: info [<channel number>]");
        lprintf(LOG_NOTICE, "              set <parameter> <value> [channel]");
        lprintf(LOG_NOTICE, "              payload <enable|disable|status> 
[channel] [userid]");
-       lprintf(LOG_NOTICE, "              activate 
[<usesolforkeepalive|nokeepalive>]");
+       lprintf(LOG_NOTICE, "              activate 
[<usesolkeepalive|nokeepalive>]");
        lprintf(LOG_NOTICE, "              deactivate");
        lprintf(LOG_NOTICE, "              looptest [<loop times>] [<loop 
interval(in ms)>]");
 }
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to