Changes of Revision 27
[-] | Changed | icinga-mod_gearman.spec |
x 1
2 %endif 3 %__install -D -m0644 %{buildroot}%{_datadir}/mod_gearman/standalone_worker.conf %{buildroot}%{_sysconfdir}/mod_gearman_worker.conf 4 %__install -d %{buildroot}/var/log/mod_gearman_worker 5 +%__install -d %{buildroot}/var/log/mod_gearman 6 %__install -d %{buildroot}/var/run/mod_gearman 7 # use nagios as plugindir not icinga, because all plugins are there 8 %__install -d %{buildroot}%{_prefix}/lib/nagios/plugins 9
10 %{_bindir}/gearman_top 11 %dir %{_datadir}/mod_gearman 12 %{_datadir}/mod_gearman/shared.conf 13 +%dir %attr(-,%{monitor},%{monitor}) /var/log/mod_gearman 14 15 %files plugins 16 %defattr(-,root,root) 17 |