Qiang-Hua Song wrote:

>
>
> Dear sirs,
>
> I can setup cvs server with rsh connection by inetd.conf.
>
> But now we use xinetd for rsh connection in redhat 7.0,
>
> do you know how to set xinetd.conf and in "/etc/xinetd.d/rsh".
>
> This is my setting for "/etc/xinetd.d/rsh".
> ================================================
> service shell
> {
>         disable         = no
>         socket_type     = stream
>         wait            = no
>         user            = root
>         log_on_success += USERID
>         log_on_failure  += USERID
>         port            = 2401
>         protocol        = tcp
>         server          = /usr/bin/cvs
>         server_args     = -f -allow -root=/usr/cvsroot pserver
> }
> ================================================
>
> and also I added my client cvs's IP address in "/etc/hosts.allow"
>
> Does it correct? please help!

Please send inquiries of this sort to the [EMAIL PROTECTED] mailing list.

Derek




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

Reply via email to