comp module config is dead, long live conf_comp!

SVN revision: 82617
This commit is contained in:
Mike Blumenkrantz 2013-01-11 07:52:47 +00:00
parent e0b0c10914
commit 7086d77103
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "comp";
value "name" string: "conf_comp";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: -1000;

View File

@ -1785,7 +1785,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "comp";
value "name" string: "conf_comp";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: -1000;