CVSROOT:        /cvs
Module name:    src
Changes by:     p...@cvs.openbsd.org    2009/06/04 12:06:58

Modified files:
        share/man/man5 : resolv.conf.5 

Log message:
Add a resolv.conf option to specify the order in which getaddrinfo
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.

(forgot the manpage bit).

Reply via email to