summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup/www-supfile
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/www-supfile
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/www-supfile')
-rw-r--r--share/examples/cvsup/www-supfile8
1 files changed, 4 insertions, 4 deletions
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