From 34a675f4d925862f5c666265d58d56e4e785e1ec Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 23 Jan 2008 07:07:53 +0000 Subject: NetBSD-4.0 default install has issues with loading the pf module, so omit this stage. --- init.d.BSD/pf | 4 ---- 1 file changed, 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} -- cgit v1.2.3