Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
icinga-mod_gearman
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 20
[-]
[+]
Changed
icinga-mod_gearman.spec
@@ -74,8 +74,9 @@ %__install -D -m0644 %{buildroot}%{_datadir}/mod_gearman/standalone_worker.conf %{buildroot}%{_sysconfdir}/mod_gearman_worker.conf %__install -d %{buildroot}/var/log/mod_gearman_worker %__install -d %{buildroot}/var/run/mod_gearman -%__install -d %{buildroot}%{_prefix}/lib/%{monitor}/plugins -mv %{buildroot}%{_bindir}/check_gearman %{buildroot}%{_bindir}/send_gearman %{buildroot}%{_bindir}/send_multi %{buildroot}%{_prefix}/lib/%{monitor}/plugins/ +# use nagios as plugindir not icinga, because all plugins are there +%__install -d %{buildroot}%{_prefix}/lib/nagios/plugins +mv %{buildroot}%{_bindir}/check_gearman %{buildroot}%{_bindir}/send_gearman %{buildroot}%{_bindir}/send_multi %{buildroot}%{_prefix}/lib/nagios/plugins/ %clean rm -rf %{buildroot}