]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blobdiff - apache1-mod_watch.spec
- fixed huge bug (zeroing httpd.conf after deinstalation)
[packages/apache1-mod_watch.git] / apache1-mod_watch.spec
index ab840c16e12b49cded44857f0e487895cfd675a7..53093ee89738ba009669eaf3018e3ae80a27fdc9 100644 (file)
@@ -62,7 +62,7 @@ fi
 %preun
 if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-        grep -v -q "^Include.*mod_watch.conf" /etc/httpd/httpd.conf > \
+        grep -v "^Include.*mod_watch.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.028255 seconds and 4 git commands to generate.