summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-08 01:18:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-08 01:18:35 +0000
commit92e2deb712a9fd6985030460c14da0912154820b (patch)
tree7f1ed393ab7b21a4a86888503be6491f563b25c1 /etc/rc.bootup
parent183f3086bd3357a4a2056bccfbb3dba49c918bf3 (diff)
downloadpfsense-92e2deb712a9fd6985030460c14da0912154820b.zip
pfsense-92e2deb712a9fd6985030460c14da0912154820b.tar.gz
Add boot debugging helpers. We seem to pause for a long time after confugirng timezone now on the latest builds.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 7f4f5ec..ab42161 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -91,10 +91,14 @@
echo "done.\n";
/* read in /etc/sysctl.conf and set values if needed */
+ echo "Setting up extended sysctls... ";
system_setup_sysctl();
+ echo "done.\n";
/* sync user passwords */
+ echo "Syncing user passwords... ";
sync_webgui_passwords();
+ echo "done.\n";
/* run any early shell commands specified in config.xml */
system_do_shell_commands(1);
OpenPOWER on IntegriCloud