diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-15 20:38:18 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-15 20:38:18 (GMT) |
commit | 237df8ca287f8109dad86a73072853fd8d7670ff (patch) | |
tree | 3cf532283cc93d13f3b2155a72c29334b7f853b3 /abs/core/runit-scripts/runitscripts/services/bluetoothd | |
parent | 7c996d3dbc7f8609f7dedbf0928305930d86c9cf (diff) | |
download | linhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.zip linhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.tar.gz linhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.tar.bz2 |
runit-scripts: update /sbin dirs to /usr/bin. refs #961
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/bluetoothd')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run index 15d3bb2..5b3e1be 100755 --- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run +++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run @@ -8,7 +8,7 @@ [ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth -/sbin/svwaitup -s 15 /service/dbus || exit 1 +/usr/bin/svwaitup -s 15 /service/dbus || exit 1 stat_runit "Starting bluetooth subsystem:" -exec /usr/sbin/bluetoothd -n >/dev/null +exec /usr/bin/bluetoothd -n >/dev/null |