From b9159ae9faffe61eedc16f11c4b45c09703a9601 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:03 -0500 Subject: [PATCH] sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-cluster/ceph/files/ceph.initd-r1 | 2 +- sys-cluster/ceph/files/rbdmap.initd | 2 +- 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" -- 2.26.2