summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvsd.conf
blob: ab949504fec4c24f5b0395629ccf4498c0be62f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $OpenBSD: cvsd.conf,v 1.1 2004/08/13 12:59:53 jfb Exp $
#
# Sample cvsd configuration file
# see cvsd.conf(5)
#
# Directive lines that are commented out show the default value.  You should
# only uncomment them if you want to change those values.


# Set this to the root directory of your CVS repository 
cvsroot /cvs


# Minimum children processes to keep in pool at any given time
#minchild 3

# Maximum children processes to keep in pool at any given time
#maxchild 5

# Socket on which the server will be listening for client requests
reqsock /tmp/cvsd.sock



# Access Control Lists
#
#allow any