Subject: Re: BIND 8.2.3
To: Erik Huizing <huizing@cpsc.ucalgary.ca>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: netbsd-users
Date: 01/31/2001 14:15:54
build & install the bind8 package and then:

	mv /usr/sbin/named{,.BROKEN}
	ln -s /usr/pkg/sbin/named /usr/sbin
	ln -s /etc/named.conf /usr/pkg/etc

Then kill & restart named.

I did that last night on a dozen machines of four different
architectures and three different netbsd versions.  it worked
extremely painlessly..

Use dig @127.0.0.1 version.bind text chaos

to verify that you're running the new bits.

				- Bill