From d69aea85f295a0f8441ff05cdb4439c9d4740e8a Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 16 Aug 2012 15:26:53 +0000 Subject: [PATCH] fix for defect 3556007 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-server.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 763d4b336..7136f0321 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -357,21 +357,12 @@ if [ "$1" -gt "1" ]; then #only on upgrade... #migration issue for monitoring XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab filename=monitorctrl.pm notification -d - if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image - /etc/init.d/xcatd reload - fi fi %else if [ "$1" -gt "1" ]; then #only on upgrade for AIX... #migration issue for monitoring XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab filename=monitorctrl.pm notification -d - if [ -n "$INUCLIENTS" ] && [ $INUCLIENTS -eq 1 ]; then - #Do nothing in not running system - echo "Do not restartxcatd in not running system" - else - XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/restartxcatd -r - fi fi %endif