From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 55D2813824A for ; Sun, 8 May 2016 20:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B037921C012; Sun, 8 May 2016 20:00:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FE1F21C012 for ; Sun, 8 May 2016 20:00:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD4E5340B10 for ; Sun, 8 May 2016 20:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A1B856 for ; Sun, 8 May 2016 20:00:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1462737589.843954e66426a8e87c42a2c3d3d99ca6fa7d4744.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/files/git-daemon_at.service X-VCS-Directories: dev-vcs/git/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 843954e66426a8e87c42a2c3d3d99ca6fa7d4744 X-VCS-Branch: master Date: Sun, 8 May 2016 20:00:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82295f78-0756-4044-bd27-de240ce26e70 X-Archives-Hash: e40874c52e15a31e8b1fb204fbaf28c1 commit: 843954e66426a8e87c42a2c3d3d99ca6fa7d4744 Author: Mike Gilbert gentoo org> AuthorDate: Sun May 8 19:59:36 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 8 19:59:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843954e6 dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon Package-Manager: portage-2.2.28_p97 dev-vcs/git/files/git-daemon_at.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-vcs/git/files/git-daemon_at.service b/dev-vcs/git/files/git-daemon_at.service index 2a080d4..0a1bd14 100644 --- a/dev-vcs/git/files/git-daemon_at.service +++ b/dev-vcs/git/files/git-daemon_at.service @@ -5,9 +5,8 @@ Documentation=man:git-daemon(1) [Service] User=nobody Group=nobody -EnvironmentFile=/etc/conf.d/git-daemon # Ignore non-zero exit status, access error makes git-daemon return them -ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose $GITDAEMON_OPTS +ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose StandardInput=socket StandardOutput=inherit StandardError=journal