diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-02 13:47:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-02 13:47:40 +0000 |
commit | a2eafec30b40cf6a484500fd02fb69aef80c9dd0 (patch) | |
tree | 63b1f976c30f03f3dd2caf528694d967d1f5e71d /sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in | |
parent | - Update to 3.1.1 (diff) |
Update to 2.0.38.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=473739
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.in | 8 |
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 |