diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-03-18 09:21:42 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-03-18 09:21:42 +0000 |
commit | 0008866e589b5dd29f5332c9bc0e208ba10a7772 (patch) | |
tree | 1b2cd3bad90a2dd8ccb449f73ddfb9e295c0737d /contrib/cvs/src/mkmodules.c | |
parent | 4b06c8929116f104d337c272761ff7d11f8e48e6 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/src/mkmodules.c')
-rw-r--r-- | contrib/cvs/src/mkmodules.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cvs/src/mkmodules.c b/contrib/cvs/src/mkmodules.c index c3c530d803c5e..e716222b1e3fc 100644 --- a/contrib/cvs/src/mkmodules.c +++ b/contrib/cvs/src/mkmodules.c @@ -283,6 +283,11 @@ static const char *const config_contents[] = { "# Set `PreservePermissions' to `yes' to save file status information\n", "# in the repository.\n", "#PreservePermissions=no\n", + "\n", + "# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top\n", + "# level of the new working directory when using the `cvs checkout'\n", + "# command.\n", + "#TopLevelAdmin=no\n", NULL }; |