From 4bcc4e2dbcd9ca954809d6fbef934c16e6f30484 Mon Sep 17 00:00:00 2001
From: lissav <lissav@us.ibm.com>
Date: Tue, 27 May 2014 09:52:06 -0400
Subject: [PATCH]  defect 4076

---
 xCAT-rmc/xCAT-rmc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xCAT-rmc/xCAT-rmc.spec b/xCAT-rmc/xCAT-rmc.spec
index 6262886df..d7c6f6e73 100644
--- a/xCAT-rmc/xCAT-rmc.spec
+++ b/xCAT-rmc/xCAT-rmc.spec
@@ -106,7 +106,7 @@ fi
 %ifos linux
   if [ -f "/proc/cmdline" ]; then   # prevent running it during install into chroot image
     if [ -f $RPM_INSTALL_PREFIX0/sbin/xcatd  ]; then
-      /etc/init.d/xcatd reload
+      /etc/init.d/xcatd restart 
     fi
   fi
 %else