NetBSD/usr.sbin/bind
itojun 548cc318ca do not try to use BIND4 code in libc.
dig/host/whatever assumes that it is using BIND8 code.  mixing BIND4 in
libc with BIND8 code will result in very strange behavior, or program panics.

it is not necessary for dig/host/whatever to obey /etc/nsswitch.conf, actually
dig(1) is explicit about it.

now dist/bind is almost clean BIND822p5, with the following exception:
- /etc/irs.conf will never be visited when running BIND8 toolchain,
  to make it less complex.  the search order for BIND8 toolchain is
  defined in dist/bind/lib/irs/gen.c:default_map_rules().
and usr.sbin/bind compiles them in BSD make framework, with no tricks at all.
2000-03-01 10:49:58 +00:00
..
dig Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
dnskeygen Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
dnsquery Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
host Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
lib do not try to use BIND4 code in libc. 2000-03-01 10:49:58 +00:00
man Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
named Install named.conf again into /usr/share/examples/named. 1999-11-28 16:58:16 +00:00
named-bootconf Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
named-xfer s/make/${MAKE}/ 1999-11-21 16:46:33 +00:00
ndc s/make/${MAKE}/ 1999-11-21 16:46:33 +00:00
nslookup Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
nsupdate Use the bind source from basesrc/dist/bind. 1999-11-20 19:47:10 +00:00
reload More .mk file fallout. *sigh* 2000-01-23 21:55:44 +00:00
restart More .mk file fallout. *sigh* 2000-01-23 21:55:44 +00:00
Makefile Add the missing all-named-xfer all-ndc: all-named target. 1999-11-21 16:55:23 +00:00
Makefile.inc do not try to use BIND4 code in libc. 2000-03-01 10:49:58 +00:00