Subject: Re: BIND DoS and remote compromise issues
To: Andrew Brown <atatat@atatdot.net>
From: Paul Hoffman <phoffman@proper.com>
List: tech-security
Date: 11/12/2002 11:59:05
At 2:27 PM -0500 11/12/02, Andrew Brown wrote:
>  >So, once we install BIND 9 from pkgsrc, what is the correct way to
>>change the system to use it?
>>
>>Do I simply change 'command="/usr/sbin/${name}"' in /etc/rc.d/named
>>to 'command="/usr/pkg/sbin/${name}"'?
>
>short answer: yes.
>
>long answer: no.
>
>long answer justification?
>
>try not to change the system supplied rc.d files, as doing so will
>make upgrades less smooth.

OK, I just noticed that pkg_add added "named9" in /usr/pkg/etc/rc.d. 
I could copy that to /etc/rc.d, but then how do I get named9 to 
launch? Do I simply say "named=NO" and "named9=YES" in /etc/rc.conf?