mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 17:50:04 -04:00
34 lines
1.1 KiB
Plaintext
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
|