From owner-freebsd-questions@FreeBSD.ORG Sun Dec 21 11:01:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B3416A4CE for ; Sun, 21 Dec 2003 11:01:29 -0800 (PST) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DED43D55 for ; Sun, 21 Dec 2003 11:01:28 -0800 (PST) (envelope-from bsdguru@cox.net) Received: from beastie.cornpropst.net ([68.110.240.24]) by lakemtao01.cox.netESMTP <20031221190127.NKCF23168.lakemtao01.cox.net@beastie.cornpropst.net> for ; Sun, 21 Dec 2003 14:01:27 -0500 From: Trevor Cornpropst To: freebsd-questions@freebsd.org Date: Sun, 21 Dec 2003 14:00:40 -0500 User-Agent: KMail/1.5.2 References: <960DA70A-33D4-11D8-BF63-003065BE42D6@partitura.com> In-Reply-To: <960DA70A-33D4-11D8-BF63-003065BE42D6@partitura.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312211400.40894.bsdguru@cox.net> Subject: Re: replacing named 8 with 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bsdguru@cox.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 19:01:29 -0000 On Sunday 21 December 2003 11:41 am, Paul Phillips wrote: > If I understand correctly, both freeBSD 4.9 and the 5 series use BIND 8. > > I would like to replace this with BIND 9. What is the proper way to do > so? Do I need to uninstall BIND 8 in some way before using ports or > packages to install BIND 9? > > Thanks > PCP There is no clean way to uninstall BIND 8 as it is built with the OS. If this is going to be a permanent DNS server, I would set "NO_BIND=true" in your /etc/make.conf. This will prevent the building and installation of BIND 8 when you build/installworld. Just specify the path to named in your /etc/rc.conf to point to the version of named you wish to run. So, set named_program in /etc/rc.conf to /usr/local/sbin/named. Trevor Cornpropst