From 9b22979acb85ff00a5fb67f90af0906b408d9b4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Aug 2008 19:45:43 +0200 Subject: Call bluetoothd instead of hcid --- scripts/bluetooth.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit