diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-06-20 13:41:45 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-06-20 13:41:45 +0000 |
commit | 241ccdeaf33c080d675cd85c358a16633866cf81 (patch) | |
tree | c84dd7ab382aa1dba3e4756697763fde81eccd04 /etc/hosts | |
parent | 146bcedccdd97829716f102265608ee44a35d3a1 (diff) | |
download | FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.zip FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.tar.gz |
Initial import of 386BSD 0.1 othersrc/etc
Diffstat (limited to 'etc/hosts')
-rw-r--r-- | etc/hosts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 0000000..29402c5 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,13 @@ +# +# Host Database +# This file should contain the addresses and aliases +# for local hosts that share this file. +# It is used only for "ifconfig" and other operations +# before the nameserver is started. +# +# +127.1 localhost localhost.my.domain +# +# Imaginary network. +0.2 myname.my.domain myname +0.3 myfriend.my.domain myfriend |