diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b684339e2c797270fbd7a0d5788be29cf726ea16 (patch) | |
tree | 614efd168c5e793c7a3a970876c4e2241c03f5a0 /net-p2p | |
parent | net-p2p/litecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b684339e2c797270fbd7a0d5788be29cf726ea16.tar.gz gentoo-b684339e2c797270fbd7a0d5788be29cf726ea16.tar.bz2 gentoo-b684339e2c797270fbd7a0d5788be29cf726ea16.zip |
net-p2p/ppcoind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ppcoind/files/ppcoin.initd | 2 | ||||
-rw-r--r-- | net-p2p/ppcoind/files/ppcoin.initd-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |