]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed (de)registering php4 module
authorpius <pius@pld-linux.org>
Wed, 23 Feb 2000 18:03:27 +0000 (18:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.11

php.spec

index f7ff8c61147854e622428ad6f72d1533425b1bda..e129ec1e3ad183e11b1610576d52255d3adb0b3c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@ gzip -9nf CODING_STANDARDS CREDITS FAQ* ChangeLog FUNCTION_LIST.txt \
        MAINTAINERS MODULES_STATUS NEWS TODO*
 
 %post
-/usr/sbin/apxs -e -a -n php %{_pkglibdir}/libphp4.so 1>&2
+/usr/sbin/apxs -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 fi
@@ -139,7 +139,7 @@ fi
 
 %preun
 if [ "$1" = "0" ]; then
-       /usr/sbin/apxs -e -A -n php %{_pkglibdir}/libphp4.so 1>&2
+       /usr/sbin/apxs -e -A -n php4 %{_pkglibdir}/libphp4.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
This page took 0.038299 seconds and 4 git commands to generate.