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 | cbc8b3968cb86c9991fd0a09b2c15bd3893f8466 (patch) | |
tree | b6e2d4bd1c5eca042ec5465b670af9706d4fc423 /package/base-files | |
parent | 0d06aa524ae684a5f186de0be8a9b009357515f3 (diff) | |
download | upstream-cbc8b3968cb86c9991fd0a09b2c15bd3893f8466.tar.gz upstream-cbc8b3968cb86c9991fd0a09b2c15bd3893f8466.tar.bz2 upstream-cbc8b3968cb86c9991fd0a09b2c15bd3893f8466.zip |
base_files: Remove . from end of localhost entry
SVN-Revision: 22508
Diffstat (limited to 'package/base-files')
-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 |