diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:58 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2280e91a2bae11aaa3787b5a1f135e2468e9b72d (patch) | |
tree | 58f06b0944a6086673e9b0f00169adcc146a7a0c /net-p2p | |
parent | net-p2p/primecoind: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2280e91a2bae11aaa3787b5a1f135e2468e9b72d.tar.gz gentoo-2280e91a2bae11aaa3787b5a1f135e2468e9b72d.tar.bz2 gentoo-2280e91a2bae11aaa3787b5a1f135e2468e9b72d.zip |
net-p2p/rtorrent: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrentd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/files/rtorrentd.init b/net-p2p/rtorrent/files/rtorrentd.init index 8f4db9632937..ecc40f7aa085 100644 --- a/net-p2p/rtorrent/files/rtorrentd.init +++ b/net-p2p/rtorrent/files/rtorrentd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |