diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 23:31:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 23:31:30 +0000 |
commit | 44ce4df14a21aaf47569a1c2f3755713dcc45da1 (patch) | |
tree | 5bbfc1b65776556d2d1e5d090b875e1547522af3 /cf/conf | |
parent | 1220d12a6a47e277ace4cde968a7277233828dd7 (diff) | |
download | pfsense-44ce4df14a21aaf47569a1c2f3755713dcc45da1.zip pfsense-44ce4df14a21aaf47569a1c2f3755713dcc45da1.tar.gz |
switch xml format over to pfsense header and footer. time to break away from m0n0walls configuration since ours is a little different now.
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index ee8c3b5..0639a4c 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- pfSense default system configuration --> -<m0n0wall> +<pfsense> <version>1.4</version> <lastchange></lastchange> <system> @@ -522,4 +522,4 @@ </wol> <installedpackages> </installedpackages> -</m0n0wall> +</pfsense> |