From owner-svn-ports-all@freebsd.org Mon Jan 9 21:29:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0760DCA8599; Mon, 9 Jan 2017 21:29:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCAB91458; Mon, 9 Jan 2017 21:29:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09LT3B4096522; Mon, 9 Jan 2017 21:29:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09LT2gJ096520; Mon, 9 Jan 2017 21:29:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701092129.v09LT2gJ096520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Jan 2017 21:29:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 21:29:04 -0000 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