]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- fixed huge bug (zeroing httpd.conf after deinstalation)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Mar 2002 23:47:23 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.spec -> 1.18

apache1-mod_dav.spec

index 95925a82289ef5fbb9dd71e9b5e6cb9814d3120c..b5bef6ecfea1de54ab389caca58be541f375d35d 100644 (file)
@@ -165,7 +165,7 @@ fi
 %preun
 if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n %{mod_name} %{_pkglibdir}/lib%{mod_name}.so 1>&2
-       grep -v -q "^Include.*mod_dav.conf" /etc/httpd/httpd.conf > \
+       grep -v "^Include.*mod_dav.conf" /etc/httpd/httpd.conf > \
                /etc/httpd/httpd.conf.tmp
        mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
        if [ -f /var/lock/subsys/httpd ]; then
This page took 0.07915 seconds and 4 git commands to generate.