sys-cluster/ceph: use #!/sbin/openrc-run instead of #!/sbin/runscript
authorAustin English <wizardedit@gentoo.org>
Wed, 18 May 2016 06:34:03 +0000 (01:34 -0500)
committerAustin English <wizardedit@gentoo.org>
Wed, 18 May 2016 06:38:34 +0000 (01:38 -0500)
sys-cluster/ceph/files/ceph.initd-r1
sys-cluster/ceph/files/rbdmap.initd

index 7f1558ddad93036153b6baab24884df2d7921202..3fac993b473c1ece25b7f8e2163878fa9b01e30a 100644 (file)
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 
 ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}"
 extra_commands="reload"
index fa5832d113b8c5d5bb025e888cf5b9986453551c..9313cf65886390db132e28ccb7f371a627d24343 100644 (file)
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 
 DESC="RBD Mapping:"
 RBDMAPFILE="/etc/ceph/rbdmap"