On Fri, Mar 4, 2011 at 8:37 PM, Renato Isidio <renato...@gmail.com> wrote:

> PS: Inside git-daemon script, do you think if we test ( if $? is null
> then dont show $?.exitstatus ) could solve our problem?
>

In fact, I think the script already does:

  if pid && $?

    $children_reaped += 1

    log(pid, "Disconnected. (status=#{$?.exitstatus})") if pid > 0


- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to