From 96a94e728e673abb2809c29bf46b9ce6eb7630d1 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 1 Jun 2009 05:35:03 +0000 Subject: Make the pf and ipfw firewalls start before netif, just like ipfilter already does. This eliminates a logical inconsistency, and a small window where the system is open after the network comes up. --- etc/rc.d/ipfilter | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/rc.d/ipfilter') diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter index b0db802..fd1e99b 100755 --- a/etc/rc.d/ipfilter +++ b/etc/rc.d/ipfilter @@ -5,7 +5,6 @@ # PROVIDE: ipfilter # REQUIRE: FILESYSTEMS -# BEFORE: netif # KEYWORD: nojail . /etc/rc.subr -- cgit v1.1