1# default: off
2# description: The CVS service can record the history of your source \
3#              files. CVS stores all the versions of a file in a single \
4#              file in a clever way that only stores the differences \
5#              between versions.
6service cvspserver
7{
8	disable			= yes
9	port			= 2401
10	socket_type		= stream
11	protocol		= tcp
12	wait			= no
13	user			= root
14	passenv			= PATH
15	server			= /usr/bin/cvs
16	env			= HOME=/var/cvs
17	server_args		= -f --allow-root=/var/cvs pserver
18#	bind			= 127.0.0.1
19}
20