]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- add missing config reload for -defaultindex
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 12 Jan 2008 00:08:44 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.183

apache1.spec

index 82baf7bf61efc5403748048268013237deda8861..def7ade60e22062a2374ff401cad0a08d435c71d 100644 (file)
@@ -1884,6 +1884,16 @@ fi
 %postun mod_vhost_alias
 %module_postun
 
+%post defaultindex
+if [ "$1" = "1" ]; then
+       %service -q apache reload
+fi
+
+%postun defaultindex
+if [ "$1" = "0" ]; then
+       %service -q apache reload
+fi
+
 %post cgi_test
 if [ "$1" = "1" ]; then
        %service -q apache reload
This page took 0.091351 seconds and 4 git commands to generate.