diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-06 20:48:13 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-06 20:48:13 (GMT) |
commit | 4f591934854ce1ff4f1b0a49e5d609a04ba9884d (patch) | |
tree | 71a4ca4b67d7f4dbf92defea8f6e5932f106cbad /abs/extra-testing/bluez/run.rfcomm | |
parent | c137477ca002b5c6c00462e4d4e3913e54b0fa4b (diff) | |
download | linhes_pkgbuild-4f591934854ce1ff4f1b0a49e5d609a04ba9884d.zip linhes_pkgbuild-4f591934854ce1ff4f1b0a49e5d609a04ba9884d.tar.gz linhes_pkgbuild-4f591934854ce1ff4f1b0a49e5d609a04ba9884d.tar.bz2 |
bluez: Updated to 4.63 and debugged associated services.
closes #676
Diffstat (limited to 'abs/extra-testing/bluez/run.rfcomm')
-rw-r--r-- | abs/extra-testing/bluez/run.rfcomm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/bluez/run.rfcomm b/abs/extra-testing/bluez/run.rfcomm index 72b3e0f..8bc619b 100644 --- a/abs/extra-testing/bluez/run.rfcomm +++ b/abs/extra-testing/bluez/run.rfcomm @@ -10,8 +10,8 @@ RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" -svwaitup 3 /var/service/bluetoothd || exit 1 +svwaitup -s 3 /var/service/bluetoothd || exit 1 stat_runit "Starting RFCOMM for the bluetooth subsystem" - /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all + /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all /sbin/sv down . |