From: Austin English Date: Wed, 18 May 2016 06:34:02 +0000 (-0500) Subject: sys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a558bab9e5acd6d7081fbc31404dcc0a9e8854c;p=gentoo.git sys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-cluster/ccs/files/ccsd.conf b/sys-cluster/ccs/files/ccsd.conf index 64164e7cb0d2..66f833aad571 100644 --- a/sys-cluster/ccs/files/ccsd.conf +++ b/sys-cluster/ccs/files/ccsd.conf @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-cluster/ccs/files/ccsd.rc b/sys-cluster/ccs/files/ccsd.rc index ad7beca80d74..8cc48a91c512 100644 --- a/sys-cluster/ccs/files/ccsd.rc +++ b/sys-cluster/ccs/files/ccsd.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$