diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6f2daae8beaab3b543d87b701b9aae3faea82e1e (patch) | |
tree | ace0120d95ff34ed38af153d9a56d77cf2bda9bd /dev-python | |
parent | dev-python/carbon: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6f2daae8beaab3b543d87b701b9aae3faea82e1e.tar.gz gentoo-6f2daae8beaab3b543d87b701b9aae3faea82e1e.tar.bz2 gentoo-6f2daae8beaab3b543d87b701b9aae3faea82e1e.zip |
dev-python/celery: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/celery/files/celery.initd | 2 | ||||
-rw-r--r-- | dev-python/celery/files/celery.initd-r1 | 2 | ||||
-rw-r--r-- | dev-python/celery/files/celery.initd-r2 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/celery/files/celery.initd b/dev-python/celery/files/celery.initd index 67be68b5840f..bde1f221f7ce 100644 --- a/dev-python/celery/files/celery.initd +++ b/dev-python/celery/files/celery.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the BSD license # $Id$ diff --git a/dev-python/celery/files/celery.initd-r1 b/dev-python/celery/files/celery.initd-r1 index cdb8e09416a6..24bb222ad698 100644 --- a/dev-python/celery/files/celery.initd-r1 +++ b/dev-python/celery/files/celery.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the BSD license # $Id$ diff --git a/dev-python/celery/files/celery.initd-r2 b/dev-python/celery/files/celery.initd-r2 index ec8ffb17e076..d3c5f0b4ffb3 100644 --- a/dev-python/celery/files/celery.initd-r2 +++ b/dev-python/celery/files/celery.initd-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the BSD license # $Id$ |