summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2004-05-24 06:23:15 +0000
committercjc <cjc@FreeBSD.org>2004-05-24 06:23:15 +0000
commitdbca8d97f6192e497120f0cf64e601271422a9ff (patch)
tree709e2cc7380aad80df3774b11230e6d92dd65ce1 /share/examples/cvsup
parent07fa8001b2133bda7801b0cf3940239335a34bad (diff)
downloadFreeBSD-src-dbca8d97f6192e497120f0cf64e601271422a9ff.zip
FreeBSD-src-dbca8d97f6192e497120f0cf64e601271422a9ff.tar.gz
/usr is not really the ideal place for a ports application to store
a frequently updated database. /var/db is a much more reasonable place for this kind of thing. Set a good example. Reviewed by: -arch
Diffstat (limited to 'share/examples/cvsup')
-rw-r--r--share/examples/cvsup/cvs-supfile8
-rw-r--r--share/examples/cvsup/doc-supfile8
-rw-r--r--share/examples/cvsup/gnats-supfile8
-rw-r--r--share/examples/cvsup/ports-supfile8
-rw-r--r--share/examples/cvsup/stable-supfile8
-rw-r--r--share/examples/cvsup/standard-supfile8
-rw-r--r--share/examples/cvsup/www-supfile8
7 files changed, 28 insertions, 28 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile
index d347b32..a1f80de 100644
--- a/share/examples/cvsup/cvs-supfile
+++ b/share/examples/cvsup/cvs-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -50,7 +50,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/home/ncvs
*default release=cvs
*default delete use-rel-suffix
diff --git a/share/examples/cvsup/doc-supfile b/share/examples/cvsup/doc-supfile
index c2e8b51..dfd306e 100644
--- a/share/examples/cvsup/doc-supfile
+++ b/share/examples/cvsup/doc-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -49,7 +49,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
#
# "tag" in the next line should always either be "." to receive the most
diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile
index 909a951..0862766 100644
--- a/share/examples/cvsup/gnats-supfile
+++ b/share/examples/cvsup/gnats-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -49,7 +49,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
*default release=current
*default delete use-rel-suffix
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile
index 74962fd..1e0bc96 100644
--- a/share/examples/cvsup/ports-supfile
+++ b/share/examples/cvsup/ports-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -49,7 +49,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile
index 6e908c4..bc3ebba 100644
--- a/share/examples/cvsup/stable-supfile
+++ b/share/examples/cvsup/stable-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -66,7 +66,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
# The following line is for 4-stable. If you want 3-stable or 2.2-stable,
# change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively.
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile
index f47c2ce..b1fc97b 100644
--- a/share/examples/cvsup/standard-supfile
+++ b/share/examples/cvsup/standard-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -49,7 +49,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
diff --git a/share/examples/cvsup/www-supfile b/share/examples/cvsup/www-supfile
index 6098f62..722c65c 100644
--- a/share/examples/cvsup/www-supfile
+++ b/share/examples/cvsup/www-supfile
@@ -28,11 +28,11 @@
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
-# base=/usr
+# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
-# A setting of "/usr" will generate this information in
-# /usr/sup. Even if you are CVSupping a large number of
+# A setting of "/var/db" will generate this information in
+# /var/db/sup. Even if you are CVSupping a large number of
# collections, you will be hard pressed to generate more than
# ~1MB of data in this directory. You can override the
# "base" setting on the command line with cvsup's "-b base"
@@ -49,7 +49,7 @@
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
-*default base=/usr
+*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
OpenPOWER on IntegriCloud