summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/mkmodules.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-03-18 09:32:46 +0000
committerpeter <peter@FreeBSD.org>1999-03-18 09:32:46 +0000
commitba72c1aa08d98b8737d59c98c4587c5809cbffb2 (patch)
tree2725d3395b8624bfcf8eabe1f71dad0e5087df6f /contrib/cvs/src/mkmodules.c
parent27155f7a1d4379301d235ed68ce8122166056427 (diff)
downloadFreeBSD-src-ba72c1aa08d98b8737d59c98c4587c5809cbffb2.zip
FreeBSD-src-ba72c1aa08d98b8737d59c98c4587c5809cbffb2.tar.gz
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
Changes of significance include the top level CVS directory being optional and defaulting to off..
Diffstat (limited to 'contrib/cvs/src/mkmodules.c')
-rw-r--r--contrib/cvs/src/mkmodules.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cvs/src/mkmodules.c b/contrib/cvs/src/mkmodules.c
index c3c530d..e716222 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
};
OpenPOWER on IntegriCloud