SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/munin/patches/patch-node_sbin_munin-node
Normal file
13
net/munin/patches/patch-node_sbin_munin-node
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: node/sbin/munin-node
|
||||
--- node/sbin/munin-node.orig
|
||||
+++ node/sbin/munin-node
|
||||
@@ -52,6 +52,9 @@ sub main
|
||||
$ENV{$key} =~ /^(.*)$/;
|
||||
$ENV{$key} = $1;
|
||||
}
|
||||
+ # plugins run in taint mode because the uid is changed, so the path
|
||||
+ # must not contain writable directories.
|
||||
+ $ENV{PATH}='/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX}/sbin';
|
||||
|
||||
parse_args();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue