This commit was manufactured by cvs2svn to create tag 'ipmitool'.

This commit is contained in:
(no author) 2013-09-09 15:45:55 +00:00
commit 81b2750667

View File

@ -174,7 +174,7 @@ bmc_alert_dest()
# Pick the first active LAN channel
for CHANNEL in `seq 1 14`
do
[ $(${IPMITOOL} -I open channel info ${CHANNEL} 2>/dev/null \
[ $(${IPMI_TOOL} -I open channel info ${CHANNEL} 2>/dev/null \
| grep -q "802\.3") ] || break
done