add restart of xcatd on AIX per defect 3039684

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7281 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-08-27 15:41:42 +00:00
parent 6e1debe8cd
commit e37c9268ab

View File

@ -100,8 +100,11 @@ if [ "$1" -gt 1 ]; then #Ugrade only, restart daemon and migrate settings
/etc/init.d/xcatd reload
fi
fi
%else
if [ "$1" -gt 1 ]; then #Ugrade only, restart daemon and migrate settings
XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/restartxcatd -r
fi
%endif
%changelog
* Wed May 2 2007 - Norm Nott nott@us.ibm.com
- Made changes to make this work on AIX