From a13ab8255a9bbbdba40490e9788ba398454c3d9b Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:28:14 -0500 Subject: dev-python/carbon: use #!/sbin/openrc-run instead of #!/sbin/runscript --- dev-python/carbon/files/carbon.initd | 2 +- dev-python/carbon/files/carbon.initd2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3-65-gdbad