From e1d8e4611c08a7313f21b705a26d9436cecb77cf Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 8 Apr 2009 16:56:13 +0000 Subject: [PATCH] -Actually export XCATSERVER variable for non-stunnel use git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3137 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/post.sles11 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/install/scripts/post.sles11 b/xCAT-server/share/xcat/install/scripts/post.sles11 index 69d71471d..d524f358e 100644 --- a/xCAT-server/share/xcat/install/scripts/post.sles11 +++ b/xCAT-server/share/xcat/install/scripts/post.sles11 @@ -78,6 +78,8 @@ do if [ -x /usr/bin/openssl ]; then USEOPENSSLFORXCAT=1 export USEOPENSSLFORXCAT + XCATSERVER=$i:3001 + export XCATSERVER else rpm -ivh $i/post/otherpkgs/sles11/$NODE_ARCH/stunnel*.rpm mkdir -p /usr/var/run/stunnel