From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 15 Jan 2008 16:21:17 -0000 Subject: [Cluster-devel] cluster/fence/agents/ilo fence_ilo.pl Message-ID: <20080115162117.11575.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rmccabe at sourceware.org 2008-01-15 16:21:17 Modified files: fence/agents/ilo: fence_ilo.pl Log message: fix bz428243: fence_ilo can not recognize option="off" but fence_wti can Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/fence_ilo.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.5&r2=1.3.2.6 --- cluster/fence/agents/ilo/fence_ilo.pl 2007/06/25 21:57:12 1.3.2.5 +++ cluster/fence/agents/ilo/fence_ilo.pl 2008/01/15 16:21:17 1.3.2.6 @@ -476,7 +476,7 @@ exit 2; } - elsif ($name eq "action" ) + elsif ($name eq "action" || $name eq "option") { $action = $val; }