From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: Re: [PATCH] Explain in --pid-file that using --inetd implies it automatically Date: Wed, 29 Aug 2007 13:24:06 +0300 Organization: Private Message-ID: References: <7vabsasqk2.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Aug 29 12:20:44 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQKf4-0003oP-8k for gcvg-git@gmane.org; Wed, 29 Aug 2007 12:20:34 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932361AbXH2KUb (ORCPT ); Wed, 29 Aug 2007 06:20:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932356AbXH2KUb (ORCPT ); Wed, 29 Aug 2007 06:20:31 -0400 Received: from main.gmane.org ([80.91.229.2]:34020 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932341AbXH2KUa (ORCPT ); Wed, 29 Aug 2007 06:20:30 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IQKeo-0002si-8j for git@vger.kernel.org; Wed, 29 Aug 2007 12:20:18 +0200 Received: from a81-197-175-198.elisa-laajakaista.fi ([81.197.175.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Aug 2007 12:20:18 +0200 Received: from jari.aalto by a81-197-175-198.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Aug 2007 12:20:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a81-197-175-198.elisa-laajakaista.fi User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:JjDIaxwAF6s/rVCXi3H15WCOfqM= Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: >> - Save the process id in 'file'. >> + Save the process id in 'file'. When `--inetd` is in use, this >> + option is not needed. > > Is it "is not needed"? I think you meant to say "is ignored", > IOW, no pid file is written. Corrected git repository http://cante.net/~jaalto/git/git Branch: git-daemon.txt+option--pid-file.collapse Documentation/git-daemon.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index f902161..861d68f 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -124,7 +124,8 @@ OPTIONS Detach from the shell. Implies --syslog. --pid-file=file:: - Save the process id in 'file'. + Save the process id in 'file'. When `--inetd` is in use, this + option is ignored. --user=user, --group=group:: Change daemon's uid and gid before entering the service loop.