From e2e3bc31ec5bce8bf4eadf0f1ff40406b259e9ca Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 10 Mar 2009 00:42:13 +0000 Subject: [PATCH] do not give an example which implies people should put their hostname on 127.0.0.1 or ::1 lots of discussion with many, but ok krw --- src/etc/hosts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/etc/hosts b/src/etc/hosts index 1e69b477..3fb2c2f0 100644 --- a/src/etc/hosts +++ b/src/etc/hosts @@ -1,4 +1,4 @@ -# $OpenBSD: hosts,v 1.11 2002/09/26 23:35:51 krw Exp $ +# $OpenBSD: hosts,v 1.12 2009/03/10 00:42:13 deraadt Exp $ # # Host Database # @@ -7,7 +7,5 @@ # 172.16.0.0 172.31.255.255 # 192.168.0.0 192.168.255.255 # -::1 localhost.my.domain localhost -127.0.0.1 localhost.my.domain localhost -::1 noname.my.domain noname -127.0.0.1 noname.my.domain noname +127.0.0.1 localhost +::1 localhost