From 75e709209d894322e2efafccedc7600de3d6883e Mon Sep 17 00:00:00 2001 From: scantor Date: Wed, 1 Aug 2012 18:27:27 +0000 Subject: [PATCH] Remove extra service restart step git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3745 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibboleth.spec.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/shibboleth.spec.in b/shibboleth.spec.in index 69849e1..207eeed 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -227,15 +227,6 @@ fi # This adds the proper /etc/rc*.d links for the script /sbin/chkconfig --add shibd - - # On upgrade, restart components if they're already running. - # This gets repeated now down in %postun, and the next release - # should remove this copy. If we yank it now, we'll break upgrades. - if [ "$1" -gt "1" ] ; then - /etc/init.d/shibd status 1>/dev/null && /etc/init.d/shibd restart 1>/dev/null - %{!?_without_builtinapache:/etc/init.d/httpd status 1>/dev/null && /etc/init.d/httpd restart 1>/dev/null} - exit 0 - fi %endif %if "%{_vendor}" == "suse" # This adds the proper /etc/rc*.d links for the script -- 2.1.4