Re: [PATCH v3] git-daemon wrapper to wait until daemon is ready

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2012/4/15 Clemens Buchacher <drizzd@xxxxxx>
>
> The shell script which is currently used to parse git daemon output does
> not seem to work reliably. In order to work around such issues,
> re-implement the same procedure in C and write the daemon pid to a file.
> ...
> +       strbuf_getwholeline_fd(&line, proc.err, '\n');
> +       fprintf(stderr, line.buf);

Just a note. I'll update this part with "fputs(line.buf, stderr)".
--
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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]