summaryrefslogtreecommitdiff
path: root/init.d/pf.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/pf.in')
-rw-r--r--init.d/pf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/pf.in b/init.d/pf.in
index aed6539..a8b301d 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