diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-16 18:57:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-16 18:57:30 +0000 |
commit | f213b40e00cf562d332c001db493bcf68379ce00 (patch) | |
tree | d4be45272b37ff2dca5c5362b783210bea1a9a40 /cf | |
parent | 19fd29473954a91558064068d3abd246af166bcc (diff) | |
download | pfsense-f213b40e00cf562d332c001db493bcf68379ce00.zip pfsense-f213b40e00cf562d332c001db493bcf68379ce00.tar.gz |
revert back to m0n0wall header and footer for xml config files. this will keep us partly compatible with m0n0wall -> pfSense upgraders
Diffstat (limited to 'cf')
-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 77b0ab4..d973c1e 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- pfSense default system configuration --> -<pfsense> +<m0n0wall> <version>1.4</version> <lastchange></lastchange> <system> @@ -523,4 +523,4 @@ </wol> <installedpackages> </installedpackages> -</pfsense> +</m0n0wall> |