From 5f8464cb224b344aed0bf8e3c0ea12ed1dfbcaf3 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 7 Sep 2007 22:01:19 +0000 Subject: [PATCH] - Remove info about the consumed space in base dir. This info is not relevant any more. PR: docs/115335 Submitted by: Wayne Sierke Reviewed by: keramida Approved by: re (bmah) MFC after: 3 days --- share/examples/cvsup/cvs-supfile | 8 +++----- share/examples/cvsup/doc-supfile | 8 +++----- share/examples/cvsup/gnats-supfile | 8 +++----- share/examples/cvsup/ports-supfile | 8 +++----- share/examples/cvsup/stable-supfile | 8 +++----- share/examples/cvsup/standard-supfile | 8 +++----- share/examples/cvsup/www-supfile | 8 +++----- 7 files changed, 21 insertions(+), 35 deletions(-) diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index d6f5abf89e80..682024eb14ed 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/home/ncvs # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/doc-supfile b/share/examples/cvsup/doc-supfile index dfd306e9fbef..2d6c2a96f92c 100644 --- a/share/examples/cvsup/doc-supfile +++ b/share/examples/cvsup/doc-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile index 086276682642..429a8990ec86 100644 --- a/share/examples/cvsup/gnats-supfile +++ b/share/examples/cvsup/gnats-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index 855b152b1f6f..879e58ad105d 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index c70f9652cdcc..4b450cbbc731 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index f5004b5ee1bd..5eb596833940 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A diff --git a/share/examples/cvsup/www-supfile b/share/examples/cvsup/www-supfile index 722c65c638cd..a15ece5f01ec 100644 --- a/share/examples/cvsup/www-supfile +++ b/share/examples/cvsup/www-supfile @@ -32,11 +32,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # 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" -# option. This directory must exist in order to run CVSup. +# /var/db/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A