summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/sdpd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/sdpd')
-rw-r--r--etc/rc.d/sdpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sdpd b/etc/rc.d/sdpd
index 7d1baf8..4a62264 100644
--- a/etc/rc.d/sdpd
+++ b/etc/rc.d/sdpd
@@ -17,7 +17,7 @@ start_precmd="sdpd_prestart"
sdpd_prestart()
{
- if ! kldstat -q -m ng_btsocket > /dev/null 2>&1 ; then
+ if ! kldstat -q -m ng_btsocket ; then
if kldload ng_btsocket > /dev/null 2>&1 ; then
info 'ng_btsocket module loaded'
else
OpenPOWER on IntegriCloud