]> git.pld-linux.org Git - packages/apache-mod_auth_any.git/commitdiff
- restart apache in %postun rather in %preun as the config file, loading module
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 17:07:56 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is still there and module will be loaded after package is uninstalled, which
  later causes missing configuration file errors.

Changed files:
    apache-mod_auth_any.spec -> 1.31

apache-mod_auth_any.spec

index aba3fdcf998384e907c2def5b3143909102f4496..9789cb2de2765fae6526d6091bbb90e37d81b614 100644 (file)
@@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.084068 seconds and 4 git commands to generate.