* [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/files/
@ 2020-09-17 9:06 Lars Wendler
0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler @ 2020-09-17 9:06 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/files/
@ 2024-10-02 17:44 Petr Vaněk
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vaněk @ 2024-10-02 17:44 UTC (permalink / raw
To: gentoo-commits
commit: cb01c224943970fbaf42509f2798d9159b841ff9
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Oct 2 16:50:45 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 17:43:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb01c224
media-sound/bluez-alsa: remove unused file
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
media-sound/bluez-alsa/files/bluealsa.service | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/media-sound/bluez-alsa/files/bluealsa.service b/media-sound/bluez-alsa/files/bluealsa.service
deleted file mode 100644
index 12451ccb618c..000000000000
--- a/media-sound/bluez-alsa/files/bluealsa.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Bluetooth Audio ALSA Backend
-Requisite=dbus.service
-After=bluetooth.service dbus.service
-
-[Service]
-ExecStart=/usr/bin/bluealsa
-
-[Install]
-WantedBy=bluetooth.target
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 17:44 [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/files/ Petr Vaněk
-- strict thread matches above, loose matches on Subject: below --
2020-09-17 9:06 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox