From: Austin English Date: Wed, 18 May 2016 06:34:03 +0000 (-0500) Subject: sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9159ae9faffe61eedc16f11c4b45c09703a9601;p=gentoo.git sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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"