summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-04 19:45:43 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-04 19:45:43 +0200
commit9b22979acb85ff00a5fb67f90af0906b408d9b4a (patch)
tree2311ffae06198acc9298683ce1551545f00cc7a0 /scripts
parente7135f9fd72778d93cd98eef84622cdc51d31c74 (diff)
Call bluetoothd instead of hcid
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bluetooth.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bluetooth.init b/scripts/bluetooth.init
index 83260035..28b0eb0a 100644
--- a/scripts/bluetooth.init
+++ b/scripts/bluetooth.init
@@ -9,7 +9,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
-DAEMON_NAME=hcid
+DAEMON_NAME=bluetoothd
HID2HCI_NAME=hid2hci
DAEMON_EXEC="`which $DAEMON_NAME || true`"
@@ -26,7 +26,7 @@ case "$1" in
start)
echo -n "Starting $DESC:"
if $DAEMON_ENABLE && [ -x "$DAEMON_EXEC" ] && [ -f "$DAEMON_CONFIG" ] ; then
- $DAEMON_EXEC -s -f $DAEMON_CONFIG
+ $DAEMON_EXEC -f $DAEMON_CONFIG
echo -n " $DAEMON_NAME"
fi
if $HID2HCI_ENABLE && [ -x "$HID2HCI_EXEC" ] ; then