From 10a85853f6b514d248791458b22bb3d815fce9a5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Feb 2005 23:26:50 +0000 Subject: Do not use filter_configure on boot. --- etc/rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'etc/rc') 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 -- cgit v1.1