NetBSD/usr.sbin/bind
itojun d6fd5e2c88 fix dig and nslookup.
sizeof(_res) must be the same for libc, libresolv and libbind.
libc and libresolve uses bind4 while libbind seems to use bind8.

complete fix would be to share the same codebase among libc and libbind,
but I don't know if importing bind8 into libc/libresolv (or bind9 to
all the places) is the right answer.  it involves a big change.

PR: 7966
1999-08-07 12:40:06 +00:00
..
dig
dnsquery
host
include fix dig and nslookup. 1999-08-07 12:40:06 +00:00
lib
man
named Install "named.conf" to "/usr/share/examples/named". 1999-07-19 12:04:03 +00:00
named-xfer
ndc
nslookup Remove unnecessary "${.CURDIR}/../nslookup" from ".PATH" target. 1999-07-12 08:31:49 +00:00
nsupdate
reload
restart
Makefile
Makefile.inc