diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-02 16:13:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-02 16:13:40 +0000 |
commit | 1fef7a32be1c141ec483e2ec78552adbcb1c865c (patch) | |
tree | 7845cb9ccbf1cce3468f50e3820dade6ba638e48 /sysutils/munin-node/files/patch-node__munin-node.conf.in | |
parent | Update MASTER_SITES and WWW to new location to fix fetch. (diff) |
- Stage
- Move a few patches around to stay consistent
- add a JAVA option to munin-node.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=367046
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 |