summaryrefslogtreecommitdiffstats
path: root/etc/hosts
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-04-16 14:37:19 +0000
committerjoerg <joerg@FreeBSD.org>1998-04-16 14:37:19 +0000
commita70d3b8d5745ae553ec3e1b48697d3588e7d1725 (patch)
tree4f3f2835c0d9f9d4f5f90e07deb05172d8bf76ef /etc/hosts
parentcbfaf2a1eeca44572a07b2222c8ac7a5e352a335 (diff)
downloadFreeBSD-src-a70d3b8d5745ae553ec3e1b48697d3588e7d1725.zip
FreeBSD-src-a70d3b8d5745ae553ec3e1b48697d3588e7d1725.tar.gz
Add `myname.my.domain' as another alias for `localhost'. We set this
as the initial generic hostname if the user didn't setup any NIC, but failure to resolve this name results in XF86Setup not being able to run. Reported by: Lutz Zienert <luzi@interface-business.de>
Diffstat (limited to 'etc/hosts')
-rw-r--r--etc/hosts4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/hosts b/etc/hosts
index d5a185e..f99bac9 100644
--- a/etc/hosts
+++ b/etc/hosts
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: hosts,v 1.8 1997/02/23 09:20:41 peter Exp $
#
# Host Database
# This file should contain the addresses and aliases
@@ -7,7 +7,7 @@
# not be consulted at all; see /etc/host.conf for the resolution order.
#
#
-127.0.0.1 localhost localhost.my.domain
+127.0.0.1 localhost localhost.my.domain myname.my.domain
#
# Imaginary network.
#10.0.0.2 myname.my.domain myname
OpenPOWER on IntegriCloud