chiark / gitweb /
remove old README
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Oct 2008 19:33:07 +0000 (20:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 27 Oct 2008 19:33:07 +0000 (20:33 +0100)
README [deleted file]

diff --git a/README b/README
deleted file mode 100644 (file)
index 205118d..0000000
--- a/README
+++ /dev/null
@@ -1,17 +0,0 @@
-nss-myhostname is a GNU libc NSS module that statically translates the
-local host name to the IP address 127.0.0.2 (which is on the loopback
-device) and vice versa.
-
-This is useful to make sure that the local host name is always
-resolvable. Some programs (such as sudo) require this functionality. 
-
-Especially on embedded systems it may not be desirable to modify
-/etc/hosts to match the current host name. 
-
-It is a good idea to put this module as last resort in
-/etc/nsswitch.conf, to make sure that other name service take
-precedence.
-
--- Lennart Poettering, lennart [at] poettering [dot] de
-
-$Id$