diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a13ab8255a9bbbdba40490e9788ba398454c3d9b (patch) | |
tree | 152847d5e1549c67e37a8b9fe9ab29992e58fc86 /dev-python/carbon | |
parent | dev-perl/Perlbal: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a13ab8255a9bbbdba40490e9788ba398454c3d9b.tar.gz gentoo-a13ab8255a9bbbdba40490e9788ba398454c3d9b.tar.bz2 gentoo-a13ab8255a9bbbdba40490e9788ba398454c3d9b.zip |
dev-python/carbon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-python/carbon')
-rw-r--r-- | dev-python/carbon/files/carbon.initd | 2 | ||||
-rw-r--r-- | 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 |