summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:03 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commitb9159ae9faffe61eedc16f11c4b45c09703a9601 (patch)
tree3f9c6ebb3d645aef74419fd0512a2f44912f63c6 /sys-cluster/ceph/files
parentsys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-b9159ae9faffe61eedc16f11c4b45c09703a9601.tar.gz
gentoo-b9159ae9faffe61eedc16f11c4b45c09703a9601.tar.bz2
gentoo-b9159ae9faffe61eedc16f11c4b45c09703a9601.zip
sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r--sys-cluster/ceph/files/ceph.initd-r12
-rw-r--r--sys-cluster/ceph/files/rbdmap.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/files/ceph.initd-r1 b/sys-cluster/ceph/files/ceph.initd-r1
index 7f1558ddad93..3fac993b473c 100644
--- a/sys-cluster/ceph/files/ceph.initd-r1
+++ b/sys-cluster/ceph/files/ceph.initd-r1
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}"
extra_commands="reload"
diff --git a/sys-cluster/ceph/files/rbdmap.initd b/sys-cluster/ceph/files/rbdmap.initd
index fa5832d113b8..9313cf658863 100644
--- a/sys-cluster/ceph/files/rbdmap.initd
+++ b/sys-cluster/ceph/files/rbdmap.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
DESC="RBD Mapping:"
RBDMAPFILE="/etc/ceph/rbdmap"