Cristiana Rodrigues de Souza - 1971259-1 writes:
> 
> service cvspserver
> {
>       disable             = no
>         socket_type         = stream
>         protocol            = tcp
>         wait                = no
>         user                = root
>         server              = /usr/bin/cvs
>       server_args         = -f --alow-root=/home/cvs/ pserver
> }

Remove the trailing "/" from the --allow-root option and spell it
correctly.  You may need to add:

        passenv = PATH

too if you get error messages about permission denied accessing files in
root's home directory.

-Larry Jones

My upbringing is filled with inconsistent messages. -- Calvin

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

Reply via email to