Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 14:54:49 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        stan <stanb@awod.com>
Cc:        Free BSD Questions list <freebsd-questions@FreeBSD.ORG>
Subject:   Re: How to cleanly remove bind before using bind9
Message-ID:  <20030124015449.GA68828@grimoire.chen.org.nz>
In-Reply-To: <20030123232922.GA12051@teddy.fas.com>
References:  <20030123232922.GA12051@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz>
-----------------------------------------------------------------------
"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124015449.GA68828>