From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 15:20:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBFD66DB; Sun, 20 Apr 2014 15:20:18 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6EE1827; Sun, 20 Apr 2014 15:20:18 +0000 (UTC) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200::ae25]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id s3KFK9V6083325; Sun, 20 Apr 2014 11:20:16 -0400 (EDT) (envelope-from cross+freebsd@distal.com) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Received: from magrathea.distal.com (magrathea.distal.com [206.138.151.12]) (authenticated bits=0) by mail.distal.com (8.14.8/8.14.8) with ESMTP id s3KFIicn054914 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 20 Apr 2014 11:18:45 -0400 (EDT) (envelope-from cross+freebsd@distal.com) From: Chris Ross Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Suggestion for dns/bind910 pkg-message Message-Id: <18B4A4CB-42D2-4577-A3F4-43EEE430CEB3@distal.com> Date: Sun, 20 Apr 2014 11:18:35 -0400 To: mat@freebsd.org, freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.distal.com [206.138.151.250]); Sun, 20 Apr 2014 11:18:45 -0400 (EDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 15:20:18 -0000 The pkg-message in dns/bind910 (actually, bind9*) includes text about = setting up a chroot environment, and configuring rdns. At the end, it = says: > The /etc/rc.d/named script in the base will do both for you. In FreeBSD 10, this is not true. There is no /etc/rc.d/named script. = I think this message should be adjusted so that it doesn't display = misinformation on a FreeBSD 10 system (perhaps just by changing it's = wording, as I don't know that there's a way in ports to do conditional = messages, but). Thanks! - Chris