Sn spec should be doing a restart of xcatd not a start

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13535 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-08-16 14:58:41 +00:00
parent 2c19058ab0
commit 4affb884ff

View File

@ -123,8 +123,8 @@ fi
# start xcatd
chkconfig $apachedaemon on
if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image
XCATROOT=$RPM_INSTALL_PREFIX0 /etc/init.d/xcatd start
if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image
XCATROOT=$RPM_INSTALL_PREFIX0 /etc/init.d/xcatd restart
/etc/init.d/$apachedaemon reload
fi
echo "xCATsn is now installed"