diff options
author | joerg <joerg@FreeBSD.org> | 1998-04-16 14:37:19 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1998-04-16 14:37:19 +0000 |
commit | a70d3b8d5745ae553ec3e1b48697d3588e7d1725 (patch) | |
tree | 4f3f2835c0d9f9d4f5f90e07deb05172d8bf76ef /etc | |
parent | cbfaf2a1eeca44572a07b2222c8ac7a5e352a335 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/hosts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |