2006-05-03 Robert Love <rml@novell.com>

* src/backends/NetworkManagerSuSE.c: Respect the variable
	  dhcp:DHCLIENT_MODIFY_RESOLV_CONF, not
	  config:MODIFY_RESOLV_CONF_DYNAMICALLY, when deciding whether or not
	  to dynamically update /etc/resolv.conf.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1716 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2006-05-03 19:29:15 +00:00
committed by Robert Love
parent 2579c9ef82
commit 3b3af29576
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2006-05-03 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: Respect the variable
dhcp:DHCLIENT_MODIFY_RESOLV_CONF, not
config:MODIFY_RESOLV_CONF_DYNAMICALLY, when deciding whether or not
to dynamically update /etc/resolv.conf.
2006-05-02 Peter Jones <pjones@redhat.com> 2006-05-02 Peter Jones <pjones@redhat.com>
* vpn-daemons/vpnc/src/nm-vpnc-service.c: Allow rekeying. * vpn-daemons/vpnc/src/nm-vpnc-service.c: Allow rekeying.

View File

@@ -1257,7 +1257,7 @@ gboolean nm_system_should_modify_resolv_conf (void)
if (!file) if (!file)
goto out_gfree; goto out_gfree;
buf = svGetValue (file, "MODIFY_RESOLV_CONF_DYNAMICALLY"); buf = svGetValue (file, "DHCLIENT_MODIFY_RESOLV_CONF");
if (!buf) if (!buf)
goto out_close; goto out_close;