Remove filter_configure() from late in the process, it interferes with shell-cmd

This commit is contained in:
Scott Ullrich 2005-02-02 01:54:54 +00:00
parent 10616c2b9a
commit d2f04740b0

3
etc/rc
View File

@ -88,8 +88,5 @@ for FILE in /usr/local/etc/rc.d/*.sh; do
fi
done
echo Configure firewall filter...
/etc/rc.filter_configure
exit 0