From 4f07f92e51e891a9c5e93eb5151af72c84c648ea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 1 Sep 2009 19:16:25 +0000 Subject: [PATCH] -remoteshell should not set USEOPENSSLFORXCAT, it inherits from the parent if relevant git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/remoteshell | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index a4646ab81..f344608b9 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -40,8 +40,6 @@ fi if [ ! -x /usr/bin/openssl ]; then exit 0 fi -USEOPENSSLFORXCAT=1 #explicitly declare the 2.3 method -export USEOPENSSLFORXCAT allowcred.awk & CREDPID=$! sleep 1