https://bugzilla.novell.com/show_bug.cgi?id=655483 https://bugzilla.novell.com/show_bug.cgi?id=655483#c1 --- Comment #1 from Duncan Mac-Vicar <dmacvicar@novell.com> 2010-11-23 12:24:14 UTC --- Created an attachment (id=401780) --> (http://bugzilla.novell.com/attachment.cgi?id=401780) libproxy sysconfig support This patchs adds support to sysconfig for libproxy. There are two points that need review: Right now, the module implements virtual bool operator<(const base_extension&) const { if (getuid == 0) return true; return false; } which means the plugin will be put first, if we run as root. Also in the module loading macro: MM_MODULE_INIT_EZ(sysconfig_config_extension, true, NULL, NULL); It seems the true parameter needs to be replaced by a conditional for this module to be used, something if_exists?(/etc/sysconfig) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.