Logoj0ke.net Open Build Service > Projects > server:monitoring > icinga-mod_gearman > Changes
Sign Up | Log In

Changes of Revision 20

[-] Changed icinga-mod_gearman.spec
x
 
1
@@ -74,8 +74,9 @@
2
 %__install -D -m0644 %{buildroot}%{_datadir}/mod_gearman/standalone_worker.conf %{buildroot}%{_sysconfdir}/mod_gearman_worker.conf
3
 %__install -d %{buildroot}/var/log/mod_gearman_worker
4
 %__install -d %{buildroot}/var/run/mod_gearman
5
-%__install -d %{buildroot}%{_prefix}/lib/%{monitor}/plugins
6
-mv %{buildroot}%{_bindir}/check_gearman %{buildroot}%{_bindir}/send_gearman %{buildroot}%{_bindir}/send_multi %{buildroot}%{_prefix}/lib/%{monitor}/plugins/
7
+# use nagios as plugindir not icinga, because all plugins are there 
8
+%__install -d %{buildroot}%{_prefix}/lib/nagios/plugins
9
+mv %{buildroot}%{_bindir}/check_gearman %{buildroot}%{_bindir}/send_gearman %{buildroot}%{_bindir}/send_multi %{buildroot}%{_prefix}/lib/nagios/plugins/
10
 
11
 %clean
12
 rm -rf %{buildroot}
13