Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 10:24:53 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        "S. Roberts" <sroberts@dsl.pipex.com>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Updating bind
Message-ID:  <20020520102453.A36159@grimoire.chen.org.nz>
In-Reply-To: <1021846379.84212.188.camel@Demon.Strobe.org>; from sroberts@dsl.pipex.com on Sun, May 19, 2002 at 11:12:59PM %2B0100
References:  <1021846379.84212.188.camel@Demon.Strobe.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 19, 2002 at 11:12:59PM +0100, S. Roberts wrote:

> I am aaware that there's a (newer?) port version in the ports tree, the
> question then is, how do I update from my current version to the latest
> version of BIND?

You install the port:

    # cd /usr/ports/net/bind[89]
    # make install clean

And change the /etc/rc.conf to use the new "named" program on startup

    named_program="/usr/local/sbin/named"   # path to port installed named

You leave the base-system's "named" untouched. This procedure saves
you the headache of trashing your version of "named" when you upgrade
your system.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
  If you're right 90% of the time, why quibble about the remaining 3%?

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?20020520102453.A36159>