diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-05-13 18:20:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-05-13 18:20:52 (GMT) |
commit | 1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf (patch) | |
tree | e0ace91b646fab412cc7a792043e90fa592711db | |
parent | a5b1f9bed21ee14c3d9471c6d9f0b04faef9b288 (diff) | |
download | linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.zip linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.tar.gz linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.tar.bz2 |
runit-scripts: update bluetoothd for new bluez
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | 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 |