]> git.pld-linux.org Git - packages/apache1-mod_suphp.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:05:03 +0000 (17:05 +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:
    apache1-mod_suphp.spec -> 1.7

apache1-mod_suphp.spec

index 76cfbe76c1342e0f566ae6211f28494e3fb97435..c0c8eca3d139d36bdda8e900ea3ac5e5a24f2222 100644 (file)
@@ -85,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q apache restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q apache restart
 fi
This page took 0.086898 seconds and 4 git commands to generate.