Run git-daemon as an inetd service instead of a separate daemon.
authorEvan Broder <broder@mit.edu>
Fri, 18 Dec 2009 03:07:05 +0000 (22:07 -0500)
committerEvan Broder <broder@mit.edu>
Fri, 18 Dec 2009 03:07:05 +0000 (22:07 -0500)
git-daemon doesn't run well under daemon(1), because it forks a child
(without detaching) that does all of its work, and killing the parent
doesn't kill the child.

svn path=/trunk/packages/invirt-dev/; revision=2636


No differences found