From 7d2335289b3b64c5fff67ef71c4e4ca410017da8 Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 17 Feb 2011 08:16:54 +0000 Subject: [PATCH] Add INUCLIENTS support for AIX. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8873 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/perl-xCAT.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/perl-xCAT.spec b/perl-xCAT/perl-xCAT.spec index ce0af2c54..1548e85d9 100644 --- a/perl-xCAT/perl-xCAT.spec +++ b/perl-xCAT/perl-xCAT.spec @@ -104,6 +104,7 @@ fi if [ "$1" -gt 1 ]; then #Ugrade only, restart daemon and migrate settings 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