averi pushed to check-mk (master). "Fix the path to the agent's plugins directory"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 10:13:05 UTC 2015


>From 474bbeed22b6cb291dcb357a73f65ca3190d2eac Mon Sep 17 00:00:00 2001
From: Andrea Veri <av at gnome.org>
Date: Mon, 13 Apr 2015 12:12:56 +0200
Subject: Fix the path to the agent's plugins directory


diff --git a/check-mk.spec b/check-mk.spec
index 25a1a9a..ce08ffa 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -134,7 +134,7 @@ install -m 755 waitmax %{buildroot}%{_bindir}/waitmax
 install -d -m 755 %{buildroot}%{_datadir}/check-mk-agent
 install -d -m 755 %{buildroot}%{_datadir}/check-mk-agent/plugins
 install -d -m 755 %{buildroot}%{_datadir}/check-mk-agent/local
-mv %{buildroot}%{_datadir}/check_mk/plugins/* %{buildroot}%{_datadir}/check-mk-agent/plugins/
+mv %{buildroot}%{_datadir}/check_mk/agents/plugins/* %{buildroot}%{_datadir}/check-mk-agent/plugins/
 
 # Create an /etc/check-mk-agent directory for agent's configuration files. Examples
 # will be then available under the /usr/share/check_mk/agents/cfg_examples directory.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/check-mk.git/commit/?h=master&id=474bbeed22b6cb291dcb357a73f65ca3190d2eac


More information about the scm-commits mailing list