From 5a558bab9e5acd6d7081fbc31404dcc0a9e8854c Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:02 -0500 Subject: [PATCH] sys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-cluster/ccs/files/ccsd.conf | 2 +- sys-cluster/ccs/files/ccsd.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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$ -- 2.26.2