Thomas Wichmann writes:
> 
> In  /etc/inetd.conf  I have
> 
> cvspserver  stream  tcp  nowait  root  /usr/local/bin/cvs --allow-root=/data1/cvs 
>pserver

That's not correct -- you need another "cvs" in there:

  cvspserver  stream  tcp  nowait  root  /usr/local/bin/cvs cvs 
--allow-root=/data1/cvs pserver

-Larry Jones

There's never enough time to do all the nothing you want. -- Calvin

Reply via email to