Modify bluetoothd path in stack up script 70/43470/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/ivi/20160218.023423 accepted/tizen/mobile/20150710.004427 accepted/tizen/tv/20150710.005558 accepted/tizen/wearable/20150710.005703 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002 submit/tizen_mobile/20150709.121316 submit/tizen_tv/20150709.121320 submit/tizen_wearable/20150709.121324 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 9 Jul 2015 12:11:41 +0000 (21:11 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 9 Jul 2015 12:11:41 +0000 (21:11 +0900)
Change-Id: I8e9bb589171a40b77e4f33665f05f40eeb6ca651
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
scripts/mobile/bt-stack-up.sh
scripts/wearable/bt-stack-up.sh

index 0b4b302..e032d13 100755 (executable)
@@ -21,7 +21,7 @@ fi
 
 # Execute BlueZ BT stack
 echo "Run bluetoothd"
-/usr/lib/bluetooth/bluetoothd -d -C &
+/usr/libexec/bluetooth/bluetoothd -d -C &
 /usr/bin/bluetooth-share &
 
 exit 0
index 2c2074c..4f5da9f 100755 (executable)
@@ -42,7 +42,7 @@ fi
 
 # Execute BlueZ BT stack
 echo "Run bluetoothd"
-/usr/lib/bluetooth/bluetoothd -d -C &
+/usr/libexec/bluetooth/bluetoothd -d -C &
 /usr/bin/dbus-send --print-reply --system --type=method_call \
                --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 \
                org.freedesktop.systemd1.Manager.StartUnit \