Erik Faye-Lund wrote: > I understand that it might be beneficial in the --detach code-path, > but how can stdint, stdout or stderr be closed in this code-path? Maybe "git daemon >&- 2>&-"? In some situations involving setuid programs, this kind of thing can be a security problem (since fd 1 is not taken, the first open() uses that fd, so output intended for stdout goes to that file). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html