diff options
Diffstat (limited to 'src/backends/NetworkManagerMandriva.c')
-rw-r--r-- | src/backends/NetworkManagerMandriva.c | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/src/backends/NetworkManagerMandriva.c b/src/backends/NetworkManagerMandriva.c index f41c4bdc46..527a25d896 100644 --- a/src/backends/NetworkManagerMandriva.c +++ b/src/backends/NetworkManagerMandriva.c @@ -26,30 +26,12 @@ #endif #include <stdio.h> -#include <sys/types.h> -#include <signal.h> -#include <arpa/inet.h> #include <string.h> #include <stdlib.h> #include "NetworkManagerGeneric.h" #include "NetworkManagerSystem.h" #include "NetworkManagerUtils.h" -#include "nm-device.h" -#include "nm-utils.h" -#include "shvar.h" - -/* - * nm_system_init - * - * Initializes the distribution-specific system backend - * - */ -void nm_system_init (void) -{ - nm_generic_init (); -} - /* * nm_system_enable_loopback @@ -63,17 +45,6 @@ void nm_system_enable_loopback (void) } /* - * nm_system_kill_all_dhcp_daemons - * - * Kill all DHCP daemons currently running, done at startup. - * - */ -void nm_system_kill_all_dhcp_daemons (void) -{ -} - - -/* * nm_system_update_dns * * Invalidate the nscd host cache, if it exists, since @@ -88,44 +59,3 @@ void nm_system_update_dns (void) } } -/* - * nm_system_activate_nis - * - * set up the nis domain and write a yp.conf - * - */ -void nm_system_activate_nis (NMIP4Config *config) -{ -} - -/* - * nm_system_shutdown_nis - * - * shutdown ypbind - * - */ -void nm_system_shutdown_nis (void) -{ -} - -/* - * nm_system_set_hostname - * - * set the hostname - * - */ -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; -} - |