aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-10 05:29:02 +0800
committermat <mat@FreeBSD.org>2017-01-10 05:29:02 +0800
commite96fede336cee71bb3c2c8e5d898580bb1259c9a (patch)
treec802a999d60c5b6e8abd2487601b60040236a438 /sysutils
parentacdf6b1ae514c918a9ee901a431bc3b37488b8c4 (diff)
downloadfreebsd-ports-gnome-e96fede336cee71bb3c2c8e5d898580bb1259c9a.tar.gz
freebsd-ports-gnome-e96fede336cee71bb3c2c8e5d898580bb1259c9a.tar.zst
freebsd-ports-gnome-e96fede336cee71bb3c2c8e5d898580bb1259c9a.zip
Also, don't report autofs.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in11
-rw-r--r--sysutils/munin-node/Makefile2
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in b/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
new file mode 100644
index 000000000000..5e7a37322b00
--- /dev/null
+++ b/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
@@ -0,0 +1,11 @@
+--- plugins/node.d.freebsd/df.in.orig 2016-12-04 19:34:49 UTC
++++ plugins/node.d.freebsd/df.in
+@@ -24,7 +24,7 @@ if [ "$1" = "autoconf" ]; then
+ exit 0
+ fi
+
+-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs"
++EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs,autofs"
+
+ if [ $(uname -s) = "GNU/kFreeBSD" ]; then
+ EXCLUDEDFS=$(echo $EXCLUDEDFS | sed 's/^-t /-x /; s/,/ -x /g')
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index b0eb98fec4be..839c47f4f020 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -3,7 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node