From: Austin English Date: Wed, 18 May 2016 06:32:56 +0000 (-0500) Subject: net-p2p/litecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=021b18686a570992e506f38351a8f67276334b37;p=gentoo.git net-p2p/litecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-p2p/litecoind/files/litecoin.initd b/net-p2p/litecoind/files/litecoin.initd index 036ab8c577a9..51d601974d0f 100644 --- a/net-p2p/litecoind/files/litecoin.initd +++ b/net-p2p/litecoind/files/litecoin.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Distributed under the terms of the GNU General Public License, v2 or later VARDIR="/var/lib/litecoin" diff --git a/net-p2p/litecoind/files/litecoin.initd-r1 b/net-p2p/litecoind/files/litecoin.initd-r1 index c5bd2f9ceef2..46b99faf41bc 100644 --- a/net-p2p/litecoind/files/litecoin.initd-r1 +++ b/net-p2p/litecoind/files/litecoin.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$