summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-26 01:01:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-26 01:01:19 +0000
commitfb453a4aeee3f2e2a3f58bfff7873ae8a26c69a2 (patch)
treee03ddf54024a163273cd3798ef5e09e37f242a3c /etc
parent35916668a63f71986894d92c645e6f8260df34e9 (diff)
downloadpfsense-fb453a4aeee3f2e2a3f58bfff7873ae8a26c69a2.zip
pfsense-fb453a4aeee3f2e2a3f58bfff7873ae8a26c69a2.tar.gz
Sync passwords on bootup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dc39179..509836a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -175,6 +175,9 @@
/* start web server */
system_webgui_start();
+
+ /* ensure passwords are sync'd */
+ system_password_configure();
/* configure console menu */
system_console_configure();
OpenPOWER on IntegriCloud