summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-02-16 13:52:22 -0500
committerjim-p <jimp@pfsense.org>2011-02-16 13:53:16 -0500
commita8f9f07e61493f7349943d90fd615cc9eb7111ab (patch)
treeb4f5de490f35dd70eabd499f67bdacbfa4e00ec7 /etc
parenta3bac4cea17f50d476f9475861c8992baba352e0 (diff)
downloadpfsense-a8f9f07e61493f7349943d90fd615cc9eb7111ab.zip
pfsense-a8f9f07e61493f7349943d90fd615cc9eb7111ab.tar.gz
Comment out the "config write on bootup" error. This is normal now with the package reinstall, and the known issues with it should be OK now. The error is just confusing people.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.lib.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc
index 1e584f2..c527fd7 100644
--- a/etc/inc/config.lib.inc
+++ b/etc/inc/config.lib.inc
@@ -479,8 +479,12 @@ function write_config($desc="Unknown", $backup = true) {
* for now, since it was preventing config saving. */
// $config = parse_config(true, false, false);
+ /* Comment this check out for now. There aren't any current issues that
+ * make this problematic, and it makes users think there is a problem
+ * when one doesn't really exist.
if($g['booting'])
log_error("WARNING! Configuration written on bootup. This can cause stray openvpn and load balancing items in config.xml");
+ */
$username = empty($_SESSION["Username"]) ? "(system)" : $_SESSION['Username'];
OpenPOWER on IntegriCloud