diff options
| author | Jim Mock <jim@FreeBSD.org> | 2000-08-04 22:29:52 +0000 |
|---|---|---|
| committer | Jim Mock <jim@FreeBSD.org> | 2000-08-04 22:29:52 +0000 |
| commit | 33f720a511bd9498bc6b9127fc8c7e1c6b2598ae (patch) | |
| tree | 84259e160cf7d5dcb2ce370fd043b4c8c04a8771 | |
| parent | fe68fc545cfd2799524d45e36c24ec0d08fda818 (diff) | |
Notes
| -rw-r--r-- | share/examples/cvsup/4.x-stable-supfile | 3 | ||||
| -rw-r--r-- | share/examples/cvsup/stable-supfile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/cvsup/4.x-stable-supfile b/share/examples/cvsup/4.x-stable-supfile index 179d243f6698..b8c9190dd626 100644 --- a/share/examples/cvsup/4.x-stable-supfile +++ b/share/examples/cvsup/4.x-stable-supfile @@ -78,7 +78,8 @@ # # The easiest way to get the main source tree is to use the "src-all" # mega-collection. It includes all of the individual "src-*" collections, -# except the export-restricted collections. +# except the export-restricted collections. Please note: If you want +# to track -STABLE, you will want to leave "src-all" uncommented. src-all # These are the individual collections that make up "src-all". If you diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index a6d2eb38dc18..881018b9d15a 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -78,7 +78,8 @@ # # The easiest way to get the main source tree is to use the "src-all" # mega-collection. It includes all of the individual "src-*" collections, -# except the export-restricted collections. +# except the export-restricted collections. Please note: If you want +# to track -STABLE, you will want to leave "src-all" uncommented. src-all # These are the individual collections that make up "src-all". If you |
