diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-03 12:38:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-03 12:38:20 +0000 |
commit | ec7200a59b62e092f3ad3544fb0315a6e56f0191 (patch) | |
tree | 1e3d072bf448e535b1b4181a3cbe5bb846972ff5 /sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in | |
parent | Update to latest commit (diff) |
Update to 2.0.40.
Notes
Notes:
svn path=/head/; revision=478861
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 | 4 |
1 files changed, 2 insertions, 2 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 0dd0ad477553..856691d8c2f2 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 @@ -4,8 +4,8 @@ exit 0 fi --EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs" -+EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,autofs" +-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,cd9660" ++EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,cd9660,autofs" if [ $(uname -s) = "GNU/kFreeBSD" ]; then # Debian ships df from GNU coreutils |