From: mis Date: Tue, 31 Jul 2001 14:04:46 +0000 (+0000) Subject: - fix: module registered as 'mysql_auth_module' (release 2) X-Git-Tag: apache-mod_auth_mysql-0_3-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=410958f1e0d49fba433ea95639515d1d3de84d71;p=packages%2Fapache1-mod_auth_mysql.git - fix: module registered as 'mysql_auth_module' (release 2) Changed files: apache1-mod_auth_mysql.spec -> 1.4 --- diff --git a/apache1-mod_auth_mysql.spec b/apache1-mod_auth_mysql.spec index e4bb86e..88c201a 100644 --- a/apache1-mod_auth_mysql.spec +++ b/apache1-mod_auth_mysql.spec @@ -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