summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial.password2
-rwxr-xr-xetc/rc.initial.setlanip2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.password b/etc/rc.initial.password
index 3815437..8e865ef 100755
--- a/etc/rc.initial.password
+++ b/etc/rc.initial.password
@@ -46,7 +46,7 @@ EOD;
$config['system']['password'] = crypt("pfsense");
- write_config();
+ write_config("password changed from console menu");
system_password_configure();
echo <<<EOD
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 7462e1b..a7e4424 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -98,7 +98,7 @@
unset($config['system']['webgui']['noantilockout']);
}
- write_config();
+ write_config("LAN IP configuration from console menu");
interfaces_lan_configure();
echo <<<EOD
OpenPOWER on IntegriCloud