]> git.pld-linux.org Git - packages/apache1-mod_accounting.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_accounting.spec -> 1.8

apache1-mod_accounting.spec

index 485f1f2efc77a15330f1f8b5bbe2de9535a94acc..e3da719f62e38f38f38715499605040563490533 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache module: record traffic statistics into a database
 Summary(pl):   Modu³ do apache: zapisuje statystyki ruchu do bazy danych
 Name:          apache-mod_%{mod_name}
 Version:       0.4
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://prdownloads.sourceforge.net/mod-acct/mod_accounting-%{version}.tar.gz
@@ -56,7 +56,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_accounting.conf" /etc/httpd/httpd.conf > \
+        grep -v "^Include.*mod_accounting.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.132242 seconds and 4 git commands to generate.