Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 13:41:59 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        David Ouyang <ntusnet@yahoo.com>
Cc:        "Question FreeBSD.ORG" <questions@FreeBSD.ORG>
Subject:   Re: how to upgrade bind8 to bind9?
Message-ID:  <20021211004159.GB26200@grimoire.chen.org.nz>
In-Reply-To: <20021211003340.13406.qmail@web20004.mail.yahoo.com>
References:  <20021211003340.13406.qmail@web20004.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 10, 2002 at 04:33:40PM -0800, David Ouyang wrote:
> I have 4.7 box acting as DNS server, bind8 is
> installed as default, and I did install port
> /usr/ports/net/bind9, but the system still running
> bind8, how do I update it?

You configure /etc/rc.conf to use the newly installed named, ie:

    named_program="/usr/local/sbin/named"
    named_flags="/usr/local/etc/named.conf"

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}

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?20021211004159.GB26200>