Mahantesh writes:
> 
> cvspserver      stream  tcp     nowait  root    /usr/local/bin/cvs     
> --allow-root=/export/home/cvs -f pserver

You left out argv[0] -- that should read:

  cvspserver  stream  tcp  nowait  root  /usr/local/bin/cvs  cvs 
--allow-root=/export/home/cvs -f pserver
                                                             ^^^
It's currently taking --allow-root=/export/home/cvs as the command name
rather than the first option.

-Larry Jones

I don't see why some people even HAVE cars. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to