commit: ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 16:33:46 2021 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 16:43:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4aa789
media-plugins/vdr-xineliboutput: QA possible bashism in vdr-frontend fixed
thx to Martin Dummer in PR #18969 for point out this Problem
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-xineliboutput/files/vdr-frontend | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/vdr-xineliboutput/files/vdr-frontend
b/media-plugins/vdr-xineliboutput/files/vdr-frontend
index 4159a5ec402..ba0b0b1161b 100644
--- a/media-plugins/vdr-xineliboutput/files/vdr-frontend
+++ b/media-plugins/vdr-xineliboutput/files/vdr-frontend
@@ -1,10 +1,10 @@
#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Start xineliboutput sxfe/sxfb remote frontend"
-source /etc/conf.d/vdr.xineliboutput
+. /etc/conf.d/vdr.xineliboutput
command="/usr/bin/vdr-sxfe"
command_args="${REMOTE_FRONTEND}"