Blame SOURCES/1147718-resolv.conf.5-add-missing-no-tld-query.patch

7dd887
From 70cda4be1493b7e44ab87cd115a1b1d19162c9f4 Mon Sep 17 00:00:00 2001
7dd887
From: Jan Chaloupka <jchaloup@redhat.com>
7dd887
Date: Thu, 16 Oct 2014 11:36:17 +0200
7dd887
Subject: [PATCH] resolv.conf.5 add missing no-tld-query
7dd887
7dd887
---
7dd887
 man-pages/man5/resolv.conf.5 | 11 +++++++++++
7dd887
 1 file changed, 11 insertions(+)
7dd887
7dd887
diff --git a/man-pages/man5/resolv.conf.5 b/man-pages/man5/resolv.conf.5
7dd887
index 321a7e5..2495dde 100644
7dd887
--- a/man-pages/man5/resolv.conf.5
7dd887
+++ b/man-pages/man5/resolv.conf.5
7dd887
@@ -258,6 +258,17 @@ When that happens the client system will sit and wait for the second reply.
7dd887
 Turning this option on changes this behavior
7dd887
 so that if two requests from the same port are not handled correctly it will
7dd887
 close the  socket and open a new one before sending the second request.
7dd887
+.TP
7dd887
+.BR no-tld-query " (since glibc 2.14)"
7dd887
+sets RES_NOTLDQUERY in 
7dd887
+.IR _res.options .
7dd887
+This option causes
7dd887
+.BR res_nsearch()
7dd887
+to not attempt to resolve an unqualified name
7dd887
+as if it were a top level domain (TLD).
7dd887
+This option can cause problems if the site has ``localhost'' as a TLD
7dd887
+rather than having localhost on one or more elements of the search list.
7dd887
+This option has no effect if neither RES_DEFNAMES or RES_DNSRCH is set.
7dd887
 .RE
7dd887
 .LP
7dd887
 The \fIdomain\fP and \fIsearch\fP keywords are mutually exclusive.
7dd887
-- 
7dd887
1.9.3
7dd887