]> git.pld-linux.org Git - packages/apache1-mod_auth_pam.git/commitdiff
- release 2: fixed paths (s/httpd/apache/) auto/ac/apache1-mod_auth_pam-1_1_1-2
authorradek <radek@pld-linux.org>
Fri, 27 Aug 2004 23:08:26 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_pam.spec -> 1.25

apache1-mod_auth_pam.spec

index 3dde63be3a2088d5cc8d79aed4fbc7a471ce833c..a9650c9bb543977786d18d937e262a3864326967 100644 (file)
@@ -6,7 +6,7 @@ Summary(pl):    Modu
 Summary(pt_BR):        Este módulo provê autenticação PAM para o Apache
 Name:          apache1-mod_%{mod_name}
 Version:       1.1.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://pam.sourceforge.net/mod_auth_pam/dist/mod_%{mod_name}-%{version}.tar.gz
@@ -59,15 +59,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-if [ -f /var/lock/subsys/httpd ]; then
-       /etc/rc.d/init.d/httpd restart 1>&2
+if [ -f /var/lock/subsys/apache ]; then
+       /etc/rc.d/init.d/apache restart 1>&2
 fi
 
 %preun
 if [ "$1" = "0" ]; then
        %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-       if [ -f /var/lock/subsys/httpd ]; then
-               /etc/rc.d/init.d/httpd restart 1>&2
+       if [ -f /var/lock/subsys/apache ]; then
+               /etc/rc.d/init.d/apache restart 1>&2
        fi
 fi
 
This page took 0.084285 seconds and 4 git commands to generate.