From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 16 Aug 2006 19:11:52 -0000 Subject: [Cluster-devel] cluster/fence/agents/ilo fence_ilo.pl Message-ID: <20060816191152.16825.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 Changes by: jparsons at sourceware.org 2006-08-16 19:11:50 Modified files: fence/agents/ilo: fence_ilo.pl Log message: Ignore unused args to stdin Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/fence_ilo.pl.diff?cvsroot=cluster&r1=1.4&r2=1.5 --- cluster/fence/agents/ilo/fence_ilo.pl 2005/07/28 21:49:09 1.4 +++ cluster/fence/agents/ilo/fence_ilo.pl 2006/08/16 19:11:49 1.5 @@ -461,10 +461,6 @@ $verbose = $val; } - else - { - fail "parse error: unknown option \"$opt\"\n"; - } } }