2008-08-12 Tambet Ingo <tambet@gmail.com>
* src/backends/*: Get rid of nm_system_should_modify_resolv_conf(). * src/named-manager/nm-named-manager.c (rewrite_resolv_conf): Calculate the composite result of all the IP4 configurations and call a distro specific update_resolv_conf(). (update_resolv_conf): Implement one for directly writing to /etc/resolv.conf and one for opensuse to call netconfig. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3931 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -73,14 +73,3 @@ void nm_system_update_dns (void)
|
||||
void nm_system_set_hostname (NMIP4Config *config)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* nm_system_should_modify_resolv_conf
|
||||
*
|
||||
* Can NM update resolv.conf, or is it locked down?
|
||||
*/
|
||||
gboolean nm_system_should_modify_resolv_conf (void)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user