2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-09 04:50:15 +00:00

changed /etc/init.d/xcatd to get the XCATROOT variable before calling xcatd

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao
2007-12-11 20:54:28 +00:00
parent 5978106a18
commit 18cd99dc86

View File

@@ -89,6 +89,8 @@ start)
exit
fi
echo -n "Starting xCATd "
xcatroot=`head -n1 /etc/profile.d/xcat.sh`
export $xcatroot
xcatd -p /var/run/xcatd.pid && $LOG_SUCCESS || $LOG_FAILURE
;;
esac