From fb453a4aeee3f2e2a3f58bfff7873ae8a26c69a2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Jun 2005 01:01:19 +0000 Subject: Sync passwords on bootup --- etc/rc.bootup | 3 +++ 1 file changed, 3 insertions(+) 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(); -- cgit v1.1