Use a fictional CVSup host in the examples here, rather than

cvsup.freebsd.org.
This commit is contained in:
John Polstra 1999-02-11 17:36:26 +00:00
parent 37ca00eb69
commit 10c0b9c2c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4286

View file

@ -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 --> <!-- The FreeBSD Documentation Project -->
<sect1><heading>CVSup<label id="cvsup"></heading> <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. <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, 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. though you should try to select one that's close to you in cyberspace.
In this example, we'll use the primary FreeBSD distribution site, In this example, we'll use a fictional FreeBSD distribution site,
"cvsup.FreeBSD.org": "cvsup666.FreeBSD.org":
<verb> <verb>
*default host=cvsup.FreeBSD.org *default host=cvsup666.FreeBSD.org
</verb> </verb>
<p>On any particular run of cvsup, you can override this setting on the <p>You'll need to change the host to one that actually exists before
command line, with "-h hostname". 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"> <p><item>Where do you want to put them on your own machine?<label id="cvsup:config:dest">
@ -363,7 +364,7 @@ substantially.
<verb> <verb>
*default tag=. *default tag=.
*default host=cvsup.FreeBSD.org *default host=cvsup666.FreeBSD.org
*default prefix=/usr *default prefix=/usr
*default base=/usr/local/etc/cvsup *default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix compress *default release=cvs delete use-rel-suffix compress