I've modified the file  with


service cvspserver
{
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        server              = /usr/bin/cvs
        env                 = HOME=/home/cvs
        passenv             =
        server_args         =  --allow-root=/home/cvs -f pserver
        disable             = no
}


But the error message is the same.

any suggestions?

Maribel



Larry Jones escribió:

> Maribel Garcia Arenas writes:
> >
> > service cvspserver
> > {
> >   socket_type         = stream
> >  protocol            = tcp
> >  wait                = nowait
> >  user                = root
> >  passenv             = /usr/bin/cvs
> >  server              = /home/cvs/CVSROOT
> >  server_args         = --allow-root=/home/cvs/CVSROOT pserver
> > }
>
> passenv and server are almost certainly wrong.  server should most
> likely be /usr/bin/cvs; I don't know enough about xinetd to suggest what
> passenv should be.
>
> -Larry Jones
>
> Pitiful.  Just pitiful. -- Calvin


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

Reply via email to