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