diff options
| author | MarcoFalke <[email protected]> | 2017-11-13 17:01:44 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-11-13 17:01:46 -0500 |
| commit | 5e468994fbb349e8eefc996954a31a67a34aaa15 (patch) | |
| tree | c97922be2f4c8f845dd6691dab616d2dcf948f0e | |
| parent | Merge #11663: [trivial] doc: Add getreceivedbyaddress release notes (diff) | |
| parent | contrib/init: Update openrc-run filename (diff) | |
| download | discoin-5e468994fbb349e8eefc996954a31a67a34aaa15.tar.xz discoin-5e468994fbb349e8eefc996954a31a67a34aaa15.zip | |
Merge #11676: contrib/init: Update openrc-run filename
2f041f0e7 contrib/init: Update openrc-run filename (Luke Dashjr)
Pull request description:
OpenRC changed their program binary names in 2014 (3 years ago), and using the old names has loud warnings now
Tree-SHA512: 2b81802b21c32b8df6010142f9593c0b6cc814a052f83b7f5654f6885566e8dbcaf4da772145fa2cf5d94c16c2fb488c5d4879f71021407c4d7b3a3b7e7ed21e
| -rw-r--r-- | contrib/init/bitcoind.openrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init/bitcoind.openrc b/contrib/init/bitcoind.openrc index 50377c099..86222295d 100644 --- a/contrib/init/bitcoind.openrc +++ b/contrib/init/bitcoind.openrc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # backward compatibility for existing gentoo layout # |