diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 459af7a0e929f8d201c88ad28a657386e3ce44f4 (patch) | |
tree | c06c20b1b0d969b2b0a4118e28572f0f5bd93a1a /media-tv | |
parent | media-sound/ventrilo-server-bin: use #!/sbin/openrc-run instead of #!/sbin/ru... (diff) | |
download | gentoo-459af7a0e929f8d201c88ad28a657386e3ce44f4.tar.gz gentoo-459af7a0e929f8d201c88ad28a657386e3ce44f4.tar.bz2 gentoo-459af7a0e929f8d201c88ad28a657386e3ce44f4.zip |
media-tv/mythtv: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/files/mythbackend.init | 2 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend.init-r2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/files/mythbackend.init b/media-tv/mythtv/files/mythbackend.init index 7caf7a706173..5e41b9aec541 100644 --- a/media-tv/mythtv/files/mythbackend.init +++ b/media-tv/mythtv/files/mythbackend.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2 index dc5e66e21a47..67ca12c8cd30 100644 --- a/media-tv/mythtv/files/mythbackend.init-r2 +++ b/media-tv/mythtv/files/mythbackend.init-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |