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