diff -Naur chestnut-dialer-0.3.3-orig/chestnut_dialer/conv_conf_0_0_6.py chestnut-dialer-0.3.3/chestnut_dialer/conv_conf_0_0_6.py --- chestnut-dialer-0.3.3-orig/chestnut_dialer/conv_conf_0_0_6.py 2007-02-19 02:05:11 +0200 +++ chestnut-dialer-0.3.3/chestnut_dialer/conv_conf_0_0_6.py 2007-12-24 16:23:16 +0200 @@ -31,7 +31,7 @@ if len(xml_node.xpathEval("pppd-cbcp-with-auto-answer")) == 0: xml_node.newChild(None, "pppd-cbcp-with-auto-answer", "0") if len(xml_node.xpathEval("write-dns-to-resolv-conf")) == 0: - xml_node.newChild(None, "write-dns-to-resolv-conf", "1") + xml_node.newChild(None, "write-dns-to-resolv-conf", "0") xres = xml_node.xpathEval("default-account") if len(xres): xres[0].setProp("callback-init2-cmd", "AT")