summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/check_mk_agent/files/patch-check__mk__agent.freebsd (renamed from net-mgmt/check_mk_agent/files/patch-agents_check__mk__agent.freebsd)6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/check_mk_agent/files/patch-agents_check__mk__agent.freebsd b/net-mgmt/check_mk_agent/files/patch-check__mk__agent.freebsd
index 2dab8dfb0fb5..2185ffe1e486 100644
--- a/net-mgmt/check_mk_agent/files/patch-agents_check__mk__agent.freebsd
+++ b/net-mgmt/check_mk_agent/files/patch-check__mk__agent.freebsd
@@ -1,5 +1,5 @@
---- agents/check_mk_agent.freebsd.orig 2019-09-06 10:22:12 UTC
-+++ agents/check_mk_agent.freebsd
+--- check_mk_agent.freebsd.orig 2020-02-05 09:13:20 UTC
++++ check_mk_agent.freebsd
@@ -41,15 +41,15 @@
export LC_ALL=C
unset LANG
@@ -20,7 +20,7 @@
# All executables in PLUGINSDIR will simply be executed and their
# ouput appended to the output of the agent. Plugins define their own
-@@ -102,7 +102,7 @@ function run_cached() {
+@@ -109,7 +109,7 @@ function run_cached() {
# Cache file outdated and new job not yet running? Start it
if [ -z "$USE_CACHEFILE" -a ! -e "$CACHEFILE.new" ] ; then