From a53aa1be665eae8772b6c3ac639e4f7936301ae9 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 8 Sep 2012 10:14:07 +0000 Subject: [PATCH] Remove obsolete code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13728 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index c2ec4fa81..b3804ee86 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1276,14 +1276,7 @@ sub updatenode if (scalar(@$Linuxnodes)) { my $DBname = xCAT::Utils->get_DBName; - if ($orig_postscripts eq "allkeys44444444security") - { - $postscripts = "remoteshell,servicenode"; - } - else - { - $postscripts = $orig_postscripts; - } + $postscripts = $orig_postscripts; # we have Linux nodes my $cmd; @@ -1369,14 +1362,7 @@ sub updatenode { # we have AIX nodes - if ($orig_postscripts eq "allkeys44444444security") - { - $postscripts = "remoteshell,servicenode"; - } - else - { - $postscripts = $orig_postscripts; - } + $postscripts = $orig_postscripts; # need to pass the name of the server on the xcataixpost cmd line