summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvsd.conf
blob: acc14f445c14d82e8d16fa8342a41567e9b22d46 (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
31
32
# $OpenBSD: cvsd.conf,v 1.2 2004/09/27 12:39:30 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

# Username that child processes should drop privileges to upon startup
#user _cvsd

# Group that child processes should drop privileges to upon startup
#group _cvsd

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



# Access Control Lists
#
#allow any