f47510b
# default: off
f47510b
# description: The CVS service can record the history of your source \
f47510b
#              files. CVS stores all the versions of a file in a single \
f47510b
#              file in a clever way that only stores the differences \
f47510b
#              between versions.
f47510b
service cvspserver
f47510b
{
f47510b
	disable			= yes
f47510b
	port			= 2401
f47510b
	socket_type		= stream
f47510b
	protocol		= tcp
f47510b
	wait			= no
f47510b
	user			= root
f47510b
	passenv			= PATH
f47510b
	server			= /usr/bin/cvs
f47510b
	env			= HOME=/var/cvs
f47510b
	server_args		= -f --allow-root=/var/cvs pserver
f47510b
#	bind			= 127.0.0.1
f47510b
}