commit: 57d7683f63ac1bd4d01e7bf5e6c159f28894d208 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Jan 21 15:43:54 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 12:46:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=57d7683f
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
