From c5ea7d21b20569153ef19c9eeb086de955130984 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:04 -0500 Subject: [PATCH] sys-cluster/cinder: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-cluster/cinder/files/cinder-init | 2 +- sys-cluster/cinder/files/cinder.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/cinder/files/cinder-init b/sys-cluster/cinder/files/cinder-init index 4c6969ec4c46..6747d1258ed0 100644 --- a/sys-cluster/cinder/files/cinder-init +++ b/sys-cluster/cinder/files/cinder-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sys-cluster/cinder/files/cinder.initd b/sys-cluster/cinder/files/cinder.initd index ded44af42b74..c65ef84120aa 100644 --- a/sys-cluster/cinder/files/cinder.initd +++ b/sys-cluster/cinder/files/cinder.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.26.2