From 7eadadbbb68d72886413cb32073fb349c1b79480 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 3 Dec 2013 17:35:12 +0000 Subject: [PATCH] Added a comment --- ...comment_3_4a85c4c45768f96bdc6619c193de55ab._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_3_4a85c4c45768f96bdc6619c193de55ab._comment diff --git a/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_3_4a85c4c45768f96bdc6619c193de55ab._comment b/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_3_4a85c4c45768f96bdc6619c193de55ab._comment new file mode 100644 index 0000000000..0bfe153402 --- /dev/null +++ b/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_3_4a85c4c45768f96bdc6619c193de55ab._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 3" + date="2013-12-03T17:35:11Z" + content=""" +The dns library used only for srv lookups was trying to use /etc/resolv.conf. I've patched it to use the android getprop command instead to discover the DNS server. + +The daily build has already been updated with this fix. I have not tested it completely myself. +"""]]