From owner-svn-ports-all@FreeBSD.ORG Tue Jan 6 22:44:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85589A38; Tue, 6 Jan 2015 22:44:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 70F8AA2B; Tue, 6 Jan 2015 22:44:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06Mit3Y079330; Tue, 6 Jan 2015 22:44:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06MitNP079326; Tue, 6 Jan 2015 22:44:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201501062244.t06MitNP079326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 6 Jan 2015 22:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376445 - in head/net-mgmt: monitoring-plugins nagios-plugins 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.18-1 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: Tue, 06 Jan 2015 22:44:55 -0000 Author: mat Date: Tue Jan 6 22:44:54 2015 New Revision: 376445 URL: https://svnweb.freebsd.org/changeset/ports/376445 QAT: https://qat.redports.org/buildarchive/r376445/ Log: Add a note about building with poudriere. Sponsored by: Absolight Modified: head/net-mgmt/monitoring-plugins/pkg-help head/net-mgmt/nagios-plugins/pkg-help Modified: head/net-mgmt/monitoring-plugins/pkg-help ============================================================================== --- head/net-mgmt/monitoring-plugins/pkg-help Tue Jan 6 22:19:43 2015 (r376444) +++ head/net-mgmt/monitoring-plugins/pkg-help Tue Jan 6 22:44:54 2015 (r376445) @@ -5,6 +5,8 @@ doesn't have 127.0.0.1 and ::1, and you be built, you have to set NAGIOSPOLLIP and NAGIOSPOLLIP6 to an IPV4 and an IPV6 address that can be pinged from the jail. +As a few people seem to be doing it and complaining it does not +work, you do NOT want to use this when building with poudriere. ** DNS ** Starting from FreeBSD 10.0, BIND has been replaced in base Modified: head/net-mgmt/nagios-plugins/pkg-help ============================================================================== --- head/net-mgmt/nagios-plugins/pkg-help Tue Jan 6 22:19:43 2015 (r376444) +++ head/net-mgmt/nagios-plugins/pkg-help Tue Jan 6 22:44:54 2015 (r376445) @@ -5,6 +5,8 @@ doesn't have 127.0.0.1 and ::1, and you be built, you have to set NAGIOSPOLLIP and NAGIOSPOLLIP6 to an IPV4 and an IPV6 address that can be pinged from the jail. +As a few people seem to be doing it and complaining it does not +work, you do NOT want to use this when building with poudriere. ** DNS ** Starting from FreeBSD 10.0, BIND has been replaced in base