From 84944e3c540ba31b2508c13ba89b723167d2e8ae Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 17 Jun 2002 06:29:39 +0000 Subject: [PATCH] - release 6, - fix %postun: on remove package restart (not stop) apache. Changed files: apache-mod_perl.spec -> 1.24 --- apache-mod_perl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-mod_perl.spec b/apache-mod_perl.spec index 8cb765f..43df774 100644 --- a/apache-mod_perl.spec +++ b/apache-mod_perl.spec @@ -23,7 +23,7 @@ Summary(uk): Summary(zh_CN): ÓÃÓÚ Apache web ·þÎñ³ÌÐòµÄ Perl ½âÊͳÌÐò¡£ Name: apache-mod_perl Version: 1.26 -Release: 5 +Release: 6 License: GPL Group: Networking/Daemons Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz @@ -223,7 +223,7 @@ fi if [ "$1" = "0" ]; then %{_sbindir}/apxs -e -A -n perl %{_libexecdir}/libperl.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then - /etc/rc.d/init.d/httpd stop 1>&2 + /etc/rc.d/init.d/httpd restart 1>&2 fi fi -- 2.44.0