diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-12-23 10:28:31 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-12-23 10:28:31 +0000 |
commit | 102b07152c6a7bf7666742dab7c71f752577c4a2 (patch) | |
tree | 349d91390672ca1f4e6ae45229f7eeb2c70573f9 /cf | |
parent | 451d439e78d66cedc482ad72855939e72e33a694 (diff) | |
download | pfsense-102b07152c6a7bf7666742dab7c71f752577c4a2.zip pfsense-102b07152c6a7bf7666742dab7c71f752577c4a2.tar.gz |
Update config.xml to 5.5 to prevent RRD database conversion from triggering.
add rrd tag to default enabled
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index aacf46a..ec1821b 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- pfSense default system configuration --> <pfsense> - <version>5.2</version> + <version>5.5</version> <lastchange></lastchange> <theme>nervecenter</theme> <sysctl> @@ -782,4 +782,7 @@ </wolentry> --> </wol> + <rrd> + <enable/> + </rrd> </pfsense> |