From 541a2ef5243adb4e253221cb7de2c29e4a2ed1f0 Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 11 Nov 2008 17:37:51 +0000 Subject: [PATCH] undo version 2442 for monctrlcmds.pm, it broke monstart command git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2497 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/monctrlcmds.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm index 83df231ba..68bfd49d7 100644 --- a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm +++ b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm @@ -249,9 +249,6 @@ sub preprocess_monstart my $settings; # parse the options - Getopt::Long::Configure("posix_default"); - Getopt::Long::Configure("no_gnu_compat"); - Getopt::Long::Configure("bundling"); if(!GetOptions( 'h|help' => \$::HELP, 'v|version' => \$::VERSION,