info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS Server


From: Larry Jones
Subject: Re: CVS Server
Date: Sat, 19 May 2001 15:14:38 -0400 (EDT)

Gianni Mariani writes:
> 
> Note below a copy of my xinetd file for the pserver ...

Note especially that it's incorrect.

> # default: on
> # description: The cvspserver provides support for cvs network connections \
> #       unencrypted username/password pairs for authentication.
> service cvspserver
> {
>         flags           = REUSE
>         socket_type     = stream
>         wait            = no
>         user            = root
>         env             = PATH

That should be passenv, not env.

>         server          = /usr/bin/cvs
>         server_args     = --allow-root=/cvssrc/main/cvsroot pserver

server_args should also include -f.

>         log_on_failure  += USERID
> }

-Larry Jones

I think my cerebellum just fused. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]