diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-09-14 10:22:55 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-09-14 10:23:19 -0700 |
commit | ffd3f508463eb80c860adcae5f966ca2ab92b92b (patch) | |
tree | bb5bf8521458c33a50dadbac1588de93bd3afeb9 /net-wireless | |
parent | licenses: Remove unused. (diff) | |
download | gentoo-ffd3f508463eb80c860adcae5f966ca2ab92b92b.tar.gz gentoo-ffd3f508463eb80c860adcae5f966ca2ab92b92b.tar.bz2 gentoo-ffd3f508463eb80c860adcae5f966ca2ab92b92b.zip |
net-wireless/bluez: Revision bump to 5.47-r1, update OpenRC init script
Gentoo-Bug: 630988
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez/bluez-5.47-r1.ebuild (renamed from net-wireless/bluez/bluez-5.47.ebuild) | 2 | ||||
-rwxr-xr-x | net-wireless/bluez/files/bluetooth-init.d-r4 | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-wireless/bluez/bluez-5.47.ebuild b/net-wireless/bluez/bluez-5.47-r1.ebuild index 1549f18010f8..e60d2611e3fe 100644 --- a/net-wireless/bluez/bluez-5.47.ebuild +++ b/net-wireless/bluez/bluez-5.47-r1.ebuild @@ -245,7 +245,7 @@ multilib_src_install_all() { done doins src/main.conf - newinitd "${FILESDIR}"/bluetooth-init.d-r3 bluetooth + newinitd "${FILESDIR}"/bluetooth-init.d-r4 bluetooth newinitd "${FILESDIR}"/rfcomm-init.d-r2 rfcomm einstalldocs diff --git a/net-wireless/bluez/files/bluetooth-init.d-r4 b/net-wireless/bluez/files/bluetooth-init.d-r4 new file mode 100755 index 000000000000..97cf500008e0 --- /dev/null +++ b/net-wireless/bluez/files/bluetooth-init.d-r4 @@ -0,0 +1,12 @@ +#!/sbin/openrc-run +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +pidfile="/run/bluetoothd.pid" +command="/usr/libexec/bluetooth/bluetoothd" +command_background=1 + +depend() { + after coldplug + need dbus localmount hostname +} |