From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 880731396D9 for ; Fri, 17 Nov 2017 17:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBFF1E0B7D; Fri, 17 Nov 2017 17:20:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D5E9E0B7D for ; Fri, 17 Nov 2017 17:20:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1975933C4EE for ; Fri, 17 Nov 2017 17:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6464E9E0E for ; Fri, 17 Nov 2017 17:20:42 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1510939236.e00b96011c71971123920187ca04dedff5cc1915.robbat2@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-r1.initd X-VCS-Directories: dev-vcs/git/files/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e00b96011c71971123920187ca04dedff5cc1915 X-VCS-Branch: master Date: Fri, 17 Nov 2017 17:20:42 +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: c255c3f8-dfbd-4c44-8275-684216b880b0 X-Archives-Hash: 5680cb333e5cd75e7a1431afdd52f898 commit: e00b96011c71971123920187ca04dedff5cc1915 Author: i.Dark_Templar dark-templar-archives net> AuthorDate: Sun Nov 12 09:43:30 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Nov 17 17:20:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00b9601 dev-vcs/git: update openrc init.d script (cherry picked from commit 0b833f1e0a45466af5b1df0e302b9a64bfb3f757) Signed-off-by: Robin H. Johnson gentoo.org> dev-vcs/git/files/git-daemon-r1.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/git/files/git-daemon-r1.initd b/dev-vcs/git/files/git-daemon-r1.initd index da315cb3b09..78e5444ed4d 100644 --- a/dev-vcs/git/files/git-daemon-r1.initd +++ b/dev-vcs/git/files/git-daemon-r1.initd @@ -5,7 +5,8 @@ pidfile="/var/run/git-daemon.pid" command="/usr/bin/git" command_args="daemon ${GITDAEMON_OPTS}" -start_stop_daemon_args="-e HOME= -e XDG_CONFIG_HOME= -b -m -p ${pidfile} -u ${GIT_USER:-nobody}:${GIT_GROUP:-nobody}" +command_user="${GIT_USER:-nobody}:${GIT_GROUP:-nobody}" +start_stop_daemon_args="-e HOME= -e XDG_CONFIG_HOME= -b -m" depend() { use logger