From owner-freebsd-questions Thu Jan 23 17:55:11 2003 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 1043A37B401 for ; Thu, 23 Jan 2003 17:55:10 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E299243F13 for ; Thu, 23 Jan 2003 17:55:08 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.6/8.12.6) with ESMTP id h0O1sn8X068894; Fri, 24 Jan 2003 14:54:52 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id h0O1snGm068893; Fri, 24 Jan 2003 14:54:49 +1300 (NZDT) (envelope-from jonc) Date: Fri, 24 Jan 2003 14:54:49 +1300 From: Jonathan Chen To: stan Cc: Free BSD Questions list Subject: Re: How to cleanly remove bind before using bind9 Message-ID: <20030124015449.GA68828@grimoire.chen.org.nz> References: <20030123232922.GA12051@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030123232922.GA12051@teddy.fas.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 23, 2003 at 06:29:22PM -0500, stan wrote: > I want to use bind 9 from the ports tree. I see how to prevent the bundled > bind from being built the next time I make world, and I see how to change > the init files et all to use the ports bind9. > > What I _don't_ see (and I'm certain it's just my lack of knowledge here), > is a clean way to remove all teh traces of the existing bersion of bind > which was built the last time I did a make world. > > Could someone enlighten me? You don't remove the bundle BIND. All you do is add the following lines into your /etc/rc.conf to run the port-installed Bind9. named_enable="YES" # Run named, the DNS server (or NO). named_program="/usr/local/sbin/named" -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message