[packages/nginx] - fixed permissions and group for /etc/nginx
adwol
adwol at pld-linux.org
Wed Jul 22 23:09:54 CEST 2015
commit 37ddc577dd7ece331401378c4c727eaa9894de5a
Author: Adam Osuchowski <adwol at pld-linux.org>
Date: Wed Jul 22 23:09:14 2015 +0200
- fixed permissions and group for /etc/nginx
nginx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.spec b/nginx.spec
index 01c878f..2c9b563 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -582,7 +582,7 @@ exit 0
%defattr(644,root,root,755)
%doc CHANGES LICENSE README html/index.html conf/nginx.conf
%doc %lang(ru) CHANGES.ru
-%dir %attr(754,root,root) %{_sysconfdir}
+%dir %attr(750,root,nginx) %{_sysconfdir}
%dir %{_nginxdir}
%dir %{_nginxdir}/cgi-bin
%dir %{_nginxdir}/html
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/37ddc577dd7ece331401378c4c727eaa9894de5a
More information about the pld-cvs-commit
mailing list