summaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in')
-rw-r--r--sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in8
1 files changed, 4 insertions, 4 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
index 5e7a37322b00..0dd0ad477553 100644
--- a/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
+++ b/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
@@ -1,11 +1,11 @@
---- plugins/node.d.freebsd/df.in.orig 2016-12-04 19:34:49 UTC
+--- plugins/node.d.freebsd/df.in.orig 2018-06-29 00:50:01 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"
+-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs"
++EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,autofs"
if [ $(uname -s) = "GNU/kFreeBSD" ]; then
- EXCLUDEDFS=$(echo $EXCLUDEDFS | sed 's/^-t /-x /; s/,/ -x /g')
+ # Debian ships df from GNU coreutils