From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 18:42:52 2004 Return-Path: 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 A7CF416A4CE for ; Thu, 14 Oct 2004 18:42:52 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A27D43D3F for ; Thu, 14 Oct 2004 18:42:52 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id BA36DC141; Fri, 15 Oct 2004 07:42:50 +1300 (NZDT) Date: Fri, 15 Oct 2004 07:42:50 +1300 From: Jonathan Chen To: questions Message-ID: <20041014184250.GA4493@grimoire.chen.org.nz> References: <20041013203906.I4705@zeus.davez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041013203906.I4705@zeus.davez.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Bind X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 18:42:52 -0000 On Wed, Oct 13, 2004 at 08:53:54PM -0400, questions wrote: > > Hello list, > > Current O/S version = FreeBSD 4.10-RELEASE > Current Bind version = named 8.3.7-REL > > Does anyone know if upgrading Bind/named 8.3.7 to 9.3 is > recommended within 4.10-RELEASE? If so can this be accomplished using the > portupgrade command or should a different method be used like downloading > bind9.tar.gz file and running make install? What I did was: # cd /usr/ports/dns/bind9 # make install clean and updated /etc/rc.conf with named_program="/usr/local/sbin/named" worked fine for me. I chose not to overwrite the system's version. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925