freebsd-ports/sysutils/munin-node/files/patch-munin-node.conf.in
Florian Smeets ed5bb21242 - also ignore .sample files as these can confuse plugins by overwriting values
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>
2011-02-16 23:47:43 +00:00

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