Softwareentwicklung Hauschel wrote:

> Hi all,in my /etc/services i have add the entry:cvspserver 2401/tcpin
> my /etc/inetd.conf i had add the entry:cvspserver stream tcp, nowait,
> root, /usr/bin/cvs -f --allow-root=/usr/cvs/CVSROOT pserveri tryed to
> login from my remote windows system like that:C:\Programme\cvs>    cvs
> -d :pserver:[EMAIL PROTECTED]:/usr/cvs/ login
>
I think the first argument to /usr/bin/cvs should be argv[0], i.e.
"cvs", and then you should
add the options and arguments to /usr/bin/cvs, as in:

    cvspserver stream tcp, nowait, root, /usr/bin/cvs cvs -f
--allow-root=/usr/cvs/CVSROOT pserver

regards

PS
  I don't you can use commas "," as field separators in inetd.conf

--
Per �kesson
Carmenta AB
SWEDEN





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

Reply via email to