GNOME Bugzilla – Bug 550714
PLD Linux support
Last modified: 2012-08-24 14:35:17 UTC
The following patch adds support for PLD Linux.
Created attachment 117952 [details] [review] patch against current svn trunk Please note that the patch currently contains a copy of ifcfg-fedora with only one line changed. We are likely to need more than this little customization but I need to consult this with the rest of PLD developers.
Can you check and let me know how much customization? If it's not a lot we should try to keep common code like we do between Fedora and Mandriva. The plugins are fairly complex chunks of code and having to port patches between them would sort of suck if they were separate.
For now only the path will do. Some of the vars have different names in PLD but I think it would be fine to test for both if we need them (like both FOO=a and BAR=a would set the same option in NM). How do we handle the path? A configure-time #define?
If there's not much that is likely to change then we might as well just have the ifcfg-rh bits build two plugins from the same code. So we put the different stuff (like #defines for paths and the plugin name) into a separate header for each plugin and then build the appropriate plugin from the same sources. Sound OK?
Sure, that makes sense.
If you're still interested in this bug report, please let us know.