]> Cypherpunks repositories - gostls13.git/commit
net: detect changes to /etc/resolv.conf.
authorGuillaume J. Charmes <guillaume@charmes.net>
Thu, 15 May 2014 00:11:00 +0000 (17:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 May 2014 00:11:00 +0000 (17:11 -0700)
commitbf1d400d1c75985354f52f7969ba15fb228aacb2
tree65693335ff791d8e6fa569dfe61d9eaec75ec98e
parent79fb16d32c20f14809a924e28d0ab18e1052647d
net: detect changes to /etc/resolv.conf.

Implement the changes as suggested by rsc.
Fixes #6670.

LGTM=josharian, iant
R=golang-codereviews, iant, josharian, mikioh.mikioh, alex, gobot
CC=golang-codereviews, rsc
https://golang.org/cl/83690045
src/pkg/net/dnsclient_unix.go
src/pkg/net/dnsclient_unix_test.go