diff --git a/perl-xCAT/perl-xCAT.spec b/perl-xCAT/perl-xCAT.spec index 2f3f49f1a..dc5d5570f 100644 --- a/perl-xCAT/perl-xCAT.spec +++ b/perl-xCAT/perl-xCAT.spec @@ -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