From owner-freebsd-questions Mon Dec 9 6:45:17 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 A71D637B401 for ; Mon, 9 Dec 2002 06:45:15 -0800 (PST) Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933E143EA9 for ; Mon, 9 Dec 2002 06:45:14 -0800 (PST) (envelope-from barry.byrne@wbtsystems.com) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.6/8.12.6) with ESMTP id gB9Ej4ka027938; Mon, 9 Dec 2002 14:45:04 GMT From: "Barry Byrne" To: "Nick Wilson" , Subject: RE: Bind - Upgrading from FreeBSD 4.6 default to 9.2.1 Date: Mon, 9 Dec 2002 14:45:03 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <002b01c29f8d$229b3f80$0b00a8c0@abell.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-WBT-Authenticated-User: bb X-Scanned-By: slate/MIMEDefang 2.27 (www . roaringpenguin . com / mimedefang) 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 Nick: Check where the new version has been installed, then modify the named lines in /etc/rc.conf accordingly. For example (assuming it went into /usr/local/sbin) : named_enable="YES" # Run named, the DNS server (or NO). named_program="/usr/local/sbin/named" # path to named. (bind 9.2.1) named_flags="-c /etc/namedb/named.conf" # Flags for named - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Nick Wilson > Sent: 09 December 2002 14:13 > To: questions@FreeBSD.ORG > Subject: Bind - Upgrading from FreeBSD 4.6 default to 9.2.1 > > > Hi > > I'm running FreeBSD 4.6 and have ported and installed (successfully, I > believe) BIND 9.2.1. However if I run named -v the version reporting is > 8.3.2-T1B as supplied with the FreeBSD release. named-checkconf -v or > named-checkzone -v report version 9.2.1. > > How do I tell FreeBSD to use the new version of BIND? I've tried editing > the named-program path in rc.conf but with no effect. > > Many thanks, Nick > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message