diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-16 02:02:30 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-16 02:02:30 +0000 |
| commit | ff6301aaf357e1607d417255593ddb84d03a68ef (patch) | |
| tree | d43aa3d5d7d02f9a4447766d9fef7c86a7825149 /etc | |
| parent | 93a6df25e8103ad1ddc9cd9592934a63761e0fab (diff) | |
Notes
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 10f4c6575936..06c5d71903a8 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 |
