1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00

networkmanager: Move from meta-extras to meta

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3709 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-02-07 20:00:09 +00:00
parent fc20c6cbee
commit e600587fdc
7 changed files with 3 additions and 1 deletions
@@ -0,0 +1,21 @@
Index: src/backends/NetworkManagerDebian.c
===================================================================
--- src/backends/NetworkManagerDebian.c (revision 2881)
+++ src/backends/NetworkManagerDebian.c (working copy)
@@ -204,8 +204,6 @@
*/
void nm_system_update_dns (void)
{
- nm_spawn_process ("/usr/sbin/invoke-rc.d nscd restart");
-
}
@@ -218,7 +216,6 @@
*/
void nm_system_restart_mdns_responder (void)
{
- nm_spawn_process ("/usr/bin/killall -q -USR1 mDNSResponder");
}