From 09fd6abd3743ff3c01e24e1254f3061e9bc53654 Mon Sep 17 00:00:00 2001
From: lissav <lissav@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Thu, 2 Oct 2008 19:07:30 +0000
Subject: [PATCH] fix existence for stunnel check to include both /usr/bin and
 /usr/bin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2277 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 xCAT/postscripts/xcatclient | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xCAT/postscripts/xcatclient b/xCAT/postscripts/xcatclient
index 5220051cd..28a5158f4 100755
--- a/xCAT/postscripts/xcatclient
+++ b/xCAT/postscripts/xcatclient
@@ -4,7 +4,7 @@
 #(C)IBM Corp
 #
 
-if [ ! -x /usr/sbin/stunnel -a ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
+if [ ! -x /usr/sbin/stunnel -a ! -x /usr/bin/stunnel ]; then #Stop if no stunnel to help the next bit
    exit 0
    fi
    allowcred.awk &