diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c5ea7d21b20569153ef19c9eeb086de955130984 (patch) | |
tree | 0f1ed675f0efe03db464fce80a8a28f8284eb40b /sys-cluster/cinder | |
parent | sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c5ea7d21b20569153ef19c9eeb086de955130984.tar.gz gentoo-c5ea7d21b20569153ef19c9eeb086de955130984.tar.bz2 gentoo-c5ea7d21b20569153ef19c9eeb086de955130984.zip |
sys-cluster/cinder: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/cinder')
-rw-r--r-- | sys-cluster/cinder/files/cinder-init | 2 | ||||
-rw-r--r-- | sys-cluster/cinder/files/cinder.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/cinder/files/cinder-init b/sys-cluster/cinder/files/cinder-init index 4c6969ec4c46..6747d1258ed0 100644 --- a/sys-cluster/cinder/files/cinder-init +++ b/sys-cluster/cinder/files/cinder-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sys-cluster/cinder/files/cinder.initd b/sys-cluster/cinder/files/cinder.initd index ded44af42b74..c65ef84120aa 100644 --- a/sys-cluster/cinder/files/cinder.initd +++ b/sys-cluster/cinder/files/cinder.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |