diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:49 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f711f4d9bf6c8ee05c709987327c5cb79fb358a6 (patch) | |
tree | fc2b8bc5818de98f491b0324bdf7bf9eadebe693 | |
parent | 400ad3aba7dbe3cc47a80a6e37b41efe0b272470 (diff) | |
download | gentoo-f711f4d9bf6c8ee05c709987327c5cb79fb358a6.tar.gz gentoo-f711f4d9bf6c8ee05c709987327c5cb79fb358a6.tar.xz |
net-p2p/airdcpp-webclient: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | net-p2p/airdcpp-webclient/files/airdcppd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/airdcpp-webclient/files/airdcppd.initd b/net-p2p/airdcpp-webclient/files/airdcppd.initd index 53e6145b069..1cad833d8ae 100644 --- a/net-p2p/airdcpp-webclient/files/airdcppd.initd +++ b/net-p2p/airdcpp-webclient/files/airdcppd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |