From: Austin English Date: Wed, 18 May 2016 06:29:26 +0000 (-0500) Subject: media-sound/scmpc: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fca6d25b5dade2941f4b84ff20d993369ff47436;p=gentoo.git media-sound/scmpc: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/media-sound/scmpc/files/scmpc-2.init b/media-sound/scmpc/files/scmpc-2.init index e6165cc0e914..41e93027e4b3 100644 --- a/media-sound/scmpc/files/scmpc-2.init +++ b/media-sound/scmpc/files/scmpc-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-sound/scmpc/files/scmpc.init b/media-sound/scmpc/files/scmpc.init index e9039da4a628..63ffd3eb6a2a 100644 --- a/media-sound/scmpc/files/scmpc.init +++ b/media-sound/scmpc/files/scmpc.init @@ -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