From owner-freebsd-questions Tue Dec 10 16:42:23 2002 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 5DF8A37B401 for ; Tue, 10 Dec 2002 16:42:22 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B06843EC2 for ; Tue, 10 Dec 2002 16:42:21 -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 gBB0fxOg026264; Wed, 11 Dec 2002 13:41:59 +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 gBB0fxsi026263; Wed, 11 Dec 2002 13:41:59 +1300 (NZDT) Date: Wed, 11 Dec 2002 13:41:59 +1300 From: Jonathan Chen To: David Ouyang Cc: "Question FreeBSD.ORG" Subject: Re: how to upgrade bind8 to bind9? Message-ID: <20021211004159.GB26200@grimoire.chen.org.nz> References: <20021211003340.13406.qmail@web20004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021211003340.13406.qmail@web20004.mail.yahoo.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 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 ---------------------------------------------------------------------- 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