Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/files/
Date: Sun, 28 Feb 2016 20:39:02
Message-Id: 1456691923.827aca59c6854e49418f92bc6b8ef484a4c77b26.k_f@gentoo
1 commit: 827aca59c6854e49418f92bc6b8ef484a4c77b26
2 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
3 AuthorDate: Fri Feb 26 09:10:26 2016 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 20:38:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827aca59
7
8 net-p2p/deluge: change shebang to #!/sbin/openrc-run
9
10 net-p2p/deluge/files/deluge-web.init | 2 +-
11 net-p2p/deluge/files/deluged.init-2 | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/net-p2p/deluge/files/deluge-web.init b/net-p2p/deluge/files/deluge-web.init
15 index fc540e4..8e1fb08 100644
16 --- a/net-p2p/deluge/files/deluge-web.init
17 +++ b/net-p2p/deluge/files/deluge-web.init
18 @@ -1,4 +1,4 @@
19 -#!/sbin/runscript
20 +#!/sbin/openrc-run
21 # Copyright 1999-2013 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License, v2 or later
23 # $Id$
24
25 diff --git a/net-p2p/deluge/files/deluged.init-2 b/net-p2p/deluge/files/deluged.init-2
26 index 082bf9d..6869438 100644
27 --- a/net-p2p/deluge/files/deluged.init-2
28 +++ b/net-p2p/deluge/files/deluged.init-2
29 @@ -1,4 +1,4 @@
30 -#!/sbin/runscript
31 +#!/sbin/openrc-run
32 # Copyright 1999-2013 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License, v2 or later
34 # $Id$