diff options
author | 2002-03-17 23:19:20 +0000 | |
---|---|---|
committer | 2002-03-17 23:19:20 +0000 | |
commit | e99011f1bea9c593076b083aacd853080210c5d7 (patch) | |
tree | 8d0a3a655419adb60aadd66a6cc70f7c03849cdf | |
parent | Move SA_FILE definition to sa.h. (diff) | |
download | wireguard-openbsd-e99011f1bea9c593076b083aacd853080210c5d7.tar.xz wireguard-openbsd-e99011f1bea9c593076b083aacd853080210c5d7.zip |
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 |