summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:32:56 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commitb684339e2c797270fbd7a0d5788be29cf726ea16 (patch)
tree614efd168c5e793c7a3a970876c4e2241c03f5a0 /net-p2p
parent021b18686a570992e506f38351a8f67276334b37 (diff)
downloadgentoo-b684339e2c797270fbd7a0d5788be29cf726ea16.tar.gz
gentoo-b684339e2c797270fbd7a0d5788be29cf726ea16.tar.xz
net-p2p/ppcoind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ppcoind/files/ppcoin.initd2
-rw-r--r--net-p2p/ppcoind/files/ppcoin.initd-r12
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ppcoind/files/ppcoin.initd b/net-p2p/ppcoind/files/ppcoin.initd
index 1c7373104e8..e739dc7dba4 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 4dabd48eff1..14afc6f0ad9 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$