From 6f3b129a100b5b7a66c1d86e04df28a743344b02 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 13 Dec 2009 13:50:23 +0000 Subject: [PATCH] remove building site.stanza,rsh/rcp attribute no longer supported git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4764 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/csm2xcat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/csm2xcat b/xCAT-server/share/xcat/tools/csm2xcat index 96c8fe301..dc8445ffe 100755 --- a/xCAT-server/share/xcat/tools/csm2xcat +++ b/xCAT-server/share/xcat/tools/csm2xcat @@ -42,7 +42,9 @@ open(LOG, ">$directory/conversion.log") &log_this("Conversion started at " . scalar(localtime())); # build the stanza files for the site table -&getSiteinfo; +# rsh/rcp attribute not longer supported. Leave logic here +# incase we decide there are other attribute needed +#&getSiteinfo; # build the stanza files for the node &getNodeinfo;