diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-13 12:59:54 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-13 12:59:54 +0000 |
commit | 17beea2f03bb493350a3d7072ae3f52283647ff1 (patch) | |
tree | ed1f54b31dae106b89dacc36dee828eaaec9a3e3 /usr.bin | |
parent | 3249384e6474f85bc4e60c3ddd1c9afcdf2fa34a (diff) |
Sample server config file
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvsd.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/usr.bin/cvs/cvsd.conf b/usr.bin/cvs/cvsd.conf new file mode 100644 index 00000000000..ab949504fec --- /dev/null +++ b/usr.bin/cvs/cvsd.conf @@ -0,0 +1,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 |