From: Austin English Date: Wed, 18 May 2016 06:33:22 +0000 (-0500) Subject: sci-physics/root: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5d998293eae7d6e9ac15270385c5afb14917af42;p=gentoo.git sci-physics/root: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$