diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-11-13 17:01:44 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-11-13 17:01:46 -0500 |
commit | 5e468994fbb349e8eefc996954a31a67a34aaa15 (patch) | |
tree | c97922be2f4c8f845dd6691dab616d2dcf948f0e | |
parent | 41aa9c4a801a01eca1fad22a7095372d23dace60 (diff) | |
parent | 2f041f0e7d272459b49d784a1649d5b6cd77480e (diff) |
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 50377c0995..86222295db 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 # |