aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-common
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-09 21:29:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-09 21:29:02 +0000
commit6a8746de45e372e87e204036d98bfd39607e7766 (patch)
treec802a999d60c5b6e8abd2487601b60040236a438 /sysutils/munin-common
parentc2fc0cc341b190fa22d21e0c29e6509d9ca9ea60 (diff)
downloadports-6a8746de45e372e87e204036d98bfd39607e7766.tar.gz
ports-6a8746de45e372e87e204036d98bfd39607e7766.zip
Also, don't report autofs.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=431033
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r--sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in11
1 files changed, 11 insertions, 0 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')