]> git.pld-linux.org Git - packages/apache.git/commitdiff
- no messing in init configuration after upgrade apache-1_3_26-5
authorradek <radek@pld-linux.org>
Fri, 23 Aug 2002 16:17:42 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- better permissions, fixed source URL, release 5

Changed files:
    apache.spec -> 1.203

apache.spec

index 55f862fddaa4992566d1c11afa16b80292f7c1c0..2d8e7e2febf14d63299c81cdc54d124dc7a6e0b2 100644 (file)
@@ -27,11 +27,11 @@ Summary(uk):        
 Summary(zh_CN):        Internet ÉÏÓ¦ÓÃ×î¹ã·ºµÄ Web ·þÎñ³ÌÐò¡£
 Name:          apache
 Version:       1.3.26
-Release:       4
+Release:       5
 License:       Apache Group 
 Group:         Networking/Daemons
 URL:           http://www.apache.org/
-Source0:       ftp://ftp.apache.org/dist/%{name}_%{version}.tar.gz
+Source0:       ftp://ftp.apache.org/dist/httpd/%{name}_%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}-icons.tar.gz
@@ -762,7 +762,9 @@ else
 fi
 
 %post
-/sbin/chkconfig --add httpd
+if [ $1 = 1 ]; then
+       /sbin/chkconfig --add httpd
+fi
 %{apxs} -e -a -n access %{_libexecdir}/mod_access.so 1>&2
 %{apxs} -e -a -n alias %{_libexecdir}/mod_alias.so 1>&2
 %{apxs} -e -a -n asis %{_libexecdir}/mod_asis.so 1>&2
@@ -1189,7 +1191,7 @@ fi
 %attr(755,root,root) %{_sbindir}/logresolve
 %attr(755,root,root) %{_sbindir}/rotatelogs
 
-%dir %attr(770,root,http) /var/run/apache
+%dir %attr(1773,root,http) /var/run/apache
 
 %{_mandir}/man1/htdigest.1*
 %{_mandir}/man8/*
This page took 0.080578 seconds and 4 git commands to generate.