From 0cefa4e97db6795d113ad9bdc9312d2c4c554bf6 Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 17 Feb 2011 08:18:03 +0000 Subject: [PATCH] Add INUCLIENTS support for AIX. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8874 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-server.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 3a403a900..e595a0425 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -200,6 +200,7 @@ if [ "$1" -gt "1" ]; then #only on upgrade for AIX... 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