diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d40dbeca4584030b7eeffe96513ac483fa4f48bd (patch) | |
tree | 171bf787d2f04f2a98b38175e39a7c48b2472e9a /media-plugins/vdr-xineliboutput | |
parent | media-plugins/vdr-graphtft: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d40dbeca4584030b7eeffe96513ac483fa4f48bd.tar.gz gentoo-d40dbeca4584030b7eeffe96513ac483fa4f48bd.tar.bz2 gentoo-d40dbeca4584030b7eeffe96513ac483fa4f48bd.zip |
media-plugins/vdr-xineliboutput: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-plugins/vdr-xineliboutput')
-rw-r--r-- | media-plugins/vdr-xineliboutput/files/vdr-frontend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/vdr-xineliboutput/files/vdr-frontend b/media-plugins/vdr-xineliboutput/files/vdr-frontend index f5b604bc6e3d..21875bd2d210 100644 --- a/media-plugins/vdr-xineliboutput/files/vdr-frontend +++ b/media-plugins/vdr-xineliboutput/files/vdr-frontend @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |