diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-03-17 23:19:21 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-03-17 23:19:21 +0000 |
commit | ac0efa0c8e73c6d2612b3bf904aa2e627eab72b5 (patch) | |
tree | c820197350de9a6c9e28c8905228db14dae7f02f | |
parent | dcf718a68a854e24055e0c72ba004dbf58832183 (diff) |
Change the format for hosts lines to the one the install
scripts use - '1.2.3.4 host.my.domain host'.
ok millert@
-rw-r--r-- | etc/hosts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/hosts b/etc/hosts index b74149d551b..b6c9dbe8bb6 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $OpenBSD: hosts,v 1.9 2001/12/05 09:58:37 deraadt Exp $ +# $OpenBSD: hosts,v 1.10 2002/03/17 23:19:20 krw Exp $ # # Host Database # @@ -7,6 +7,6 @@ # 172.16.0.0 172.31.255.255 # 192.168.0.0 192.168.255.255 # -::1 localhost localhost.my.domain -127.0.0.1 localhost localhost.my.domain +::1 localhost.my.domain localhost +127.0.0.1 localhost.my.domain localhost 192.168.254.254 noname |