diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2003-09-18 08:19:39 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2003-09-18 08:19:39 +0000 |
| commit | cc751fd529f959eb5b828540609ea3c90e4aca51 (patch) | |
| tree | 8831c2c04f23754b9eaa811fef482e601a235caf /share/examples | |
| parent | ca77329ecc31bb9f1994d7094134cc67d7dd0a2d (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/cvsup/cvs-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/doc-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/gnats-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/ports-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/stable-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/standard-supfile | 4 | ||||
| -rw-r--r-- | share/examples/cvsup/www-supfile | 4 |
7 files changed, 21 insertions, 7 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 6e00ac399964..474198a0ebb2 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -55,7 +55,9 @@ *default release=cvs *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress ## Main Source Tree. diff --git a/share/examples/cvsup/doc-supfile b/share/examples/cvsup/doc-supfile index 61f591f2239f..c2e8b51951b8 100644 --- a/share/examples/cvsup/doc-supfile +++ b/share/examples/cvsup/doc-supfile @@ -59,7 +59,9 @@ *default release=cvs tag=. *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress # This will retrieve the entire doc branch of the FreeBSD repository. diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile index 947c53623f63..909a951dd62e 100644 --- a/share/examples/cvsup/gnats-supfile +++ b/share/examples/cvsup/gnats-supfile @@ -54,7 +54,9 @@ *default release=current *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress ## GNATS database diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index a72655f6e85e..000f41cf53f8 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -54,7 +54,9 @@ *default release=cvs tag=. *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress ## Ports Collection. diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 9ec3c38759ea..6e908c448dbb 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -73,7 +73,9 @@ *default release=cvs tag=RELENG_4 *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress ## Main Source Tree. diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index bfc37a5ea3be..f47c2ce83f73 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -54,7 +54,9 @@ *default release=cvs tag=. *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress ## Main Source Tree. diff --git a/share/examples/cvsup/www-supfile b/share/examples/cvsup/www-supfile index b10945ad0879..6098f621eb5e 100644 --- a/share/examples/cvsup/www-supfile +++ b/share/examples/cvsup/www-supfile @@ -54,7 +54,9 @@ *default release=cvs tag=. *default delete use-rel-suffix -# If your network link is a T1 or faster, comment out the following line. +# If you seem to be limited by CPU rather than network or disk bandwidth, try +# commenting out the following line. (Normally, today's CPUs are fast enough +# that you want to run compression.) *default compress # This collection retrieves the www/ tree of the FreeBSD repository |
