diff options
author | peter <peter@FreeBSD.org> | 1999-09-10 09:50:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-10 09:50:44 +0000 |
commit | f9f66d015859eb97763614bf808d635b860cd2f0 (patch) | |
tree | d19f25c255f1eba0b5ecd6053a702ce6eb21c3ed | |
parent | 3f5f29c818e7b6c5d8f6c413554786ba84671bf9 (diff) | |
download | FreeBSD-ports-f9f66d015859eb97763614bf808d635b860cd2f0.zip FreeBSD-ports-f9f66d015859eb97763614bf808d635b860cd2f0.tar.gz |
Specifically allow people to commit to each of the top level directories
in the repository. "avail||ports" means anyone can commit to ports.
"avail|asami|ports" means only satoshi can commit to ports (as well as
everywhere else he's allowed, of course :-).
-rw-r--r-- | CVSROOT/avail | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CVSROOT/avail b/CVSROOT/avail index 51a28cd..7111f8d 100644 --- a/CVSROOT/avail +++ b/CVSROOT/avail @@ -2,6 +2,12 @@ # $FreeBSD$ # # This can be used to implement finer grain access controls beyond -# being in access. For now, everybody who has access can commit anywhere. +# being in access. # -avail +unavail +avail||CVSROOT +avail||distrib +avail||doc +avail||ports +avail||src +avail||www |