From 1412b977151c9e738d5e917f077cb4a19e1b66ee Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 17 Sep 2020 09:44:54 +0200 Subject: 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 --- media-sound/bluez-alsa/files/bluealsa-init.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-sound/bluez-alsa') 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 } -- cgit v1.2.3-65-gdbad