]> git.pld-linux.org Git - packages/apache1-mod_auth_pgsql.git/blobdiff - apache1-mod_auth_pgsql.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_auth_pgsql.git] / apache1-mod_auth_pgsql.spec
index 1c7cf6a7e480c6fa5fe5a7ab8dc53fff7dd5fd5c..9c90f139f1dfb1ff14ace871dc8b4f403e1d9eee 100644 (file)
@@ -105,7 +105,7 @@ if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
This page took 0.063524 seconds and 4 git commands to generate.