Override rc.conf options only
This commit is contained in:
parent
cacea4e7f3
commit
ced60319e3
@ -346,7 +346,10 @@ rc_config_load(const char *file)
|
||||
rc_stringlist_free(list);
|
||||
|
||||
#ifdef __linux__
|
||||
config = rc_config_override(config);
|
||||
/* Only override rc.conf settings */
|
||||
if(strcmp(file, RC_CONF) == 0) {
|
||||
config = rc_config_override(config);
|
||||
}
|
||||
#endif
|
||||
|
||||
return config;
|
||||
|
Loading…
Reference in New Issue
Block a user