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.pand | |
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.pand')
-rw-r--r-- | abs/extra-testing/bluez/run.pand | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/bluez/run.pand b/abs/extra-testing/bluez/run.pand index 937419f..ab15ef6 100644 --- a/abs/extra-testing/bluez/run.pand +++ b/abs/extra-testing/bluez/run.pand @@ -8,7 +8,7 @@ [ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth -svwaitup 3 /var/service/bluetoohd || exit 1 +svwaitup -s 3 /var/service/bluetoothd || exit 1 stat_runit "Starting BlueZ Bluetooth PAN daemon" - exec /usr/bin/pand -n + exec /usr/bin/pand -n -s |