diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-06 08:00:40 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-06 08:00:40 +0000 |
commit | e3efdd6ac77f8b36755990502656b12634fcc2ba (patch) | |
tree | 9360bf6c818596dc1dcba9789cd1c11c82fab7f2 /package/base-files/files/etc/hosts | |
parent | 95c9084721b4ff480c85315308de90613b390d0f (diff) |
base_files: Remove . from end of localhost entry
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/hosts')
-rw-r--r-- | package/base-files/files/etc/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hosts b/package/base-files/files/etc/hosts index 8d9d14f45..75721cd5a 100644 --- a/package/base-files/files/etc/hosts +++ b/package/base-files/files/etc/hosts @@ -1 +1 @@ -127.0.0.1 localhost. +127.0.0.1 localhost |