summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-05-19 17:22:52 +0000
committerjdp <jdp@FreeBSD.org>1997-05-19 17:22:52 +0000
commit05ead07af8a82e6b93f86e319369d9ff7bcd6684 (patch)
tree28cd32a02cac36c1ae48c3ed83a9f04e47283b40 /share/examples/cvsup
parent7a1932b3971138464cfb10763fe5d59809ef0bf6 (diff)
downloadFreeBSD-src-05ead07af8a82e6b93f86e319369d9ff7bcd6684.zip
FreeBSD-src-05ead07af8a82e6b93f86e319369d9ff7bcd6684.tar.gz
Include the new "src-contrib-crypto" collection.
Diffstat (limited to 'share/examples/cvsup')
-rw-r--r--share/examples/cvsup/cvs-supfile5
-rw-r--r--share/examples/cvsup/secure-cvs-supfile3
-rw-r--r--share/examples/cvsup/secure-stable-supfile5
-rw-r--r--share/examples/cvsup/secure-supfile3
-rw-r--r--share/examples/cvsup/stable-supfile7
-rw-r--r--share/examples/cvsup/standard-supfile5
6 files changed, 19 insertions, 9 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile
index 8dac1ba..1c0b02a 100644
--- a/share/examples/cvsup/cvs-supfile
+++ b/share/examples/cvsup/cvs-supfile
@@ -1,4 +1,4 @@
-# $Id: cvs-supfile,v 1.10 1997/03/06 06:05:19 asami Exp $
+# $Id: cvs-supfile,v 1.11 1997/04/27 00:36:27 asami 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 for "src-eBones" and "src-secure".
+# except "src-contrib-crypto", "src-eBones", and "src-secure".
src-all
# These are the individual collections that make up "src-all". If you
@@ -85,6 +85,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-eBones
#src-secure
diff --git a/share/examples/cvsup/secure-cvs-supfile b/share/examples/cvsup/secure-cvs-supfile
index bf9781b..39464fb 100644
--- a/share/examples/cvsup/secure-cvs-supfile
+++ b/share/examples/cvsup/secure-cvs-supfile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: secure-cvs-supfile,v 1.5 1997/02/22 13:55:46 peter Exp $
#
# This file contains all of the "CVSup collections" that make up the CVS
# development tree of the FreeBSD international secure distribution. If
@@ -49,5 +49,6 @@
*default compress
## The international secure collections.
+src-contrib-crypto
src-eBones
src-secure
diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile
index 1f930fe..b52790c 100644
--- a/share/examples/cvsup/secure-stable-supfile
+++ b/share/examples/cvsup/secure-stable-supfile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: secure-stable-supfile,v 1.6 1997/02/22 13:55:47 peter Exp $
#
# This file contains all of the "CVSup collections" that make up the
# source tree of the FreeBSD-stable international secure distribution.
@@ -41,6 +41,8 @@
*default host=cvsup.internat.FreeBSD.org
*default base=/usr
*default prefix=/usr
+# The following line is for 2.1-stable. If you want 2.2-stable, change
+# "RELENG_2_1_0" to "RELENG_2_2".
*default release=cvs tag=RELENG_2_1_0
*default delete use-rel-suffix
@@ -48,5 +50,6 @@
*default compress
## The international secure collections.
+src-contrib-crypto
src-eBones
src-secure
diff --git a/share/examples/cvsup/secure-supfile b/share/examples/cvsup/secure-supfile
index c98a5ec..9a6a60f 100644
--- a/share/examples/cvsup/secure-supfile
+++ b/share/examples/cvsup/secure-supfile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: secure-supfile,v 1.6 1997/02/22 13:55:47 peter Exp $
#
# This file contains all of the "CVSup collections" that make up the
# source tree of the FreeBSD-current international secure distribution.
@@ -48,5 +48,6 @@
*default compress
## The international secure collections.
+src-contrib-crypto
src-eBones
src-secure
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile
index 336452f..2f0239e 100644
--- a/share/examples/cvsup/stable-supfile
+++ b/share/examples/cvsup/stable-supfile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: stable-supfile,v 1.7 1997/02/22 13:55:48 peter Exp $
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-stable source tree.
@@ -47,6 +47,8 @@
*default host=cvsup.FreeBSD.org
*default base=/usr
*default prefix=/usr
+# The following line is for 2.1-stable. If you want 2.2-stable, change
+# "RELENG_2_1_0" to "RELENG_2_2".
*default release=cvs tag=RELENG_2_1_0
*default delete use-rel-suffix
@@ -57,7 +59,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 for "src-eBones" and "src-secure".
+# except "src-contrib-crypto", "src-eBones", and "src-secure".
src-all
# These are the individual collections that make up "src-all". If you
@@ -84,5 +86,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-eBones
#src-secure
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile
index ad55e3b..491df3b 100644
--- a/share/examples/cvsup/standard-supfile
+++ b/share/examples/cvsup/standard-supfile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: standard-supfile,v 1.9 1997/02/22 13:55:48 peter 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 for "src-eBones" and "src-secure".
+# except "src-contrib-crypto", "src-eBones", and "src-secure".
src-all
# These are the individual collections that make up "src-all". If you
@@ -84,5 +84,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-eBones
#src-secure
OpenPOWER on IntegriCloud