diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 13:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 13:13:38 +0000 |
commit | 1e799db5ab051b486e2938b71b7f28436a8d03ca (patch) | |
tree | 7e7862d7a7d691d377df05ab715a8a2b1e35bc8a /sysutils/munin-common/files/patch-node_sbin_munin-run | |
parent | Update to latest commit. (diff) |
Update to 2.0.53.
Notes
Notes:
svn path=/head/; revision=523619
Diffstat (limited to 'sysutils/munin-common/files/patch-node_sbin_munin-run')
-rw-r--r-- | sysutils/munin-common/files/patch-node_sbin_munin-run | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-common/files/patch-node_sbin_munin-run b/sysutils/munin-common/files/patch-node_sbin_munin-run index f844a2373779..d1af74d4a398 100644 --- a/sysutils/munin-common/files/patch-node_sbin_munin-run +++ b/sysutils/munin-common/files/patch-node_sbin_munin-run @@ -1,7 +1,7 @@ ---- node/sbin/munin-run.orig 2014-11-24 21:46:24 UTC +--- node/sbin/munin-run.orig 2020-01-15 21:12:19 UTC +++ node/sbin/munin-run -@@ -52,6 +52,9 @@ sub main - $ENV{$key} =~ /^(.*)$/; +@@ -110,6 +110,9 @@ sub main + $ENV{$key} =~ /^(.*)$/s; $ENV{$key} = $1; } + # plugins run in taint mode because the uid is changed, so the path |