From 021b18686a570992e506f38351a8f67276334b37 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:56 -0500 Subject: [PATCH] net-p2p/litecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-p2p/litecoind/files/litecoin.initd | 2 +- net-p2p/litecoind/files/litecoin.initd-r1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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$ -- 2.26.2