From e55ac17bbf1b6d8da7ae7ccc7d464ad8e0db2029 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 2 Jan 2013 14:33:50 +0000 Subject: [PATCH] fix defect 3203 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14723 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 28d9146cf..80a7b3018 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -139,6 +139,11 @@ fi /etc/init.d/$apachedaemon reload fi echo "xCATsn is now installed" +%else +# start xcatd on AIX + XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/restartxcatd + echo "xCATsn is now installed" + %endif fi