Modified Files: src/external/bsd/bind/dist/bin/named: server.c Log Message: Don't log if "." is not writable. In the chrooted environment this is "/var/chroot/named", and there is no reason whatsoever for this to be writable!
this seems bogus to me. this check seems to be about making sure it can write secondary files. it's a good check. for my named chroot setup a9hich i've been using since before both netbsd or bind-proper had them, but using the same basic technique of named user/group & chroot), i kept named chdiring into, eg, /var/chroots/named/etc/namedb and that dir was writable, but the toplevel chroot dir was not. please restore this check and fix the usage. .mrg.