diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-17 09:44:54 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-17 11:06:36 +0200 |
commit | 1412b977151c9e738d5e917f077cb4a19e1b66ee (patch) | |
tree | 17f6ced52209a365164401b29abbdda3472fbb55 /media-sound/bluez-alsa | |
parent | dev-python/boto3: Bump to 1.14.63 (diff) | |
download | gentoo-1412b977151c9e738d5e917f077cb4a19e1b66ee.tar.gz gentoo-1412b977151c9e738d5e917f077cb4a19e1b66ee.tar.bz2 gentoo-1412b977151c9e738d5e917f077cb4a19e1b66ee.zip |
media-sound/bluez-alsa: Change /var/run to /run in openrc init script
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/bluez-alsa')
-rw-r--r-- | media-sound/bluez-alsa/files/bluealsa-init.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/bluez-alsa/files/bluealsa-init.d b/media-sound/bluez-alsa/files/bluealsa-init.d index 087b35386eb6..f85b822c53e3 100644 --- a/media-sound/bluez-alsa/files/bluealsa-init.d +++ b/media-sound/bluez-alsa/files/bluealsa-init.d @@ -2,7 +2,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -pidfile="/var/run/bluealsa.pid" +pidfile="/run/bluealsa.pid" command="/usr/bin/bluealsa" command_args="${BLUEALSA_CONF}" command_background="true" @@ -13,5 +13,5 @@ depend() { } start_pre() { - checkpath -q -D -m 0770 -o :audio /var/run/bluealsa + checkpath -q -D -m 0770 -o :audio /run/bluealsa } |