Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/files/
Date: Mon, 06 Dec 2021 09:38:29
Message-Id: 1638783498.5a4cc6f1b6146c6f07883aaa963fca2915abe1c9.polynomial-c@gentoo
1 commit: 5a4cc6f1b6146c6f07883aaa963fca2915abe1c9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 09:38:02 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 09:38:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4cc6f1
7
8 dev-vcs/git: Use /run for pidfile
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 dev-vcs/git/files/git-daemon-r2.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/git/files/git-daemon-r2.initd b/dev-vcs/git/files/git-daemon-r2.initd
16 index 177458b27366..453fd608363f 100644
17 --- a/dev-vcs/git/files/git-daemon-r2.initd
18 +++ b/dev-vcs/git/files/git-daemon-r2.initd
19 @@ -2,7 +2,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -pidfile="/var/run/git-daemon.pid"
24 +pidfile="/run/git-daemon.pid"
25 command="/usr/bin/git"
26 command_args="daemon ${GITDAEMON_OPTS}"
27 command_user="${GIT_USER:-nobody}:${GIT_GROUP:-nobody}"