Module Name:    src
Committed By:   dholland
Date:           Sun Nov 24 07:20:01 UTC 2013

Modified Files:
        src/etc: hosts

Log Message:
Replace the comment on this file. It appears to date back to CSRG days
and in particular was clearly last edited before nsswitch.conf existed.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/hosts

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/hosts
diff -u src/etc/hosts:1.8 src/etc/hosts:1.9
--- src/etc/hosts:1.8	Fri Jul  3 22:32:55 2009
+++ src/etc/hosts	Sun Nov 24 07:20:01 2013
@@ -1,11 +1,14 @@
-#	$NetBSD: hosts,v 1.8 2009/07/03 22:32:55 hubertf Exp $
+#	$NetBSD: hosts,v 1.9 2013/11/24 07:20:01 dholland Exp $
 #
-# Host Database
-# This file should contain the addresses and aliases
-# for local hosts that share this file.
-# It is used only for "ifconfig" and other operations
-# before the nameserver is started.
+# Host name database.
 #
+# This file contains addresses and aliases for local hosts whose names
+# need to be resolvable during system boot; typically this includes only
+# the address and FQDN for this machine's hostname.
+#
+# By default this file is consulted before DNS, so adding additional
+# material here that then becomes out of date can lead to confusion.
+# See nsswitch.conf(5).
 #
 ::1			localhost localhost.
 127.0.0.1		localhost localhost.

Reply via email to