View previous topic :: View next topic |
Author |
Message |
zeroshot n00b
Joined: 25 Jun 2002 Posts: 6
|
Posted: Fri Dec 06, 2002 7:42 pm Post subject: CVS Server under 1.4rc |
|
|
Hi all ,
Im after setting / running a CVS server on my gentoo server
service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
server_args = -f --allow-root=/storage/cvsroot pserver
}
im emerged cvs and i create a file called cvspserver in /etc/xinit.d/
however im stuck there how do i get the server to run ???/
Ta |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Fri Dec 06, 2002 8:01 pm Post subject: cvs server and xinetd |
|
|
/etc/init.d/xinet.d start
rc-update add xinetd default
You may also want to comment out the line that says
localhost in your /etc/xinetd.conf file
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
|