From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 10:44:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF5F16A4CE; Thu, 30 Sep 2004 10:44:36 +0000 (GMT) Received: from kai.xtaz.net (kai.xtaz.net [82.68.183.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514CC43D5C; Thu, 30 Sep 2004 10:44:36 +0000 (GMT) (envelope-from matt@xtaz.net) Received: from webmail.xtaz.net (localhost [127.0.0.1]) by kai.xtaz.net (Postfix) with ESMTP id 382368FC7A; Thu, 30 Sep 2004 11:44:35 +0100 (BST) Received: from 193.35.129.161 (proxying for unknown) (SquirrelMail authenticated user matt); by webmail.xtaz.net with HTTP; Thu, 30 Sep 2004 11:44:35 +0100 (BST) Message-ID: <43039.193.35.129.161.1096541075.squirrel@webmail.xtaz.net> In-Reply-To: <20040930033351.M57326@ync.qbhto.arg> References: <20040928025635.Q5094@ync.qbhto.arg> <200409291951.12610.peter@wemm.org> <20040930033351.M57326@ync.qbhto.arg> Date: Thu, 30 Sep 2004 11:44:35 +0100 (BST) From: "Matt Smith" To: "Doug Barton" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: named now runs chroot'ed by default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 10:44:37 -0000 Another quick question about this. I run the ports version of bind9 however I still leave all the base stuff installed during installworld as one day I might want to use it. All I do is add the following in rc.conf: named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-c /usr/local/etc/named/named.conf -u bind" and all my zone files and pid files etc are in /usr/local/etc/named. I am wondering how these changes will affect this setup? Is there anything special I need to do when I next installworld (and get the new bind9 stuff). I'm currently on 5.3-BETA6 from before it was commited. Matt.