summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index eb98118..ec8066c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -106,11 +106,6 @@
system_setup_sysctl();
echo "done.\n";
- /* sync user passwords */
- echo "Syncing user passwords...";
- sync_webgui_passwords();
- echo "done.\n";
-
echo "Starting Secure Shell Services...";
mwexec_bg("/etc/sshd");
echo "done.\n";
@@ -216,7 +211,7 @@
system_routing_enable();
/* ensure passwords are sync'd */
- system_password_configure();
+// system_password_configure();
/* configure console menu */
system_console_configure();
OpenPOWER on IntegriCloud