Subject: Re: critique: NetBSD + BIND9 chroot setup
To: None <othyro@freeshell.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 03/26/2004 07:48:29
othyro@freeshell.org wrote:
> http://www.bsdforums.org/forums/showthread.php?s=&threadid=20462

This is what I'm using with pkgsrc/net/bind9:

/etc/rc.conf
============
named=YES               named_flags="-u named -t /var/chroot/named"

/etc/rc.conf.d/named
====================
command="/usr/pkg/sbin/named"
pidfile='/var/chroot/named/var/run/named.pid'

No changes to /etc/rc.local or /usr/pkg/etc/rc.d/named9 are needed.

Martti