]> git.pld-linux.org Git - packages/apache-mod_vhost_dbi.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_vhost_dbi.spec -> 1.7

apache-mod_vhost_dbi.spec

index 189e6b002cebd51498af0955f1147716d49962db..80641ec1f7c56796a16535ab7a7e22751dd0bbce 100644 (file)
@@ -66,7 +66,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.088207 seconds and 4 git commands to generate.