Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/files/, net-ftp/bbftp-server/files/, ...
Date: Sat, 25 Feb 2017 19:18:54
Message-Id: 1488050301.8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe.jlec@gentoo
1 commit: 8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 19:18:21 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 19:18:21 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b0f0a24
7
8 Convert to openrc-run
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 net-ftp/bbftp-server/files/bbftpd.init.d | 2 +-
13 sci-physics/root/files/proofd.initd | 2 +-
14 sci-physics/root/files/rootd.initd | 2 +-
15 sys-cluster/htcondor/files/condor.initd | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-ftp/bbftp-server/files/bbftpd.init.d b/net-ftp/bbftp-server/files/bbftpd.init.d
19 index cd147fb40..c78ed6642 100644
20 --- a/net-ftp/bbftp-server/files/bbftpd.init.d
21 +++ b/net-ftp/bbftp-server/files/bbftpd.init.d
22 @@ -1,4 +1,4 @@
23 -#!/sbin/runscript
24 +#!/sbin/openrc-run
25 # Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28
29 diff --git a/sci-physics/root/files/proofd.initd b/sci-physics/root/files/proofd.initd
30 index 13327ae70..b0839466b 100644
31 --- a/sci-physics/root/files/proofd.initd
32 +++ b/sci-physics/root/files/proofd.initd
33 @@ -1,4 +1,4 @@
34 -#!/sbin/runscript
35 +#!/sbin/openrc-run
36 # Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39
40 diff --git a/sci-physics/root/files/rootd.initd b/sci-physics/root/files/rootd.initd
41 index 1b5ece945..b79d7bbed 100644
42 --- a/sci-physics/root/files/rootd.initd
43 +++ b/sci-physics/root/files/rootd.initd
44 @@ -1,4 +1,4 @@
45 -#!/sbin/runscript
46 +#!/sbin/openrc-run
47 # Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50
51 diff --git a/sys-cluster/htcondor/files/condor.initd b/sys-cluster/htcondor/files/condor.initd
52 index 11bceea96..a9904536f 100644
53 --- a/sys-cluster/htcondor/files/condor.initd
54 +++ b/sys-cluster/htcondor/files/condor.initd
55 @@ -1,4 +1,4 @@
56 -#!/sbin/runscript
57 +#!/sbin/openrc-run
58 # Copyright 1999-2017 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2