From 4affb884ff62de9738aeb01155ec3a7b21e6c5fd Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 16 Aug 2012 14:58:41 +0000 Subject: [PATCH] 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 --- xCATsn/xCATsn.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index ab2b7ef81..c9a07c50e 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -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"