diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-19 02:43:26 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-19 02:43:26 (GMT) |
commit | f8e6fc954ed4502f65355e30664fdbdbcd045cd7 (patch) | |
tree | 8902d17178aab072611b6ba29149acb9cf19246b /abs/core/runit-scripts | |
parent | 6ec62c47a7bd1b0e5e1ef3266907038f4ce7c79d (diff) | |
download | linhes_pkgbuild-f8e6fc954ed4502f65355e30664fdbdbcd045cd7.zip linhes_pkgbuild-f8e6fc954ed4502f65355e30664fdbdbcd045cd7.tar.gz linhes_pkgbuild-f8e6fc954ed4502f65355e30664fdbdbcd045cd7.tar.bz2 |
runit-scripts: shut the hell up bluetoothd
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index ebe0d20..4c3c8e1 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=29 +pkgrel=30 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 6e3f23d..15d3bb2 100755 --- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run +++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run @@ -11,4 +11,4 @@ /sbin/svwaitup -s 15 /service/dbus || exit 1 stat_runit "Starting bluetooth subsystem:" -exec /usr/sbin/bluetoothd -n +exec /usr/sbin/bluetoothd -n >/dev/null |