From: Austin English Date: Wed, 18 May 2016 06:28:14 +0000 (-0500) Subject: dev-python/carbon: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a13ab8255a9bbbdba40490e9788ba398454c3d9b;p=gentoo.git dev-python/carbon: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/dev-python/carbon/files/carbon.initd b/dev-python/carbon/files/carbon.initd index 6fd12c60e785..a483315815bb 100644 --- a/dev-python/carbon/files/carbon.initd +++ b/dev-python/carbon/files/carbon.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-python/carbon/files/carbon.initd2 b/dev-python/carbon/files/carbon.initd2 index 1dea421c59aa..e7f1f1ea2aac 100644 --- a/dev-python/carbon/files/carbon.initd2 +++ b/dev-python/carbon/files/carbon.initd2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2