summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-05-03 11:26:48 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-05-03 11:47:22 +0200
commit457b066c7b0068bd287180ad5bb0ab5dc3d95788 (patch)
tree03ad96cee3de6930192399dd0fc8777e6bf9f502 /dev-vcs
parentapp-misc/uptimed: Fixed openrc init script shebang. (diff)
downloadgentoo-457b066c7b0068bd287180ad5bb0ab5dc3d95788.tar.gz
gentoo-457b066c7b0068bd287180ad5bb0ab5dc3d95788.tar.bz2
gentoo-457b066c7b0068bd287180ad5bb0ab5dc3d95788.zip
dev-vcs/git: Fixed openrc init script shebang.
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git/files/git-daemon-r1.initd4
1 files changed, 2 insertions, 2 deletions
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$