[cvsnt] CVSNT - solaris

David Somers dsomers at omz13.com
Wed Jan 17 13:29:16 GMT 2007


Ciao Roberta,

>> What is in your /etc/xinetd.d/cvspserver file?
> This is my /etc/xinetd.d/cvspserver:
> 
> service cvspserver
> {
>    port        = 2401
>    socket_type = stream
>    protocol    = tcp
>    wait        = no
>    user        = root
>    passenv     = PATH
>    server      = /usr/local/bin/cvs
>    server_args = -f --allow-root=/usr/cvsroot pserver
> }

Change server_args to
server_args     = -f -C /etc/cvsnt pserver

Also, unless you want public access, add something like:
only_from  = 10.0.0.0/24 192.168.0.0/16

/etc/cvsnt should contain the configuration files which are normally put
there when you installed the software... ensure that you set up PServer
correctly to tell cvsnt where your repository roots will be. (cp
PServer.example PServer then edit as required.)

[snip]
> Excuse me! I made an error in the Newsgroup's configuration. I hope now
> It's ok!

Its ok now... sometimes software will use very silly defaults.

-- 
David Somers - typographer/programmer/whatever
Random (and sometimes useful) stuff blogged at http://www.omz13.com


More information about the cvsnt mailing list