aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d.BSD/pf4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.d.BSD/pf b/init.d.BSD/pf
index 4f3eee44..bf2ac1a6 100644
--- a/init.d.BSD/pf
+++ b/init.d.BSD/pf
@@ -18,10 +18,6 @@ start()
ebegin "Starting ${name}"
if type kldload >/dev/null 2>&1; then
kldload pf 2>/dev/null
- elif type modload >/dev/null 2>&1; then
- if ! modstat -n pf >/dev/null; then
- modload /usr/lkm/pf.o >/dev/null
- fi
fi
pfctl -q -F all
pfctl -q -f "${pf_conf}" ${pf_args}