summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvsd.conf
blob: 79d2deeb98103ef32fa8e499fea41dadaf3bd44b (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
28
29
30
# $OpenBSD: cvsd.conf,v 1.4 2005/02/22 21:51:12 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

# User and group that child processes should drop privileges to upon startup
#user _cvsd
#group _cvsd

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



# Access Control Lists
#
#allow any