diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-06 08:00:40 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-06 08:00:40 +0000 |
commit | d686422b5a96db81d1d0fa01e3bae28c629362c2 (patch) | |
tree | 9360bf6c818596dc1dcba9789cd1c11c82fab7f2 /package | |
parent | 99ed8f936a90906efc100f802f199de068d72f52 (diff) | |
download | upstream-d686422b5a96db81d1d0fa01e3bae28c629362c2.tar.gz upstream-d686422b5a96db81d1d0fa01e3bae28c629362c2.tar.bz2 upstream-d686422b5a96db81d1d0fa01e3bae28c629362c2.zip |
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')
-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 8d9d14f452..75721cd5af 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 |