From 886974b04dfd77c961f5cde4504eb403aa8062db Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 21 Jan 2016 10:43:54 -0500 Subject: [PATCH 10/11] apache2.initd: replace deprecated name "runscript" with "openrc-run". --- 2.4/init/apache2.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index e81fa59..ed9fdc5 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -- 2.4.10