diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 22:13:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 22:13:29 +0000 |
commit | 1220d12a6a47e277ace4cde968a7277233828dd7 (patch) | |
tree | 3c93f736523db62dbc21bbbf463c90e4d1b8589e | |
parent | 222b529936c015c50274f46b5f0a83f75046cd59 (diff) | |
download | pfsense-1220d12a6a47e277ace4cde968a7277233828dd7.zip pfsense-1220d12a6a47e277ace4cde968a7277233828dd7.tar.gz |
Move schedulertype configuration setting to system since we have switched to one scheduler per system.
-rw-r--r-- | cf/conf/config.xml | 3 | ||||
-rw-r--r-- | conf.default/config.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 97212f6..ee8c3b5 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -4,6 +4,7 @@ <version>1.4</version> <lastchange></lastchange> <system> + <schedulertype>priq</schedulertype> <hostname>pfSense</hostname> <domain>local</domain> <dnsserver></dnsserver> @@ -37,7 +38,6 @@ <subnet>24</subnet> <media></media> <mediaopt></mediaopt> - <schedulertype>hfsc</schedulertype> <!-- <wireless> *see below (opt[n])* @@ -55,7 +55,6 @@ <dhcphostname></dhcphostname> <media></media> <mediaopt></mediaopt> - <schedulertype>hfsc</schedulertype> <!-- <wireless> *see below (opt[n])* diff --git a/conf.default/config.xml b/conf.default/config.xml index 97212f6..ee8c3b5 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -4,6 +4,7 @@ <version>1.4</version> <lastchange></lastchange> <system> + <schedulertype>priq</schedulertype> <hostname>pfSense</hostname> <domain>local</domain> <dnsserver></dnsserver> @@ -37,7 +38,6 @@ <subnet>24</subnet> <media></media> <mediaopt></mediaopt> - <schedulertype>hfsc</schedulertype> <!-- <wireless> *see below (opt[n])* @@ -55,7 +55,6 @@ <dhcphostname></dhcphostname> <media></media> <mediaopt></mediaopt> - <schedulertype>hfsc</schedulertype> <!-- <wireless> *see below (opt[n])* |