diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-03 11:26:48 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-03 11:47:22 +0200 |
commit | 457b066c7b0068bd287180ad5bb0ab5dc3d95788 (patch) | |
tree | 03ad96cee3de6930192399dd0fc8777e6bf9f502 /dev-vcs/git | |
parent | app-misc/uptimed: Fixed openrc init script shebang. (diff) | |
download | gentoo-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/git')
-rw-r--r-- | dev-vcs/git/files/git-daemon-r1.initd | 4 |
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$ |