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 | 021b18686a570992e506f38351a8f67276334b37 (patch) | |
tree | ee20d134481120dbea06ef3527ddb12f1f2f9b6f /net-p2p | |
parent | net-p2p/i2p: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-021b18686a570992e506f38351a8f67276334b37.tar.gz gentoo-021b18686a570992e506f38351a8f67276334b37.tar.bz2 gentoo-021b18686a570992e506f38351a8f67276334b37.zip |
net-p2p/litecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoind/files/litecoin.initd | 2 | ||||
-rw-r--r-- | 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$ |