From 6e825db219774665594ce63c903a3cde7f5b8028 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:57 -0500 Subject: net-p2p/primecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-p2p/primecoind/files/primecoin.initd | 2 +- net-p2p/primecoind/files/primecoin.initd-r1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/primecoind') diff --git a/net-p2p/primecoind/files/primecoin.initd b/net-p2p/primecoind/files/primecoin.initd index a821c3771fdd..37a24b8a6b71 100644 --- a/net-p2p/primecoind/files/primecoin.initd +++ b/net-p2p/primecoind/files/primecoin.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/primecoin" diff --git a/net-p2p/primecoind/files/primecoin.initd-r1 b/net-p2p/primecoind/files/primecoin.initd-r1 index de80df26c379..d5ad457f3450 100644 --- a/net-p2p/primecoind/files/primecoin.initd-r1 +++ b/net-p2p/primecoind/files/primecoin.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$ -- cgit v1.2.3-65-gdbad