From: Austin English Date: Wed, 18 May 2016 06:32:56 +0000 (-0500) Subject: net-p2p/ppcoind: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b684339e2c797270fbd7a0d5788be29cf726ea16;p=gentoo.git net-p2p/ppcoind: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-p2p/ppcoind/files/ppcoin.initd b/net-p2p/ppcoind/files/ppcoin.initd index 1c7373104e8b..e739dc7dba4e 100644 --- a/net-p2p/ppcoind/files/ppcoin.initd +++ b/net-p2p/ppcoind/files/ppcoin.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/ppcoin" diff --git a/net-p2p/ppcoind/files/ppcoin.initd-r1 b/net-p2p/ppcoind/files/ppcoin.initd-r1 index 4dabd48eff13..14afc6f0ad92 100644 --- a/net-p2p/ppcoind/files/ppcoin.initd-r1 +++ b/net-p2p/ppcoind/files/ppcoin.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$