Date: Mon, 9 Jan 2017 21:29:02 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431033 - in head/sysutils: munin-common/files munin-node Message-ID: <201701092129.v09LT2gJ096520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jan 9 21:29:02 2017 New Revision: 431033 URL: https://svnweb.freebsd.org/changeset/ports/431033 Log: Also, don't report autofs. Sponsored by: Absolight Added: head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in (contents, props changed) Modified: head/sysutils/munin-node/Makefile (contents, props changed) Added: head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in Mon Jan 9 21:29:02 2017 (r431033) @@ -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') Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Mon Jan 9 20:35:42 2017 (r431032) +++ head/sysutils/munin-node/Makefile Mon Jan 9 21:29:02 2017 (r431033) @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701092129.v09LT2gJ096520>