]> git.pld-linux.org Git - packages/apache.git/commitdiff
- file owners fixed (semi-automatically)
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 9 Dec 2000 17:55:13 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (no special user (like http/news) should own his home directory nor
  files it doesn't create)

Changed files:
    apache.spec -> 1.131

apache.spec

index e2ef43d767a6983ecbd2fa2dfc14f794ad479e8b..7edff63f18ae84dcab5e22ac71e321545a82638d 100644 (file)
@@ -1031,7 +1031,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/logresolve
 %attr(755,root,root) %{_sbindir}/rotatelogs
 
-%dir %attr(750,http,http) /var/lib/apache
+%dir %attr(770,root,http) /var/lib/apache
 
 %{_mandir}/man1/htdigest.1*
 %{_mandir}/man8/*
@@ -1119,7 +1119,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_proxy.conf
 %attr(755,root,root) %{_libexecdir}/libproxy.so
 %{_datadir}/manual/mod/mod_proxy.html
-%dir %attr(750,http,http) /var/cache/apache
+%dir %attr(770,root,http) /var/cache/apache
 
 %files mod_rewrite
 %defattr(644,root,root,755)
This page took 0.243933 seconds and 4 git commands to generate.