service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
user = root
wait = no
disable = no
type = UNLISTED
# Debian
server = /usr/bin/cvs
# RedHat
# server = /usr/local/bin/cvs
server_args = -f --allow-root /usr/local/cvsroot pserver
}
User Management
Each user must have their own home directory and be the owner of it. By default, all users will have the ability to commit and write in each module (directories at the root of the repository) but not to create new modules. To allow a user to write inside the repository (create/delete modules, etc.), simply add them to the "cvsadmin" group by modifying the /etc/group file as follows: