Added a default host.conf (gethostnamadr() name resolver) which declares
to resolve all names via bind first and then try /etc/hosts.
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ NOOBJ= oobj
|
|||||||
BINOWN= root
|
BINOWN= root
|
||||||
BINGRP= wheel
|
BINGRP= wheel
|
||||||
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
|
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
|
||||||
ftpusers gettytab group hosts hosts.equiv hosts.lpd inetd.conf \
|
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
|
||||||
man.conf motd myname netstart phones \
|
inetd.conf man.conf motd myname netstart phones \
|
||||||
printcap protocols rc rc.local remote security services shells \
|
printcap protocols rc rc.local remote security services shells \
|
||||||
syslog.conf ttys etc.${MACHINE}/disktab rpc
|
syslog.conf ttys etc.${MACHINE}/disktab rpc
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# Default is to use the nameserver first
|
||||||
|
bind
|
||||||
|
# If that doesn't work, then try the /etc/hosts file
|
||||||
|
hosts
|
||||||
Reference in New Issue
Block a user