diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-02-16 23:47:43 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-02-16 23:47:43 +0000 |
commit | ed5bb212423d6dcf27619bf9bc002791f95dded7 (patch) | |
tree | 3bee31843df225898a0adffe2b20f8240dd63683 /sysutils/munin-node | |
parent | 46885025c4f1b97a8decc68d26df31d9eee94bc3 (diff) |
Notes
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/files/patch-munin-node.conf.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/munin-node/files/patch-munin-node.conf.in b/sysutils/munin-node/files/patch-munin-node.conf.in index 40cd5af9e812..8284ed61f943 100644 --- a/sysutils/munin-node/files/patch-munin-node.conf.in +++ b/sysutils/munin-node/files/patch-munin-node.conf.in @@ -1,5 +1,5 @@ ---- node/munin-node.conf.in.orig 2010-01-30 12:07:52.000000000 -0700 -+++ node/munin-node.conf.in 2010-01-30 12:07:59.000000000 -0700 +--- ./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 @@ -9,3 +9,11 @@ # 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 |