diff options
Diffstat (limited to 'sysutils/munin-node/files/patch-node__munin-node.conf.in')
-rw-r--r-- | sysutils/munin-node/files/patch-node__munin-node.conf.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/munin-node/files/patch-node__munin-node.conf.in b/sysutils/munin-node/files/patch-node__munin-node.conf.in new file mode 100644 index 000000000000..10ab0fa8bb48 --- /dev/null +++ b/sysutils/munin-node/files/patch-node__munin-node.conf.in @@ -0,0 +1,19 @@ +--- node/munin-node.conf.in.orig 2013-07-19 16:30:03 UTC ++++ node/munin-node.conf.in +@@ -10,7 +10,7 @@ + setsid 1 + + user root +-group root ++group wheel + + # This is the timeout for the whole transaction. + # Units are in sec. Default is 15 min +@@ -30,6 +30,7 @@ + ignore_file \.dpkg-(tmp|new|old|dist)$ + ignore_file \.rpm(save|new)$ + ignore_file \.pod$ ++ignore_file \.sample$ + + # Set this if the client doesn't report the correct hostname when + # telnetting to localhost, port 4949 |