summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-08 00:03:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-08 00:03:14 +0000
commit670f7fcb7a13eea90e25d01085d582a5660d0d84 (patch)
treebef29724ba4e52e60f525045fb953cd887178fc9 /etc/rc
parent10a85853f6b514d248791458b22bb3d815fce9a5 (diff)
downloadpfsense-670f7fcb7a13eea90e25d01085d582a5660d0d84.zip
pfsense-670f7fcb7a13eea90e25d01085d582a5660d0d84.tar.gz
Sleep for 5 seconds then enable rules. Race condition?
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index e540225..cbbdd93 100755
--- a/etc/rc
+++ b/etc/rc
@@ -81,6 +81,9 @@ echo Starting USB...
/usr/sbin/cron 2>>/tmp/bootup_messages
+sleep 5
+/sbin/pfctl -f /tmp/rules.debug
+
for FILE in /usr/local/etc/rc.d/*.sh; do
if [ -e $FILE ]; then
echo "Starting ${FILE}..."
OpenPOWER on IntegriCloud