ifcfg-suse: Clean up, upstream the patch which has been in use for a while

Since openSUSE 11.1 NetworkManager does not support reading yast network
setup. It's for your own good - you either want to use static configuration
(yast) or dynamic (NetworkManager). Mixing the two has never worked very well
and has caused a lot of confusion. The only exception to this is hostname
handling, which is handled by ifcfg-suse plugin.
This commit is contained in:
Tambet Ingo
2009-12-21 12:07:18 +02:00
parent 1e1be1cd57
commit b9ca266d94
9 changed files with 126 additions and 1743 deletions

View File

@@ -24,7 +24,7 @@
#include <glib-object.h>
#define PLUGIN_NAME "ifcfg"
#define PLUGIN_NAME "ifcfg-suse"
#define SC_TYPE_PLUGIN_IFCFG (sc_plugin_ifcfg_get_type ())
#define SC_PLUGIN_IFCFG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SC_TYPE_PLUGIN_IFCFG, SCPluginIfcfg))