diff options
author | jkh <jkh@FreeBSD.org> | 1998-11-16 02:02:30 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-11-16 02:02:30 +0000 |
commit | c6a31c492d4fd1a35a07a2f55c80581622de0a05 (patch) | |
tree | 34a4b6e5d6e5a5acc87da0e957234eb8735b764e /etc | |
parent | a75739e4d3f6890183d26f6c127af1fdca26e5db (diff) | |
download | FreeBSD-src-c6a31c492d4fd1a35a07a2f55c80581622de0a05.zip FreeBSD-src-c6a31c492d4fd1a35a07a2f55c80581622de0a05.tar.gz |
put hosts before bind.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/host.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/host.conf b/etc/host.conf index 10f4c65..06c5d71 100644 --- a/etc/host.conf +++ b/etc/host.conf @@ -1,7 +1,7 @@ -# $Id$ -# Default is to use the nameserver first -bind -# If that doesn't work, then try the /etc/hosts file +# $Id: host.conf,v 1.4 1997/02/23 09:20:40 peter Exp $ +# First try the /etc/hosts file hosts +# Now try the nameserver next. +bind # If you have YP/NIS configured, uncomment the next line # nis |