]> git.pld-linux.org Git - packages/apache1-mod_xslt.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_xslt.spec -> 1.12

apache1-mod_xslt.spec

index 704a6b20ba82950cb2d599f2465eec732480d08e..c6a84a87a83df71f4fd451ddc1dc26c671b044d4 100644 (file)
@@ -72,7 +72,7 @@ fi
 
 %preun
 if [ "$1" = "0" ]; then
-       grep -v -q "^Include.*mod_%{mod_name}.conf" /etc/httpd/httpd.conf > \
+       grep -v "^Include.*mod_%{mod_name}.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.095016 seconds and 4 git commands to generate.