Use a fictional CVSup host in the examples here, rather than
cvsup.freebsd.org.
This commit is contained in:
parent
37ca00eb69
commit
10c0b9c2c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4286
1 changed files with 9 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: cvsup.sgml,v 1.42 1999-01-29 18:37:28 wosch Exp $ -->
|
||||
<!-- $Id: cvsup.sgml,v 1.43 1999-02-11 17:36:26 jdp Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>CVSup<label id="cvsup"></heading>
|
||||
|
|
@ -286,16 +286,17 @@ cost in terms of disk space, however.
|
|||
|
||||
<p>We use the "host=" field to tell cvsup where to obtain its updates.
|
||||
Any of the <ref id="mirrors-cvsup" name="CVSup mirror sites"> will do,
|
||||
though you should try to select one that's near to you.
|
||||
In this example, we'll use the primary FreeBSD distribution site,
|
||||
"cvsup.FreeBSD.org":
|
||||
though you should try to select one that's close to you in cyberspace.
|
||||
In this example, we'll use a fictional FreeBSD distribution site,
|
||||
"cvsup666.FreeBSD.org":
|
||||
|
||||
<verb>
|
||||
*default host=cvsup.FreeBSD.org
|
||||
*default host=cvsup666.FreeBSD.org
|
||||
</verb>
|
||||
|
||||
<p>On any particular run of cvsup, you can override this setting on the
|
||||
command line, with "-h hostname".
|
||||
<p>You'll need to change the host to one that actually exists before
|
||||
running CVSup. Note, on any particular run, you can override the host
|
||||
setting on the command line, with "-h hostname".
|
||||
|
||||
<p><item>Where do you want to put them on your own machine?<label id="cvsup:config:dest">
|
||||
|
||||
|
|
@ -363,7 +364,7 @@ substantially.
|
|||
|
||||
<verb>
|
||||
*default tag=.
|
||||
*default host=cvsup.FreeBSD.org
|
||||
*default host=cvsup666.FreeBSD.org
|
||||
*default prefix=/usr
|
||||
*default base=/usr/local/etc/cvsup
|
||||
*default release=cvs delete use-rel-suffix compress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue