summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-21 19:24:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-21 19:24:13 +0000
commitbcdc94962678b7f8d1b85e911a3a4fc8a1b825e1 (patch)
tree141697504ff079df744ef2605cd2f25f98157760 /etc/rc.initial
parentf3a5f0c586405f127045bea1a12ea79fe374a9fa (diff)
downloadpfsense-bcdc94962678b7f8d1b85e911a3a4fc8a1b825e1.zip
pfsense-bcdc94962678b7f8d1b85e911a3a4fc8a1b825e1.tar.gz
Increase the sleep time to counteract the tty respawn bug that is slowing down everything else since its basically fork bombing.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index c3b1a12..770444e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -152,5 +152,9 @@ case ${opmode} in
;;
esac
+echo One moment please...
+
+sleep 10
+
done
OpenPOWER on IntegriCloud