aclconfig.default revision 1.1.2.2 1 # Set `UseCVSACL' to yes to use CVS ACL feature.
2 UseCVSACL=yes
3
4 # Default CVS ACL Permission are to use.
5 #CVSACLDefaultPermissions=a
6
7 # Default file location for CVS ACL file (access) is CVSROOT/access.
8 # If you want to use a different location, define it below.
9 #CVSACLFileLocation=/path/to/cvs/access
10
11 # Set `UseSystemGroups' to yes to use system group definitions (/etc/group).
12 UseSystemGroups=yes
13
14 # Set `UseCVSGroups' to yes to use another group file.
15 #UseCVSGroups=yes
16
17 # Default file location for CVS groups file is CVSROOT/group.
18 # If you want to use a different location, define it below.
19 #CVSGroupsFileLocation=/path/to/cvs/group
20
21 # Set UseSeparateACLFileForEachDir to yes in order to use a
22 # separate 'access' file for each directory.
23 # This increased the performance if you have really big repository.
24 #UseSeparateACLFileForEachDir=no
25
26 # If StopAtFirstPermissionDenied is set to yes
27 # operation will stop at first permission denied message.
28 # Default is no.
29 #StopAtFirstPermissionDenied=no
30
31 # Set CVSServerRunAsUser to a system user, in order CVS server
32 # to run as.
33 #CVSServerRunAsUser=runascvsuser
34