summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-07 22:58:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-07 22:58:27 +0000
commite423c1358918329d76285b3448c8fbe54d982ee2 (patch)
tree60a366882c0a8a623e365ce1233df7cc7df44d55 /etc/rc
parent9dfbadd9984e39fc7bbdc0286274e0c3fba092db (diff)
downloadpfsense-e423c1358918329d76285b3448c8fbe54d982ee2.zip
pfsense-e423c1358918329d76285b3448c8fbe54d982ee2.tar.gz
make sure we enable the firewall before loading rules
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index c7cccc5..d427990 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,8 +67,8 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
# let the PHP-based configuration subsystem set up the system now
/etc/rc.bootup
-/sbin/pfctl -f /tmp/rules.debug >/dev/null 2>&1
/sbin/pfctl -e >/dev/null 2>&1
+/sbin/pfctl -f /tmp/rules.debug >/dev/null 2>&1
/etc/rc.filter_configure >/dev/null 2>&1
echo Starting INETD for FTP-PROXY...
OpenPOWER on IntegriCloud