]> git.pld-linux.org Git - packages/apache.git/commitdiff
- don't zero httpd.conf; release 5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Mar 2002 23:48:16 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.188

apache.spec

index 4f74e1d109a4ae63ff61488f2571f9f5d6a355a7..4ad4645a9fada658b060695a31354c09a67e81ee 100644 (file)
@@ -27,7 +27,7 @@ Summary(uk):  
 Summary(zh_CN):        Internet ÉÏÓ¦ÓÃ×î¹ã·ºµÄ Web ·þÎñ³ÌÐò¡£
 Name:          apache
 Version:       1.3.23
-Release:       4
+Release:       5
 License:       Apache Group License
 Group:         Networking/Daemons
 URL:           http://www.apache.org/
@@ -1039,7 +1039,7 @@ fi
 %preun mod_proxy
 if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
-       grep -v -q "^Include.*mod_proxy.conf" /etc/httpd/httpd.conf > \
+       grep -v "^Include.*mod_proxy.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
@@ -1077,7 +1077,7 @@ fi
 %preun mod_status
 if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n status %{_libexecdir}/mod_status.so 1>&2
-       grep -v -q "^Include.*mod_status.conf" /etc/httpd/httpd.conf > \
+       grep -v "^Include.*mod_status.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
@@ -1131,7 +1131,7 @@ fi
 %preun mod_vhost_alias
 if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
-       grep -v -q "^Include.*mod_vhost_alias.conf" /etc/httpd/httpd.conf > \
+       grep -v "^Include.*mod_vhost_alias.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.116946 seconds and 4 git commands to generate.