inetd programs are supposed to be able to simply read from STDIN,
right? I'm trying to write a wrapper program around cvs pserver that
gets invoked, obviously, from STDIN. I'd like to peek at the
conversation between client and server, and I thought I could get at
this conversation by simply reading from STDIN. But my program blocks
infinitely. Is the cvs client/server protocol such that it is started
by the server (the Cederqvist says no)?
In case it matters, my program is a perl program.
Cheers,
Laird