diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-07 23:26:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-07 23:26:50 +0000 |
commit | 10a85853f6b514d248791458b22bb3d815fce9a5 (patch) | |
tree | 780ebbc2cdf2838631cf1298318f23a6b1c20f59 /etc/rc | |
parent | e423c1358918329d76285b3448c8fbe54d982ee2 (diff) | |
download | pfsense-10a85853f6b514d248791458b22bb3d815fce9a5.zip pfsense-10a85853f6b514d248791458b22bb3d815fce9a5.tar.gz |
Do not use filter_configure on boot.
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |