aboutsummaryrefslogtreecommitdiff
path: root/tags/0.6/templates/vserver/files/etc/hosts
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-24 03:46:38 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-24 03:46:38 +0000
commit56b9604a19d23d77af7f4cc62ebfabe7060c6d96 (patch)
tree6dfecb3cd31bd87b888402b704bfb0bfb50239cf /tags/0.6/templates/vserver/files/etc/hosts
parent6124b62160794085c45a7102bc6f037a77b78aaa (diff)
downloadsimplepkg-56b9604a19d23d77af7f4cc62ebfabe7060c6d96.tar.gz
simplepkg-56b9604a19d23d77af7f4cc62ebfabe7060c6d96.tar.bz2
simplepkg 0.6
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@802 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'tags/0.6/templates/vserver/files/etc/hosts')
-rw-r--r--tags/0.6/templates/vserver/files/etc/hosts21
1 files changed, 21 insertions, 0 deletions
diff --git a/tags/0.6/templates/vserver/files/etc/hosts b/tags/0.6/templates/vserver/files/etc/hosts
new file mode 100644
index 0000000..6e33147
--- /dev/null
+++ b/tags/0.6/templates/vserver/files/etc/hosts
@@ -0,0 +1,21 @@
+#
+# hosts This file describes a number of hostname-to-address
+# mappings for the TCP/IP subsystem. It is mostly
+# used at boot time, when no name servers are running.
+# On small systems, this file can be used instead of a
+# "named" name server. Just add the names, addresses
+# and any aliases to this file...
+#
+# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1
+# should NEVER be named with the name of the machine. It causes problems
+# for some (stupid) programs, irc and reputedly talk. :^)
+#
+
+# For loopbacking.
+127.0.0.1 localhost
+# This next entry is technically wrong, but good enough to get TCP/IP apps
+# to quit complaining that they can't verify the hostname on a loopback-only
+# Linux box.
+127.0.0.1 darkstar.example.net darkstar
+
+# End of hosts.