diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b9159ae9faffe61eedc16f11c4b45c09703a9601 (patch) | |
tree | 3f9c6ebb3d645aef74419fd0512a2f44912f63c6 /sys-cluster | |
parent | sys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-cluster/ceph/files/ceph.initd-r1 | 2 | ||||
-rw-r--r-- | 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" |