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.sdpd | |
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.sdpd')
-rw-r--r-- | abs/extra-testing/bluez/run.sdpd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra-testing/bluez/run.sdpd b/abs/extra-testing/bluez/run.sdpd deleted file mode 100644 index aff51ac..0000000 --- a/abs/extra-testing/bluez/run.sdpd +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# Start/stop the Bluetooth daemons -# - -. /etc/rc.conf -. /etc/rc.d/functions - -[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth - -svwaitup 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting bluetooth SDP daemon" - exec /usr/bin/sdpd -n |