]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
fix permissions of webserver configs
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Oct 2017 21:57:28 +0000 (23:57 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Oct 2017 21:57:30 +0000 (23:57 +0200)
apparently too much copy-paste from template

zabbix.spec

index dd3a01730e9b5c9502a79ae7f0b9b26bd8a425be..f815315bb680ee434811b28b863962ee2d354801 100644 (file)
@@ -577,12 +577,13 @@ ln -sf %{_sbindir}/zabbix_proxy-sqlite3 %{_sbindir}/zabbix_proxy || :
 %files frontend-php
 %defattr(644,root,root,755)
 %attr(750,root,http) %dir %{_webapps}/%{_webapp}
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/*
-%{_appdir}/frontends/php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/apache.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/httpd.conf
 %ghost %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/frontend/zabbix.conf.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/frontend/.htaccess
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/frontend/maintenance.inc.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/frontend/zabbix.conf.php.example
+%{_appdir}/frontends/php
 
 %files get
 %defattr(644,root,root,755)
This page took 0.352199 seconds and 4 git commands to generate.