diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-11-13 15:42:41 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-11-13 15:46:25 +0000 |
commit | 2f041f0e7d272459b49d784a1649d5b6cd77480e (patch) | |
tree | e10121e13c127467e9fd23824a28c7e55554d14e /contrib | |
parent | 234bfbf6a5fcba37e510e9cb6c1f2a629cd0290e (diff) |
contrib/init: Update openrc-run filename
OpenRC changed their program binary names in 2014 (3 years ago), and using the old names has loud warnings now
Diffstat (limited to 'contrib')
-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 1f7758c920..d7b330c44f 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 # |