From: Austin English Date: Wed, 18 May 2016 06:29:13 +0000 (-0500) Subject: media-radio/svxlink: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=566775c439c26d0707b1628ca7ef0fd58f257aa0;p=gentoo.git media-radio/svxlink: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/media-radio/svxlink/files/remotetrx.init b/media-radio/svxlink/files/remotetrx.init index cfadbc7fe8d1..46743c61f70a 100644 --- a/media-radio/svxlink/files/remotetrx.init +++ b/media-radio/svxlink/files/remotetrx.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-radio/svxlink/files/svxlink.init b/media-radio/svxlink/files/svxlink.init index ceded48f41b7..b745e11fd94a 100644 --- a/media-radio/svxlink/files/svxlink.init +++ b/media-radio/svxlink/files/svxlink.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$