commit: 827aca59c6854e49418f92bc6b8ef484a4c77b26 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it> AuthorDate: Fri Feb 26 09:10:26 2016 +0000 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 20:38:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827aca59
net-p2p/deluge: change shebang to #!/sbin/openrc-run net-p2p/deluge/files/deluge-web.init | 2 +- net-p2p/deluge/files/deluged.init-2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/files/deluge-web.init b/net-p2p/deluge/files/deluge-web.init index fc540e4..8e1fb08 100644 --- a/net-p2p/deluge/files/deluge-web.init +++ b/net-p2p/deluge/files/deluge-web.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$ diff --git a/net-p2p/deluge/files/deluged.init-2 b/net-p2p/deluge/files/deluged.init-2 index 082bf9d..6869438 100644 --- a/net-p2p/deluge/files/deluged.init-2 +++ b/net-p2p/deluge/files/deluged.init-2 @@ -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$
