mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
11 lines
416 B
Text
11 lines
416 B
Text
--- 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')
|