- added description of single-request-reopen to the resolv.conf(5) man page (#717770)

This commit is contained in:
Peter Schiffer 2012-09-12 18:05:42 +02:00
parent e462da640c
commit 080482c6b4
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,17 @@
diff -ur man-pages-3.42.orig/man5/resolv.conf.5 man-pages-3.42/man5/resolv.conf.5
--- man-pages-3.42.orig/man5/resolv.conf.5 2012-08-14 00:39:40.000000000 +0200
+++ man-pages-3.42/man5/resolv.conf.5 2012-09-12 17:58:59.898565259 +0200
@@ -244,6 +244,13 @@
This option disables the behavior and makes glibc perform the IPv6
and IPv4 requests sequentially (at the cost of some slowdown of the
resolving process).
+.TP
+.BR single-request-reopen " (since glibc 2.9)"
+The resolver uses the same socket for the A and AAAA requests. Some hardware
+mistakenly only sends back one reply. When that happens the client sytem will
+sit and wait for the second reply. Turning this option on changes this behavior
+so that if two requests from the same port are not handled correctly it will
+close the socket and open a new one before sending the second request.
.RE
.LP
The \fIdomain\fP and \fIsearch\fP keywords are mutually exclusive.

View File

@ -48,6 +48,8 @@ Patch47: man-pages-3.42-nscd-conf.patch
Patch48: man-pages-3.42-inet.patch Patch48: man-pages-3.42-inet.patch
# resolves: #751429, #786684 # resolves: #751429, #786684
Patch49: man-pages-3.42-nsswitch-conf.patch Patch49: man-pages-3.42-nsswitch-conf.patch
# resolves: #717770
Patch50: man-pages-3.42-resolv-conf.patch
Autoreq: false Autoreq: false
@ -79,6 +81,7 @@ Documentation Project (LDP).
%patch47 -p1 %patch47 -p1
%patch48 -p1 %patch48 -p1
%patch49 -p1 %patch49 -p1
%patch50 -p1
## Remove man pages we are not going to use ## ## Remove man pages we are not going to use ##
@ -151,6 +154,7 @@ cd ..
- resolves: #751429 - resolves: #751429
include initgroups database in the nsswitch.conf(5) man page include initgroups database in the nsswitch.conf(5) man page
- remove the sccs-related man pages (#203302) - remove the sccs-related man pages (#203302)
- added description of single-request-reopen to the resolv.conf(5) man page (#717770)
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.41-2 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild