Browse Source

Change the format for hosts lines to the one the install

scripts use - '1.2.3.4 host.my.domain host'.
ok millert@
OPENBSD_3_1
krw 22 years ago
parent
commit
9b98b6ce1d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/hosts

+ 3
- 3
src/etc/hosts View File

@ -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

Loading…
Cancel
Save