diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:05:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:05:34 +0200 |
commit | f4259455c2ad5c2f74290bfa710bf7689023d423 (patch) | |
tree | 9d750af6903f17e362db45dc973f78df5eca2796 /package/base-files/src/etc/hosts | |
parent | 36197e445d0bde5785bb1a823b0e83c4f5b89ccb (diff) |
finetune /etc/hosts
It should look like:
127.0.0.1 localhost
::1 loaclhost
127.0.1.1 hostname
Diffstat (limited to 'package/base-files/src/etc/hosts')
-rw-r--r-- | package/base-files/src/etc/hosts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/src/etc/hosts b/package/base-files/src/etc/hosts deleted file mode 100644 index 085363292..000000000 --- a/package/base-files/src/etc/hosts +++ /dev/null @@ -1,2 +0,0 @@ -::1 localhost -127.0.0.1 localhost |