-Extend stunnel path acceptence to two more postscripts

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-14 20:29:34 +00:00
parent 579b1ba494
commit 01aaf63409
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#(C)IBM Corp
#
if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
if [ ! -x /usr/sbin/stunnel -a ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
exit 0
fi
allowcred.awk &

View File

@ -4,7 +4,7 @@
#(C)IBM Corp
#
if [ ! -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 &