diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:17 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 34b7e2877b57362d22167c0a8b6651269e2bf350 (patch) | |
tree | ee2fe6f5bf9f32c62a8ae649d606495c76282e1c /sys-cluster | |
parent | sys-cluster/moosefs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-34b7e2877b57362d22167c0a8b6651269e2bf350.tar.gz gentoo-34b7e2877b57362d22167c0a8b6651269e2bf350.tar.bz2 gentoo-34b7e2877b57362d22167c0a8b6651269e2bf350.zip |
sys-cluster/neutron: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/neutron/files/neutron.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/neutron/files/neutron.initd b/sys-cluster/neutron/files/neutron.initd index ba666a2b506b..33f8eb147a67 100644 --- a/sys-cluster/neutron/files/neutron.initd +++ b/sys-cluster/neutron/files/neutron.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$ |