From: Lars Wendler Date: Tue, 3 May 2016 09:26:48 +0000 (+0200) Subject: dev-vcs/git: Fixed openrc init script shebang. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=457b066c7b0068bd287180ad5bb0ab5dc3d95788;p=gentoo.git dev-vcs/git: Fixed openrc init script shebang. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- diff --git a/dev-vcs/git/files/git-daemon-r1.initd b/dev-vcs/git/files/git-daemon-r1.initd index b6ecfd9c508c..df0316228dab 100644 --- a/dev-vcs/git/files/git-daemon-r1.initd +++ b/dev-vcs/git/files/git-daemon-r1.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$