From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5351139694 for ; Sat, 25 Feb 2017 19:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C01E0D17; Sat, 25 Feb 2017 19:18:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93D39E0D17 for ; Sat, 25 Feb 2017 19:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB4E8340FC8 for ; Sat, 25 Feb 2017 19:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7752546B for ; Sat, 25 Feb 2017 19:18:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1488050301.8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/files/, net-ftp/bbftp-server/files/, ... X-VCS-Repository: proj/sci X-VCS-Files: net-ftp/bbftp-server/files/bbftpd.init.d sci-physics/root/files/proofd.initd sci-physics/root/files/rootd.initd sys-cluster/htcondor/files/condor.initd X-VCS-Directories: sci-physics/root/files/ net-ftp/bbftp-server/files/ sys-cluster/htcondor/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe X-VCS-Branch: master Date: Sat, 25 Feb 2017 19:18:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6b281d9-8b44-439a-aef8-67060852dcca X-Archives-Hash: 25886e3e72e22c4e073134076478958e commit: 8b0f0a24aa8bb4e8edb22eeb6eba36f761112ebe Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 25 19:18:21 2017 +0000 Commit: Justin Lecher gentoo 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 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