diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 12:07:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 12:07:04 -0500 |
commit | a7a6f0bc66eef89b21c8b3a7ee31341b11a22223 (patch) | |
tree | 8dc3d89af5ae74cf37ed47e9b688a01b50565b5b /net-p2p/bittornado/files | |
parent | dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a7a6f0bc66eef89b21c8b3a7ee31341b11a22223.tar.gz gentoo-a7a6f0bc66eef89b21c8b3a7ee31341b11a22223.tar.bz2 gentoo-a7a6f0bc66eef89b21c8b3a7ee31341b11a22223.zip |
net-p2p/bittornado: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-p2p/bittornado/files')
-rw-r--r-- | net-p2p/bittornado/files/bttrack.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittornado/files/bttrack.rc b/net-p2p/bittornado/files/bttrack.rc index d08110fe215d..dcb40f747b0b 100644 --- a/net-p2p/bittornado/files/bttrack.rc +++ b/net-p2p/bittornado/files/bttrack.rc @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |