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)
commit61e02642cf0c2d3a41673b19d0e37be7c9cbbebc
treedb25c365631015d94aba49c761d531bf997788d5
parent30a2b7e7b9394b7cd0b83f37a921138b604d0b56
Run git-daemon as an inetd service instead of a separate daemon.

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
debian/control
debian/invirt-dev.init
debian/invirt-dev.postinst
debian/invirt-dev.prerm