[BACK]Return to cvsd.conf CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Annotation of src/usr.bin/cvs/cvsd.conf, Revision 1.2

1.1       jfb         1: # $OpenBSD$
                      2: #
                      3: # Sample cvsd configuration file
                      4: # see cvsd.conf(5)
                      5: #
                      6: # Directive lines that are commented out show the default value.  You should
                      7: # only uncomment them if you want to change those values.
                      8:
                      9:
                     10: # Set this to the root directory of your CVS repository
                     11: cvsroot /cvs
                     12:
                     13: # Minimum children processes to keep in pool at any given time
                     14: #minchild 3
                     15:
                     16: # Maximum children processes to keep in pool at any given time
                     17: #maxchild 5
1.2     ! jfb        18:
        !            19: # Username that child processes should drop privileges to upon startup
        !            20: #user _cvsd
        !            21:
        !            22: # Group that child processes should drop privileges to upon startup
        !            23: #group _cvsd
1.1       jfb        24:
                     25: # Socket on which the server will be listening for client requests
                     26: reqsock /tmp/cvsd.sock
                     27:
                     28:
                     29:
                     30: # Access Control Lists
                     31: #
                     32: #allow any