2006-10-19 Robert Love <rml@novell.com>

* src/backends/NetworkManagerSuSE.c: Don't ever restart nscd; just
	  refresh the cache.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2071 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-10-19 20:43:15 +00:00 committed by Robert Love
parent 7ea61471f6
commit 225461bbd3
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2006-10-19 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: Don't ever restart nscd; just
refresh the cache.
2006-10-14 Dan Williams <dcbw@redhat.com>
* src/dhcp-manager/nm-dhcp-manager.c

View file

@ -233,15 +233,8 @@ void nm_system_kill_all_dhcp_daemons (void)
*/
void nm_system_update_dns (void)
{
#ifdef NM_NO_NAMED
if (nm_spawn_process (SYSCONFDIR"/init.d/nscd status") != 0)
nm_spawn_process (SYSCONFDIR"/init.d/nscd restart");
nm_info ("Clearing nscd hosts cache.");
nm_spawn_process ("/usr/sbin/nscd -i hosts");
#else
nm_spawn_process ("/usr/bin/killall -q nscd");
#endif
}