diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 91bff5c674bc86be2965f97c9029b37b8eeb3a3e (patch) | |
tree | d255d3c2fd9c9e27a8e141fd8c32a7f9717e76da /net-p2p | |
parent | net-p2p/datacoin-hp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-91bff5c674bc86be2965f97c9029b37b8eeb3a3e.tar.gz gentoo-91bff5c674bc86be2965f97c9029b37b8eeb3a3e.tar.bz2 gentoo-91bff5c674bc86be2965f97c9029b37b8eeb3a3e.zip |
net-p2p/deluge: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/files/deluged.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/files/deluged.init b/net-p2p/deluge/files/deluged.init index e2eb2d12dde2..d7086770236d 100644 --- a/net-p2p/deluge/files/deluged.init +++ b/net-p2p/deluge/files/deluged.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |