View | Details | Raw Unified | Return to bug 49032
Collapse All | Expand All

(-)chapter.sgml (-10 / +22 lines)
Lines 221-229 Link Here
221
	  </listitem>
221
	  </listitem>
222
222
223
	  <listitem>
223
	  <listitem>
224
	    <para>Grab the sources from <hostid
224
	    <para>Grab the sources from a &os; <link linkend="mirrors">mirror
225
	      role="fqdn">ftp.FreeBSD.org</hostid>.  You can do this in
225
	      site</link>.  You can do this in one of three ways:</para>
226
	      one of three ways:</para>
227
226
228
	    <orderedlist>
227
	    <orderedlist>
229
              <indexterm>
228
              <indexterm>
Lines 262-270 Link Here
262
261
263
	      <listitem>
262
	      <listitem>
264
		<para>Use <command>ftp</command>.  The source tree for
263
		<para>Use <command>ftp</command>.  The source tree for
265
		  &os.current; is always <quote>exported</quote> on:
264
		  &os.current; is <quote>exported</quote> on some of the
266
		  <ulink
265
		  <link linkend="mirrors-ftp">FTP mirrors</link> in the
267
		  url="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/</ulink>.
266
		  directory <filename>/pub/FreeBSD/FreeBSD-current/</filename>.
268
		  Some of our FTP mirrors may also allow
267
		  Some of our FTP mirrors may also allow
269
		  compressed/tarred grabbing of whole trees.  For example you
268
		  compressed/tarred grabbing of whole trees.  For example you
270
		  see:</para>
269
		  see:</para>
Lines 276-281 Link Here
276
275
277
		<screen><prompt>ftp&gt;</prompt> <userinput>cd usr.bin</userinput>
276
		<screen><prompt>ftp&gt;</prompt> <userinput>cd usr.bin</userinput>
278
<prompt>ftp&gt;</prompt> <userinput>get lex.tar</userinput></screen>
277
<prompt>ftp&gt;</prompt> <userinput>get lex.tar</userinput></screen>
278
279
		<note>
280
		  <para>If you wish to download the entire &os.current; source
281
		    tree <command>cvsup</command> handles this much better than
282
		    mirroring a FTP site.</para>
283
		</note>
279
	      </listitem>
284
	      </listitem>
280
285
281
              <indexterm>
286
              <indexterm>
Lines 436-442 Link Here
436
441
437
	    <para>If you are already running a previous release of &os;
442
	    <para>If you are already running a previous release of &os;
438
	      and wish to upgrade via sources then you can easily do so
443
	      and wish to upgrade via sources then you can easily do so
439
	      from <hostid role="fqdn">ftp.FreeBSD.org</hostid>.  This can
444
	      from &os; <link linkend="mirrors">mirror site</link>.  This can
440
	      be done in one of three ways:</para>
445
	      be done in one of three ways:</para>
441
446
442
	    <orderedlist>
447
	    <orderedlist>
Lines 474-482 Link Here
474
	      </indexterm>
479
	      </indexterm>
475
	      <listitem>
480
	      <listitem>
476
		<para>Use <command>ftp</command>.  The source tree for
481
		<para>Use <command>ftp</command>.  The source tree for
477
		  &os.stable; is always <quote>exported</quote> on:
482
		  &os.stable; is <quote>exported</quote> on some of the
478
		  <ulink
483
		  <link linkend="mirrors-ftp">FTP mirrors</link> in the
479
		  url="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-stable/">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-stable/</ulink>.</para>
484
		  directory <filename>/pub/FreeBSD/FreeBSD-stable/</filename>.
485
		</para>
480
486
481
		<para>Some of our FTP mirrors may also allow
487
		<para>Some of our FTP mirrors may also allow
482
		  compressed/tarred grabbing of whole trees.  For example you
488
		  compressed/tarred grabbing of whole trees.  For example you
Lines 489-494 Link Here
489
495
490
		<screen><prompt>ftp&gt;</prompt> <userinput>cd usr.bin</userinput>
496
		<screen><prompt>ftp&gt;</prompt> <userinput>cd usr.bin</userinput>
491
<prompt>ftp&gt;</prompt> <userinput>get lex.tar</userinput></screen>
497
<prompt>ftp&gt;</prompt> <userinput>get lex.tar</userinput></screen>
498
499
		<note>
500
		  <para>If you wish to download the entire &os.stable; source
501
		    tree <command>cvsup</command> handles this much better than
502
		    mirroring a FTP site.</para>
503
		</note>
492
	      </listitem>
504
	      </listitem>
493
	      <indexterm>
505
	      <indexterm>
494
	        <primary>-STABLE</primary>
506
	        <primary>-STABLE</primary>

Return to bug 49032