]> git.pld-linux.org Git - packages/apache-mod_epp.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_epp.spec -> 1.10

apache-mod_epp.spec

index c1ade4dfeecc37adf5878e692ce402b6ac79c2cd..168ecccaf1a49ea2b7c1560c37c27e99953d43b5 100644 (file)
@@ -67,7 +67,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.068433 seconds and 4 git commands to generate.