]> git.pld-linux.org Git - packages/apache.git/commitdiff
- move /var/cache/apache to main package, needed by mod_ssl too
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 30 Sep 2004 22:46:33 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.344

apache.spec

index 760cbe6ecb1af99979f135d2a234303026817408..946cfccf472589d95bf1294a63d3fe09c3b1be19 100644 (file)
@@ -1318,6 +1318,7 @@ fi
 %attr(755,root,root) %{_sbindir}/rotatelogs
 
 %dir %attr(770,root,http) /var/run/apache
+%dir %attr(770,root,http) /var/cache/apache
 
 %{_mandir}/man1/htdigest.1*
 %{_mandir}/man8/ab.8*
@@ -1868,7 +1869,6 @@ fi
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_proxy.conf
 %attr(755,root,root) %{_libexecdir}/mod_proxy*.so
-%attr(770,root,http) /var/cache/apache
 
 %files mod_rewrite
 %defattr(644,root,root,755)
This page took 0.038536 seconds and 4 git commands to generate.