diff options
| author | Joe Orton <jorton@redhat.com> | 2011-01-05 11:23:52 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2011-01-05 11:23:52 +0000 |
| commit | ba94879eaf9f5263c757ee58605de70cf8c00b25 (patch) | |
| tree | 413cd67ff425e1dd187cd56f6401184e2ccc60c5 | |
| parent | da4346be9c7a636f36f7a71ce43c9814701159d0 (diff) | |
| download | httpd-ba94879eaf9f5263c757ee58605de70cf8c00b25.tar.gz httpd-ba94879eaf9f5263c757ee58605de70cf8c00b25.tar.xz httpd-ba94879eaf9f5263c757ee58605de70cf8c00b25.zip | |
- de-ghost /var/run/httpd
| -rw-r--r-- | httpd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,7 +7,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.2.17 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -448,7 +448,7 @@ rm -rf $RPM_BUILD_ROOT %config %{contentdir}/error/*.var %config %{contentdir}/error/include/*.html -%attr(0710,root,apache) %ghost %dir %{_localstatedir}/run/httpd +%attr(0710,root,apache) %dir %{_localstatedir}/run/httpd %attr(0700,root,root) %dir %{_localstatedir}/log/httpd %attr(0700,apache,apache) %dir %{_localstatedir}/lib/dav %attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy @@ -486,6 +486,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Wed Jan 5 2011 Joe Orton <jorton@redhat.com> - 2.2.17-4 +- de-ghost /var/run/httpd + * Tue Jan 4 2011 Joe Orton <jorton@redhat.com> - 2.2.17-3 - add tmpfiles.d configuration, ghost /var/run/httpd (#656600) |
