You need to set up either inetd or xinetd to start a cvs pserver.  I am using xinetd.  
I have file I set up named /etc/xinet.d/cvspserver that looks like this:

# default: on
service cvspserver
{
        disable = no
        port = 2401
        socket_type = stream
        protocol = tcp
        wait = no
        user = root
        server = /usr/bin/cvs
        server_args = --allow-root=/home/bob/cvs pserver
}

When xinetd starts up, cvs is made available as a service on port 2401.


On Wed, 12 Feb 2003 11:28:44 -0600
"Henning, Brian" <[EMAIL PROTECTED]> wrote:

> I would like to run a cvs server in gentoo. 
> i installed cvs (emerge cvs).
> where is the statup script to start the server?
> thanks,
> 
> brian
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list

Reply via email to