From 5d998293eae7d6e9ac15270385c5afb14917af42 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:33:22 -0500 Subject: [PATCH] sci-physics/root: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sci-physics/root/files/proofd.initd | 2 +- sci-physics/root/files/rootd.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/files/proofd.initd b/sci-physics/root/files/proofd.initd index aee1b029b95e..9559862cbc8d 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-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sci-physics/root/files/rootd.initd b/sci-physics/root/files/rootd.initd index 4961ad56380f..08f502201553 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-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.26.2