Re: [PATCH] git-daemon: have --no-syslog

2013-07-01 Thread Andreas Krey
On Sat, 22 Jun 2013 23:21:03 +, Junio C Hamano wrote: ... > Are there examples of other daemon programs outside Git that have > this particular support to help such inetd implementations? Unfortunately I only know one server that exclusively uses this interface, and isn't even capable of runni

Re: [PATCH] git-daemon: have --no-syslog

2013-06-23 Thread Eric Sunshine
On Sat, Jun 22, 2013 at 1:41 PM, Andreas Krey wrote: > diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt > index 223f731..007d3fc 100644 > --- a/Documentation/git-daemon.txt > +++ b/Documentation/git-daemon.txt > @@ -113,6 +113,10 @@ OPTIONS > Log to syslog instead o

Re: [PATCH] git-daemon: have --no-syslog

2013-06-22 Thread Junio C Hamano
Andreas Krey writes: > Some people run inetds that collect stderr of the spawned programs. > Give them 'git-daemon --inetd --no-syslog' to keep error output > on stderr. > > Signed-off-by: Andreas Krey > --- Are there examples of other daemon programs outside Git that have this particular suppo

[PATCH] git-daemon: have --no-syslog

2013-06-22 Thread Andreas Krey
Some people run inetds that collect stderr of the spawned programs. Give them 'git-daemon --inetd --no-syslog' to keep error output on stderr. Signed-off-by: Andreas Krey --- Documentation/git-daemon.txt | 4 daemon.c | 14 +++--- 2 files changed, 15 insertions(