]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
git-daemon: SysV needs the signal handler reinstated.
authorStephen R. van den Berg <srb@cuci.nl>
Tue, 12 Aug 2008 19:36:13 +0000 (21:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Aug 2008 22:41:08 +0000 (15:41 -0700)
commitbd7b371e9c2aeb0aaf228dc1655e8d04fca6f797
tree040e5152d7923ff5126ec6caac3f006c0140d8cd
parent04c6e9e9ca34226db095bbaa1218030f99f0b7c6
git-daemon: SysV needs the signal handler reinstated.

Fixes the bug on (amongst others) Solaris that only the first
child ever is reaped.

Signed-off-by: Stephen R. van den Berg <srb@cuci.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c