summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cf/conf/config.xml4
-rw-r--r--conf.default/config.xml4
-rw-r--r--etc/inc/globals.inc2
3 files changed, 5 insertions, 5 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>
diff --git a/conf.default/config.xml b/conf.default/config.xml
index ee8c3b5..0639a4c 100644
--- a/conf.default/config.xml
+++ b/conf.default/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>
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 9e7d31a..f27d10c 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -44,7 +44,7 @@ $g = array(
"cf_conf_path" => "/cf/conf",
"www_path" => "/usr/local/www",
"captiveportal_path" => "/usr/local/captiveportal",
- "xml_rootobj" => "m0n0wall",
+ "xml_rootobj" => "pfsense",
"xml_pkg_rootobj" => "pfSense_pkgs",
"pppoe_interface" => "ng0",
"n_pptp_units" => 16,
OpenPOWER on IntegriCloud