diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2021-02-16 17:33:46 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2021-02-16 17:43:39 +0100 |
commit | ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8 (patch) | |
tree | 90a471f1a0d2f32b2979c1a7d36c4e2e29c76858 /media-plugins/vdr-xineliboutput | |
parent | sys-apps/fwupd: Removed old (diff) | |
download | gentoo-ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8.tar.gz gentoo-ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8.tar.bz2 gentoo-ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8.zip |
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@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-xineliboutput')
-rw-r--r-- | media-plugins/vdr-xineliboutput/files/vdr-frontend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/vdr-xineliboutput/files/vdr-frontend b/media-plugins/vdr-xineliboutput/files/vdr-frontend index 4159a5ec402e..ba0b0b1161b2 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}" |