summaryrefslogtreecommitdiff
path: root/init.d.misc/openvpn.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.misc/openvpn.in')
-rw-r--r--init.d.misc/openvpn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.misc/openvpn.in b/init.d.misc/openvpn.in
index 7915623..699fc04 100644
--- a/init.d.misc/openvpn.in
+++ b/init.d.misc/openvpn.in
@@ -53,7 +53,7 @@ start_pre()
eend $?
fi
else
- if type kldload >/dev/null 2>&1; then
+ if command -v kldload >/dev/null 2>&1; then
# Hammer the modules home by default
sysctl -a | grep -q '\.tun\.' || kldload if_tun
sysctl -a | grep -q '\.tap\.' || kldload if_tap