Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 10:53:48 +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: r465686 - branches/2018Q1/net-mgmt/monitoring-plugins
Message-ID:  <201803271053.w2RArmEC056206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Mar 27 10:53:48 2018
New Revision: 465686
URL: https://svnweb.freebsd.org/changeset/ports/465686

Log:
  MFH: r465678
  
  Force path to sudo to fix, at least, check_mailq -s.
  
  PR:		226918
  Reported by:	alexander wittig name
  Sponsored by:	Absolight

Modified:
  branches/2018Q1/net-mgmt/monitoring-plugins/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/monitoring-plugins/Makefile	Tue Mar 27 10:00:48 2018	(r465685)
+++ branches/2018Q1/net-mgmt/monitoring-plugins/Makefile	Tue Mar 27 10:53:48 2018	(r465686)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monitoring-plugins
 PORTVERSION=	2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME}
 
@@ -69,6 +69,7 @@ CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL_QSTAT=/var/qm
 		ac_cv_path_PATH_TO_PING6=/sbin/ping6 \
 		--with-ping-command="/sbin/ping -n -t %d -c %d %s" \
 		--with-ping6-command="/sbin/ping6 -n -X %d -c %d %s" \
+		ac_cv_path_PATH_TO_SUDO=${LOCALBASE}/bin/sudo \
 		ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient
 
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271053.w2RArmEC056206>