diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2001-08-06 06:52:24 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2001-08-06 06:52:24 +0000 |
| commit | ba139b3c03dd3deeb93d2f01025a1038d81789fc (patch) | |
| tree | bbc24e5b34c4a3a7956da1aa00307e77c947bf18 /share/examples/cvsup/stable-supfile | |
| parent | c30d4da33867ad477c0bc0d2c0459fe860999760 (diff) | |
Notes
Diffstat (limited to 'share/examples/cvsup/stable-supfile')
| -rw-r--r-- | share/examples/cvsup/stable-supfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 3c8e92ab9e56..566e0940616e 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -48,14 +48,16 @@ # # DANGER! WARNING! LOOK OUT! VORSICHT! # -# If you add any of the ports collections to this file, be sure to -# specify them like this: +# If you add any of the ports or doc collections to this file, be sure to +# specify them with a "tag" value set to ".", like this: # # ports-all tag=. +# doc-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of -# the files in your ports tree. That is because the ports collections -# do not use the same tags as the main part of the FreeBSD source tree. +# the files in your ports or doc tree. That is because the ports and doc +# collections do not use the same tags as the main part of the FreeBSD +# source tree. # ############################################################################### |
