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 <[EMAIL PROTECTED]>
-----------------------------------------------------------------------
"I love deadlines. I like the whooshing sound they make as they fly by"
                                                        - Douglas Adams

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to