mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Fix fail2ban's path [2] (while there, make plugins.conf PREFIX safe) - Fix multiping plugin [3] (while there, regenerate patches) - Add a forgotten run dep on Java. PR: 192341 [1] Submitted by: fbsd@shoggothmedia.com [1] PR: 179549 [2] Submitted by: fabian@bug.ch [2] PR: 192332 [3] Submitted by: fbsd@shoggothmedia.com [3] Sponsored by: Absolight
19 lines
480 B
Text
19 lines
480 B
Text
--- node/munin-node.conf.in.orig 2014-04-22 19:29:32 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
|