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 Install dig, dnsquery, host, nslookup, nsupdate and pawd in /usr/bin. 1999-03-26 20:04:50 +00:00
dnsquery Install dig, dnsquery, host, nslookup, nsupdate and pawd in /usr/bin. 1999-03-26 20:04:50 +00:00
host s/getaddrinfo/get_addrinfo/, to avoid function name conflict with 1999-06-30 12:27:34 +00:00
include fix dig and nslookup. 1999-08-07 12:40:06 +00:00
lib convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
man Missing .El. 1999-03-30 20:38:33 +00:00
named Install "named.conf" to "/usr/share/examples/named". 1999-07-19 12:04:03 +00:00
named-xfer Put back RCS Ids which got clobbered during import. 1998-10-14 20:56:49 +00:00
ndc support $named_flags from rc.conf (this got lost in the upgrade to bind8) 1999-02-17 13:36:00 +00:00
nslookup Remove unnecessary "${.CURDIR}/../nslookup" from ".PATH" target. 1999-07-12 08:31:49 +00:00
nsupdate Install dig, dnsquery, host, nslookup, nsupdate and pawd in /usr/bin. 1999-03-26 20:04:50 +00:00
reload
restart
Makefile
Makefile.inc Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717 1999-01-04 00:04:04 +00:00