]> git.pld-linux.org Git - packages/apache1-mod_auth_mysql.git/commitdiff
- fix: module registered as 'mysql_auth_module' (release 2) apache-mod_auth_mysql-0_3-2
authormis <mis@pld-linux.org>
Tue, 31 Jul 2001 14:04:46 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_mysql.spec -> 1.4

apache1-mod_auth_mysql.spec

index e4bb86eb680210cac412251290a6d5c90bb2700a..88c201a0e75704d953fab9f42b72daa279f35fe5 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       This is the PAM authentication module for Apache
 Name:          apache-mod_%{mod_name}
 Version:       0.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -37,14 +37,14 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir}
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
 %post
-/usr/sbin/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
+/usr/sbin/apxs -e -a -n mysql_auth_module %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-       /usr/sbin/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
+       /usr/sbin/apxs -e -A -n mysql_auth_module %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
This page took 0.101379 seconds and 4 git commands to generate.