summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:04 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commitc5ea7d21b20569153ef19c9eeb086de955130984 (patch)
tree0f1ed675f0efe03db464fce80a8a28f8284eb40b /sys-cluster/cinder/files
parentsys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-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/files')
-rw-r--r--sys-cluster/cinder/files/cinder-init2
-rw-r--r--sys-cluster/cinder/files/cinder.initd2
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$