summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-09-19 10:08:07 +0100
committerJoe Orton <jorton@redhat.com>2017-09-19 10:08:07 +0100
commite2185159edf65e22614512636360186c986bdb99 (patch)
treea6b3e3be32cd8a3ae79aae6688313fa0314e189f
parenta7a88382f7efa6154d762b7a7a22fc7e4d057adb (diff)
downloadhttpd-e2185159edf65e22614512636360186c986bdb99.tar.gz
httpd-e2185159edf65e22614512636360186c986bdb99.tar.xz
httpd-e2185159edf65e22614512636360186c986bdb99.zip
move httpd.service.d, httpd.socket.d dirs to -filesystem
-rw-r--r--httpd.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.spec b/httpd.spec
index 351c519..dacd616 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -652,6 +652,8 @@ rm -rf $RPM_BUILD_ROOT
%dir %{docroot}/html
%dir %{contentdir}
%dir %{contentdir}/icons
+%attr(755,root,root) %dir %{_unitdir}/httpd.service.d
+%attr(755,root,root) %dir %{_unitdir}/httpd.socket.d
%files tools
%defattr(-,root,root)