Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 21:51:50 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431036 - in branches/2017Q1/sysutils: munin-common/files munin-node
Message-ID:  <201701092151.v09Lpojt008735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan  9 21:51:49 2017
New Revision: 431036
URL: https://svnweb.freebsd.org/changeset/ports/431036

Log:
  MFH: r431033
  
  Also, don't report autofs.
  
  Sponsored by:	Absolight

Added:
  branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
     - copied unchanged from r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
Modified:
  branches/2017Q1/sysutils/munin-node/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Copied: branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in (from r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in	Mon Jan  9 21:51:49 2017	(r431036, copy of r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in)
@@ -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: branches/2017Q1/sysutils/munin-node/Makefile
==============================================================================
--- branches/2017Q1/sysutils/munin-node/Makefile	Mon Jan  9 21:50:36 2017	(r431035)
+++ branches/2017Q1/sysutils/munin-node/Makefile	Mon Jan  9 21:51:49 2017	(r431036)
@@ -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?201701092151.v09Lpojt008735>