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

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