You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
355 B
17 lines
355 B
24 years ago
|
##
|
||
|
## @l_prefix@/etc/cvsd/cvsd.conf -- CVS Daemon Configuration
|
||
|
##
|
||
|
|
||
|
PidFile @l_prefix@/var/cvsd/cvsd.pid
|
||
|
Limit coredumpsize 0
|
||
|
Port 2401
|
||
|
MaxConnections 10
|
||
|
RootJail /cvs-chroot
|
||
|
Uid @l_npusr@
|
||
|
Gid @l_npgrp@
|
||
|
Nice 10
|
||
|
CvsCommand /bin/cvs
|
||
|
Repos /cvs-repo-1
|
||
|
Repos /cvs-repo-2
|
||
|
|