Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184046
Collapse All | Expand All

(-)NetworkManager-0.6.5-orig/src/backends/NetworkManagerGentoo.c (-1 / +1 lines)
Lines 237-243 void nm_system_update_dns (void) Link Here
237
	if (nm_spawn_process ("/etc/init.d/nscd status") == 0)
237
	if (nm_spawn_process ("/etc/init.d/nscd status") == 0)
238
		nm_spawn_process ("/etc/init.d/nscd restart");
238
		nm_spawn_process ("/etc/init.d/nscd restart");
239
 #else
239
 #else
240
	nm_spawn_process("/usr/bin/killall -q nscd");
240
	nm_spawn_process("/bin/killall -q nscd");
241
 #endif	
241
 #endif	
242
}
242
}
243
243

Return to bug 184046