From 315fd181e9324e0f4f2313a8eb60b0a4555eec54 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 24 Apr 2008 21:07:53 +0000 Subject: [PATCH] Undo revision 1198, due to conserver.cf changes that should render this moot git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1199 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/bin/rcons | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client-2.0/bin/rcons b/xCAT-client-2.0/bin/rcons index 28b86db97..86cdd7254 100755 --- a/xCAT-client-2.0/bin/rcons +++ b/xCAT-client-2.0/bin/rcons @@ -1,8 +1,8 @@ #!/bin/sh CONSERVER=$2 -if [ -z "$CONSERVER" ]; then - CONSERVER=`nodels $1 nodehm.conserver|awk -F: '{print $3}'` -fi +#if [ -z "$CONSERVER" ]; then +# CONSERVER=`nodels $1 nodehm.conserver` +#fi if [ -z "$CONSERVER" ]; then CONSERVER=$XCATHOST fi