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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user