netbsd/external/gpl2/xcvs/dist/acl/aclconfig.default
2013-04-06 16:48:33 +02:00

34 lines
1.1 KiB
Plaintext

# Set `UseCVSACL' to yes to use CVS ACL feature.
UseCVSACL=yes
# Default CVS ACL Permission are to use.
#CVSACLDefaultPermissions=a
# Default file location for CVS ACL file (access) is CVSROOT/access.
# If you want to use a different location, define it below.
#CVSACLFileLocation=/path/to/cvs/access
# Set `UseSystemGroups' to yes to use system group definitions (/etc/group).
UseSystemGroups=yes
# Set `UseCVSGroups' to yes to use another group file.
#UseCVSGroups=yes
# Default file location for CVS groups file is CVSROOT/group.
# If you want to use a different location, define it below.
#CVSGroupsFileLocation=/path/to/cvs/group
# Set UseSeparateACLFileForEachDir to yes in order to use a
# separate 'access' file for each directory.
# This increased the performance if you have really big repository.
#UseSeparateACLFileForEachDir=no
# If StopAtFirstPermissionDenied is set to yes
# operation will stop at first permission denied message.
# Default is no.
#StopAtFirstPermissionDenied=no
# Set CVSServerRunAsUser to a system user, in order CVS server
# to run as.
#CVSServerRunAsUser=runascvsuser