ed5bb21242
defined in the .conf files. It would be best if munin would only include .conf files, but until that happens use this as a workaroud. PR: ports/147345 Submitted by: Rob B <rbyrnes@gmail.com>
19 lines
476 B
Text
19 lines
476 B
Text
--- ./node/munin-node.conf.in.orig 2011-02-17 00:25:32.000000000 +0100
|
|
+++ ./node/munin-node.conf.in 2011-02-17 00:25:47.000000000 +0100
|
|
@@ -10,7 +10,7 @@
|
|
setsid 1
|
|
|
|
user root
|
|
-group root
|
|
+group wheel
|
|
|
|
# Regexps for files to ignore
|
|
|
|
@@ -22,6 +22,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
|