summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/bluez/bluez.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-04-06 20:48:13 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-04-06 20:48:13 (GMT)
commit4f591934854ce1ff4f1b0a49e5d609a04ba9884d (patch)
tree71a4ca4b67d7f4dbf92defea8f6e5932f106cbad /abs/extra-testing/bluez/bluez.install
parentc137477ca002b5c6c00462e4d4e3913e54b0fa4b (diff)
downloadlinhes_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/bluez.install')
-rw-r--r--abs/extra-testing/bluez/bluez.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/bluez/bluez.install b/abs/extra-testing/bluez/bluez.install
index 30bd262..f9b757b 100644
--- a/abs/extra-testing/bluez/bluez.install
+++ b/abs/extra-testing/bluez/bluez.install
@@ -2,12 +2,12 @@ post_install() {
add_service.sh bluetoothd
echo ">>> Only the bluetoothd daemon is started by default."
echo ">>> You can optionally add the following as required:"
- echo ">>> hidd dund pand sdpd rfcomm hid2hci"
+ echo ">>> hidd dund pand rfcomm"
echo ">>> $ sudo add_service.sh <service_name>"
}
pre_remove() {
- for d in { bluetoothd,hidd,dund,pand,sdpd,rfcomm,hid2hci } ; do
+ for d in { bluetoothd,hidd,dund,pand,rfcomm } ; do
if [ -d /var/service/${d} ] ; then
remove_servcie.sh $d
fi