From d14d92acf0f1d2b5ff03eb76373484e476c70995 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 27 Aug 2012 19:28:28 +0000 Subject: [PATCH] had to comment back out the use strict, caused errors even just running -P, will work on on 2.8 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13621 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 735f7bae6..e989fd358 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -24,7 +24,7 @@ use File::Basename; use xCAT::GlobalDef; use xCAT_monitoring::monitorctrl; use Socket; -use strict; +#use strict; my $CALLBACK; my $RERUNPS4SECURITY; 1;