diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-07-22 18:21:51 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-07-22 18:21:51 +0000 |
| commit | 79a435d37dcc0a1a58938d26b536fd813d845609 (patch) | |
| tree | 550fb348c024e0f25cb28116e49e9361f8c58312 /share/examples | |
| parent | db3a1d549b7b056de018d0e98b6a226421bd325f (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/cvsup/stable-supfile | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 1756d52814d3..6772bd0c548e 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.8 1997/05/19 17:22:51 jdp Exp $ +# $Id: stable-supfile,v 1.2.2.4 1997/05/19 17:29:01 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. @@ -42,6 +42,22 @@ # setting of "/usr" will place all of the files requested # in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib"). # The prefix directory must exist in order to run CVSup. +# +############################################################################### +# +# DANGER! WARNING! LOOK OUT! VORSICHT! +# +# If you add any of the ports collections to this file, be sure to +# specify them like this: +# +# ports-all tag=. +# +# If you leave out the "tag=." portion, CVSup will delete all of +# the files in your ports tree. That is because "RELENG_2_1_0" and +# "RELENG_2_2" are not valid tags for the ports portion of the CVS +# repository. +# +############################################################################### # Defaults that apply to all the collections *default host=cvsup.FreeBSD.org |
