diff options
Diffstat (limited to 'init.d/pf.in')
-rw-r--r-- | init.d/pf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/pf.in b/init.d/pf.in index aed6539d..a8b301d9 100644 --- a/init.d/pf.in +++ b/init.d/pf.in @@ -17,7 +17,7 @@ depend() { start() { ebegin "Starting $name" - if type kldload >/dev/null 2>&1; then + if command -v kldload >/dev/null 2>&1; then kldload pf 2>/dev/null fi pfctl -q -F all |