commit: 8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 19:18:21 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 19:18:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b0f0a24
Convert to openrc-run Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> net-ftp/bbftp-server/files/bbftpd.init.d | 2 +- sci-physics/root/files/proofd.initd | 2 +- sci-physics/root/files/rootd.initd | 2 +- sys-cluster/htcondor/files/condor.initd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-ftp/bbftp-server/files/bbftpd.init.d b/net-ftp/bbftp-server/files/bbftpd.init.d index cd147fb40..c78ed6642 100644 --- a/net-ftp/bbftp-server/files/bbftpd.init.d +++ b/net-ftp/bbftp-server/files/bbftpd.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sci-physics/root/files/proofd.initd b/sci-physics/root/files/proofd.initd index 13327ae70..b0839466b 100644 --- a/sci-physics/root/files/proofd.initd +++ b/sci-physics/root/files/proofd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sci-physics/root/files/rootd.initd b/sci-physics/root/files/rootd.initd index 1b5ece945..b79d7bbed 100644 --- a/sci-physics/root/files/rootd.initd +++ b/sci-physics/root/files/rootd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sys-cluster/htcondor/files/condor.initd b/sys-cluster/htcondor/files/condor.initd index 11bceea96..a9904536f 100644 --- a/sys-cluster/htcondor/files/condor.initd +++ b/sys-cluster/htcondor/files/condor.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2