]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- correction for detecting conf.d apache support
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Sep 2005 01:23:44 +0000 (01:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl.spec -> 1.102

apache1-mod_ssl.spec

index 0cc4a85d4d88abff9f7e31a00d957825a5a2078d..663d239c044c6700b4a35afbf9048ad578a9cd03 100644 (file)
@@ -241,7 +241,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- apache1-mod_ssl < 2.8.22_1.3.33-1.7
-if grep -q '^Include conf\.d' /etc/apache/apache.conf; then
+if grep -q '^Include conf\.d/\*\.conf' /etc/apache/apache.conf; then
        sed -i -e '
                /^Include.*mod_%{mod_name}.conf/d
        ' /etc/apache/apache.conf
This page took 0.077213 seconds and 4 git commands to generate.