]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- release 6, apache-mod_perl-1_26-6
authorkloczek <kloczek@pld-linux.org>
Mon, 17 Jun 2002 06:29:39 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix %postun: on remove package restart (not stop) apache.

Changed files:
    apache-mod_perl.spec -> 1.24

apache-mod_perl.spec

index 8cb765fb650a1f0a0291157effc8e15429a6c759..43df7742b3a4bb7f7da16471feb0485a221cbe49 100644 (file)
@@ -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
 
This page took 0.083038 seconds and 4 git commands to generate.