From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 16 Aug 2006 19:06:06 -0000 Subject: [Cluster-devel] cluster/fence/agents/sanbox2 fence_sanbox2.pl Message-ID: <20060816190606.4525.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: teigland at sourceware.org 2006-08-16 19:06:06 Modified files: fence/agents/sanbox2: fence_sanbox2.pl Log message: don't barf on unknown option arg Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/sanbox2/fence_sanbox2.pl.diff?cvsroot=cluster&r1=1.2&r2=1.3 --- cluster/fence/agents/sanbox2/fence_sanbox2.pl 2005/01/18 00:30:20 1.2 +++ cluster/fence/agents/sanbox2/fence_sanbox2.pl 2006/08/16 19:06:05 1.3 @@ -227,12 +227,5 @@ { $opt_n = $val; } - - # FIXME should we do more error checking? - # Excess name/vals will be eaten for now - else - { - fail "parse error: unknown option \"$opt\""; - } } }