diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-02 00:01:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-02 00:01:36 +0000 |
commit | 9d4e104f2437ecde11cdd1d9105887417bc8443e (patch) | |
tree | 014b3c6d0be804083e70884a1c105906d042ab97 /share/examples | |
parent | e4a3982a6ea3bf9ce15d2f805648ff190aff2f13 (diff) | |
download | FreeBSD-src-9d4e104f2437ecde11cdd1d9105887417bc8443e.zip FreeBSD-src-9d4e104f2437ecde11cdd1d9105887417bc8443e.tar.gz |
src-contrib-crypto is now just src-crypto (unless the user wants to see
tons of stuff in an Attic).
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/cvsup/cvs-supfile | 6 | ||||
-rw-r--r-- | share/examples/cvsup/secure-cvs-supfile | 4 | ||||
-rw-r--r-- | share/examples/cvsup/secure-stable-supfile | 4 | ||||
-rw-r--r-- | share/examples/cvsup/secure-supfile | 4 | ||||
-rw-r--r-- | share/examples/cvsup/stable-supfile | 6 | ||||
-rw-r--r-- | share/examples/cvsup/standard-supfile | 6 |
6 files changed, 15 insertions, 15 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 18b3bc0..dd13b9d 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -1,4 +1,4 @@ -# $Id: cvs-supfile,v 1.13 1997/07/31 09:37:58 asami Exp $ +# $Id: cvs-supfile,v 1.14 1997/09/24 03:54:40 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # CVS development tree of the FreeBSD system. @@ -58,7 +58,7 @@ # # 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 "src-contrib-crypto", "src-eBones", and "src-secure". +# except "src-crypto", "src-eBones", and "src-secure". src-all # These are the individual collections that make up "src-all". If you @@ -86,7 +86,7 @@ src-all # Only people in the USA and Canada may fetch these collections. If # you are not in the USA or Canada, please use the collections in the # "secure-cvs-supfile" instead. -#src-contrib-crypto +#src-crypto #src-eBones #src-secure diff --git a/share/examples/cvsup/secure-cvs-supfile b/share/examples/cvsup/secure-cvs-supfile index 39464fb..0ccd37b 100644 --- a/share/examples/cvsup/secure-cvs-supfile +++ b/share/examples/cvsup/secure-cvs-supfile @@ -1,4 +1,4 @@ -# $Id: secure-cvs-supfile,v 1.5 1997/02/22 13:55:46 peter Exp $ +# $Id: secure-cvs-supfile,v 1.6 1997/05/19 17:22:51 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the CVS # development tree of the FreeBSD international secure distribution. If @@ -49,6 +49,6 @@ *default compress ## The international secure collections. -src-contrib-crypto +src-crypto src-eBones src-secure diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile index ef7f165..3034f67 100644 --- a/share/examples/cvsup/secure-stable-supfile +++ b/share/examples/cvsup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $Id: secure-stable-supfile,v 1.7 1997/05/19 17:22:51 jdp Exp $ +# $Id: secure-stable-supfile,v 1.8 1997/09/03 20:40:12 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-stable international secure distribution. @@ -50,6 +50,6 @@ *default compress ## The international secure collections. -src-contrib-crypto +src-crypto src-eBones src-secure diff --git a/share/examples/cvsup/secure-supfile b/share/examples/cvsup/secure-supfile index 9a6a60f..e4d9417 100644 --- a/share/examples/cvsup/secure-supfile +++ b/share/examples/cvsup/secure-supfile @@ -1,4 +1,4 @@ -# $Id: secure-supfile,v 1.6 1997/02/22 13:55:47 peter Exp $ +# $Id: secure-supfile,v 1.7 1997/05/19 17:22:51 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-current international secure distribution. @@ -48,6 +48,6 @@ *default compress ## The international secure collections. -src-contrib-crypto +src-crypto src-eBones src-secure diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 4babff4..0c7a671 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.10 1997/09/03 20:40:13 jdp Exp $ +# $Id: stable-supfile,v 1.11 1997/09/24 03:54:43 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. @@ -75,7 +75,7 @@ # # 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 "src-contrib-crypto", "src-eBones", and "src-secure". +# except "src-crypto", "src-eBones", and "src-secure". src-all # These are the individual collections that make up "src-all". If you @@ -103,6 +103,6 @@ src-all # Only people in the USA and Canada may fetch these collections. If # you are not in the USA or Canada, please use the collections in the # "secure-supfile" instead. -#src-contrib-crypto +#src-crypto #src-eBones #src-secure diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index 94a44cd..19283a2 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -1,4 +1,4 @@ -# $Id: standard-supfile,v 1.10 1997/05/19 17:22:52 jdp Exp $ +# $Id: standard-supfile,v 1.11 1997/09/24 03:54:44 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current source tree. @@ -57,7 +57,7 @@ # # 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 "src-contrib-crypto", "src-eBones", and "src-secure". +# except "src-crypto", "src-eBones", and "src-secure". src-all # These are the individual collections that make up "src-all". If you @@ -85,6 +85,6 @@ src-all # Only people in the USA and Canada may fetch these collections. If # you are not in the USA or Canada, please use the collections in the # "secure-supfile" instead. -#src-contrib-crypto +#src-crypto #src-eBones #src-secure |