summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-07 23:26:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-07 23:26:50 +0000
commit10a85853f6b514d248791458b22bb3d815fce9a5 (patch)
tree780ebbc2cdf2838631cf1298318f23a6b1c20f59 /etc/rc
parente423c1358918329d76285b3448c8fbe54d982ee2 (diff)
downloadpfsense-10a85853f6b514d248791458b22bb3d815fce9a5.zip
pfsense-10a85853f6b514d248791458b22bb3d815fce9a5.tar.gz
Do not use filter_configure on boot.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index d427990..e540225 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,9 +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 -e >/dev/null 2>&1
-/sbin/pfctl -f /tmp/rules.debug >/dev/null 2>&1
-/etc/rc.filter_configure >/dev/null 2>&1
+/sbin/pfctl -f /tmp/rules.debug
+/sbin/pfctl -e
echo Starting INETD for FTP-PROXY...
/usr/sbin/inetd -wW -C 60
OpenPOWER on IntegriCloud