Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Instructions for 10.2' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Instructions for 10.2
Authored by: kwiersma on Sep 17, '02 02:13:07PM

Setup for cvspserver is even easiler in OS 10.2. Here is what I did.

1. Create a new file cvspserver in /ete/xinetd.d/
2. Inside that file paste:

service cvspserver
{
disable = no
protocol = tcp
socket_type = stream
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root="Your CVSROOT here" pserver
passenv =
groups = yes
}

3. Replace "Your CVSROOT here" with the location of your repository (example: /usr/local/cvsroot).

4. Restart xinetd. Send a SIGHUP signal to the xinetd process.

5. Change your firewall configuration to allow port 2401 if appropriate.

Now you are done and should be able to connect.

--Kurt



[ Reply to This | # ]