diff options
author | 2016-05-18 01:29:10 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 21a96e0cf35454e21621818886600bb60b52176d (patch) | |
tree | 01b1d370f448f091243b46a383049c1498aec8be /media-plugins/vdr-graphtft | |
parent | media-libs/nas: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-21a96e0cf35454e21621818886600bb60b52176d.tar.gz gentoo-21a96e0cf35454e21621818886600bb60b52176d.tar.bz2 gentoo-21a96e0cf35454e21621818886600bb60b52176d.zip |
media-plugins/vdr-graphtft: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-plugins/vdr-graphtft')
-rw-r--r-- | media-plugins/vdr-graphtft/files/graphtft-fe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/vdr-graphtft/files/graphtft-fe b/media-plugins/vdr-graphtft/files/graphtft-fe index 32d6b915f1ce..5803b5728ed9 100644 --- a/media-plugins/vdr-graphtft/files/graphtft-fe +++ b/media-plugins/vdr-graphtft/files/graphtft-fe @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |