From 1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Tue, 13 May 2014 18:20:52 +0000
Subject: runit-scripts: update bluetoothd for new bluez

---
 abs/core/runit-scripts/PKGBUILD                             | 4 ++--
 abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index 66e68bb..7cef4f0 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=runit-scripts
-pkgver=8.1
-pkgrel=17
+pkgver=8.2
+pkgrel=1
 pkgdesc="collection of startup scripts for runit"
 url="http://smarden.org/runit/"
 license="BSD"
diff --git a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
index 5b3e1be..9b25f0b 100755
--- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
+++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
@@ -6,9 +6,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
 /usr/bin/svwaitup -s 15 /service/dbus || exit 1
-stat_runit "Starting bluetooth subsystem:"
+stat_runit "Starting bluetooth"
 
-exec /usr/bin/bluetoothd -n >/dev/null
+exec /usr/bin/bluetoothctl
-- 
cgit v0.12