commit:     1412b977151c9e738d5e917f077cb4a19e1b66ee
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 07:44:54 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 09:06:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1412b977

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 <AT> gentoo.org>

 media-sound/bluez-alsa/files/bluealsa-init.d | 4 ++--
 1 file 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 087b35386eb..f85b822c53e 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
 }

Reply via email to