s/freebsd.org/FreeBSD.org/

This commit is contained in:
Tom Hukins 2003-01-21 19:28:27 +00:00
parent 2e405849d3
commit e425fbbac8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15749
12 changed files with 52 additions and 52 deletions

View file

@ -104,7 +104,7 @@ options IPSEC_ESP
options IPSEC_DEBUG</programlisting> options IPSEC_DEBUG</programlisting>
<para>For instructions on building a custom kernel, refer to the <para>For instructions on building a custom kernel, refer to the
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html"> <ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html">
FreeBSD handbook</ulink>. Please note that <acronym>IP</acronym> FreeBSD handbook</ulink>. Please note that <acronym>IP</acronym>
protocol 50 (<acronym>ESP</acronym>) and <acronym>UDP</acronym> protocol 50 (<acronym>ESP</acronym>) and <acronym>UDP</acronym>
port <literal>500</literal> must be open between the Firewall-1 port <literal>500</literal> must be open between the Firewall-1
@ -393,7 +393,7 @@ scheme: IKE methods: Combined ESP: 3DES + MD5 + PFS (phase 2 completion) for hos
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para><ulink url="http://www.freebsd.org/handbook/ipsec.html"> <para><ulink url="http://www.FreeBSD.org/handbook/ipsec.html">
The FreeBSD Handbook: IPSec</ulink></para> The FreeBSD Handbook: IPSec</ulink></para>
</listitem> </listitem>

View file

@ -512,7 +512,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<para>More information about the FreeBSD Foundation can be <para>More information about the FreeBSD Foundation can be
found in <ulink found in <ulink
url="http://people.freebsd.org/~jdp/foundation/announcement.html">The url="http://people.FreeBSD.org/~jdp/foundation/announcement.html">The
FreeBSD Foundation -- an Introduction</ulink>. To contact FreeBSD Foundation -- an Introduction</ulink>. To contact
the Foundation by email, write to the Foundation by email, write to
<email>bod@FreeBSDFoundation.org</email>.</para> <email>bod@FreeBSDFoundation.org</email>.</para>

View file

@ -293,7 +293,7 @@
There are a few more like <filename role="package">net/cvsupit</filename> and There are a few more like <filename role="package">net/cvsupit</filename> and
<filename role="package">net/cvsup-without-gui</filename> you might want to have <filename role="package">net/cvsup-without-gui</filename> you might want to have
a look at. If you prefer a static binary package, take a look a look at. If you prefer a static binary package, take a look
<ulink url="http://people.freebsd.org/~jdp/s1g/">here</ulink>. <ulink url="http://people.FreeBSD.org/~jdp/s1g/">here</ulink>.
This page stil refers to the S1G bug, that was present This page stil refers to the S1G bug, that was present
in <application>CVSup</application>. Maybe in <application>CVSup</application>. Maybe
John will setup a generic download-site to get John will setup a generic download-site to get
@ -324,7 +324,7 @@
For anonymous access, <emphasis>pserver</emphasis> is For anonymous access, <emphasis>pserver</emphasis> is
very well suited, but some still offer <command>ssh</command> very well suited, but some still offer <command>ssh</command>
access as well. There is a custom crafted access as well. There is a custom crafted
<ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/anoncvs.shar">wrapper</ulink> <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/FreeBSD-CVS/anoncvs.shar">wrapper</ulink>
in the CVS repository, to be used as a login-shell for the in the CVS repository, to be used as a login-shell for the
anonymous ssh account. It does a chroot, and therefore anonymous ssh account. It does a chroot, and therefore
requires the CVS repository to be available under the requires the CVS repository to be available under the
@ -440,7 +440,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</para> </para>
</note> </note>
A command line to mirror FreeBSD could look like that: A command line to mirror FreeBSD could look like that:
<screen>&prompt.user; <userinput>rsync -vaz --delete ftp4.de.freebsd.org::FreeBSD/ /pub/FreeBSD/</userinput> <screen>&prompt.user; <userinput>rsync -vaz --delete ftp4.de.FreeBSD.org::FreeBSD/ /pub/FreeBSD/</userinput>
</screen> </screen>
Consult the documentation for <application>rsync</application>, Consult the documentation for <application>rsync</application>,
which is also available at which is also available at
@ -454,12 +454,12 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<sect3 id="mirror-ftp-cvsup"> <sect3 id="mirror-ftp-cvsup">
<title>With CVSup</title> <title>With CVSup</title>
<para> <para>
A few sites, including the one-and-only <hostid>ftp-master.freebsd.org</hostid> A few sites, including the one-and-only <hostid>ftp-master.FreeBSD.org</hostid>
even offer <application>CVSup</application> to mirror the contents of even offer <application>CVSup</application> to mirror the contents of
the FTP space. You need to install a <application>cvsup</application> the FTP space. You need to install a <application>cvsup</application>
client, preferably from the port: <filename role="package">net/cvsup</filename>. client, preferably from the port: <filename role="package">net/cvsup</filename>.
(Also reread <xref linkend="mirror-serv-cvsup">.) (Also reread <xref linkend="mirror-serv-cvsup">.)
A sample supfile, suitable for <hostid>ftp-master.freebsd.org</hostid> A sample supfile, suitable for <hostid>ftp-master.FreeBSD.org</hostid>
looks like this: looks like this:
<programlisting> <programlisting>
# #
@ -481,7 +481,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
It seems <application>CVSup</application> would be the best It seems <application>CVSup</application> would be the best
way to mirror the archive, in terms of efficiency, but way to mirror the archive, in terms of efficiency, but
it is only available from few sites. In fact I just know it is only available from few sites. In fact I just know
<hostid>ftp-master.freebsd.org</hostid> for sure. <hostid>ftp-master.FreeBSD.org</hostid> for sure.
<note id="mirror-cvsup-s-option"> <note id="mirror-cvsup-s-option">
<para> <para>
Please have look at the <application>CVSup</application> documentation Please have look at the <application>CVSup</application> documentation
@ -656,7 +656,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para> <para>
The building of the documentation, as well as lots The building of the documentation, as well as lots
of side issues, is documented itself in: of side issues, is documented itself in:
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/">fdp-primer</ulink>. <ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/">fdp-primer</ulink>.
Please read this piece of documentation, especially if you Please read this piece of documentation, especially if you
have problems, building the documentation. have problems, building the documentation.
</para> </para>
@ -727,18 +727,18 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para> <para>
Mirrors are organized by country. All Mirrors are organized by country. All
official mirrors have a DNS entry of the form official mirrors have a DNS entry of the form
<hostid>ftpN.CC.freebsd.org</hostid>. With <hostid>ftpN.CC.FreeBSD.org</hostid>. With
<emphasis>CC</emphasis> (i.e. country code) being the <emphasis>CC</emphasis> (i.e. country code) being the
<emphasis>top level domain</emphasis> <emphasis>top level domain</emphasis>
of the country, where this mirror is located; of the country, where this mirror is located;
and <emphasis>N</emphasis> is a number, and <emphasis>N</emphasis> is a number,
telling that the host would be the <emphasis>Nth</emphasis> telling that the host would be the <emphasis>Nth</emphasis>
mirror in that country. mirror in that country.
(Same applies to <hostid>cvsupN.CC.freebsd.org</hostid>, (Same applies to <hostid>cvsupN.CC.FreeBSD.org</hostid>,
<hostid>wwwN.CC.freebsd.org</hostid>, etc.) <hostid>wwwN.CC.FreeBSD.org</hostid>, etc.)
There are mirrors with no <emphasis>CC</emphasis> part. There are mirrors with no <emphasis>CC</emphasis> part.
These are usually located in the US, but don't need to. These are usually located in the US, but don't need to.
<hostid>ftp.freebsd.org</hostid> is currently <hostid>ftp.FreeBSD.org</hostid> is currently
located in Denmark and just another mirror located in Denmark and just another mirror
(i.e. it is <emphasis>NO</emphasis> master site). (i.e. it is <emphasis>NO</emphasis> master site).
</para> </para>
@ -836,7 +836,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
obtained from CVS, so there is no need for it). obtained from CVS, so there is no need for it).
</para> </para>
<sect4 id="mirror-where-master-ftp"> <sect4 id="mirror-where-master-ftp">
<title>ftp-master.freebsd.org</title> <title>ftp-master.FreeBSD.org</title>
<para> <para>
This is the master site for the FTP fileset. This is the master site for the FTP fileset.
</para> </para>
@ -859,7 +859,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</para> </para>
</sect4> </sect4>
<sect4 id="mirror-where-master-cvsup"> <sect4 id="mirror-where-master-cvsup">
<title>cvsup-master.freebsd.org</title> <title>cvsup-master.FreeBSD.org</title>
<para> <para>
This is the master site for the CVS repository. This is the master site for the CVS repository.
</para> </para>
@ -871,17 +871,17 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para> <para>
To get access, you need to contact &a.jdp;. To get access, you need to contact &a.jdp;.
Make sure you read Make sure you read
<ulink url="http://people.freebsd.org/~jdp/cvsup-access/">FreeBSD CVSup Access Policy</ulink> <ulink url="http://people.FreeBSD.org/~jdp/cvsup-access/">FreeBSD CVSup Access Policy</ulink>
first! first!
</para> </para>
<para> <para>
Set up the required authentication by following Set up the required authentication by following
<ulink url="http://people.freebsd.org/~jdp/cvpasswd/">these <ulink url="http://people.FreeBSD.org/~jdp/cvpasswd/">these
instructions</ulink>. Make sure you specify the server as instructions</ulink>. Make sure you specify the server as
<hostid>freefall.freebsd.org</hostid> on the <command>cvpasswd</command> <hostid>freefall.FreeBSD.org</hostid> on the <command>cvpasswd</command>
command line, as described in this document, command line, as described in this document,
even when you are contacting even when you are contacting
<hostid>cvsup-master.freebsd.org</hostid> <hostid>cvsup-master.FreeBSD.org</hostid>
</para> </para>
</sect4> </sect4>
</sect3> </sect3>
@ -894,7 +894,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
a) have a <hostid>freebsd.org</hostid> DNS entry a) have a <hostid>FreeBSD.org</hostid> DNS entry
(usually a CNAME). (usually a CNAME).
</para> </para>
</listitem> </listitem>
@ -939,12 +939,12 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</itemizedlist> </itemizedlist>
Furthermore, admins should be subscribed to the &a.hubs;. Furthermore, admins should be subscribed to the &a.hubs;.
See <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">this link</ulink> for details, how to subscribe. See <ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">this link</ulink> for details, how to subscribe.
</para> </para>
<important> <important>
<para>It is <emphasis>very</emphasis> important for a hub administrator, especially <para>It is <emphasis>very</emphasis> important for a hub administrator, especially
Tier-1 hub admins, to check the Tier-1 hub admins, to check the
<ulink url="http://www.freebsd.org/releases/4.6R/schedule.html">release schedule</ulink> <ulink url="http://www.FreeBSD.org/releases/4.6R/schedule.html">release schedule</ulink>
for the next FreeBSD release. This is important because it will tell you when the for the next FreeBSD release. This is important because it will tell you when the
next release is scheduled next release is scheduled
to come out, and thus giving you time to prepare for the big spike of traffic which follows it. to come out, and thus giving you time to prepare for the big spike of traffic which follows it.
@ -981,7 +981,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</step> </step>
<step> <step>
<para> <para>
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">Subscribe</ulink> to the &a.hubs;. <ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">Subscribe</ulink> to the &a.hubs;.
</para> </para>
</step> </step>
<step> <step>
@ -989,7 +989,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
If everything works so far, contact the DNS admin, responsible If everything works so far, contact the DNS admin, responsible
for your region/country, and ask for a DNS entry for your for your region/country, and ask for a DNS entry for your
site. The admin should able to be contacted via site. The admin should able to be contacted via
<email>hostmaster@cc.freebsd.org</email>, which <email>hostmaster@cc.FreeBSD.org</email>, which
<emphasis>cc</emphasis> being your country code/TLD <emphasis>cc</emphasis> being your country code/TLD
again. Your DNS entry will look like described again. Your DNS entry will look like described
in <xref linkend="mirror-where-organization">. in <xref linkend="mirror-where-organization">.
@ -997,7 +997,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para> <para>
If there is no subdomain delegated, yet, for your If there is no subdomain delegated, yet, for your
country, you probably need to contact country, you probably need to contact
<email>hostmaster@freebsd.org</email>, <email>hostmaster@FreeBSD.org</email>,
however, you can try the &a.hubs; first. however, you can try the &a.hubs; first.
</para> </para>
</step> </step>
@ -1005,7 +1005,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para> <para>
Then you can ask the &a.doc; or the &a.hubs; Then you can ask the &a.doc; or the &a.hubs;
to add your mirror site to the mirror list in the to add your mirror site to the mirror list in the
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook">FreeBSD <ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook">FreeBSD
Handbook</ulink>. Make sure you tell them the email address, Handbook</ulink>. Make sure you tell them the email address,
to list as the maintainer of the site. to list as the maintainer of the site.
</para> </para>
@ -1025,7 +1025,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>ftp2.FreeBSD.org - <email>grisha@ispol.com</email> - <para>ftp2.FreeBSD.org - <email>grisha@ispol.com</email> -
<ulink url="http://people.freebsd.org/~logo/ftp2/">(Bandwidth)</ulink> <ulink url="http://people.FreeBSD.org/~logo/ftp2/">(Bandwidth)</ulink>
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@ -1060,7 +1060,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
url="http://cvsup.freebsd.blackened.com/cvsup.freebsd.html">(CVSup processes)</ulink></para> url="http://cvsup.freebsd.blackened.com/cvsup.freebsd.html">(CVSup processes)</ulink></para>
<listitem> <listitem>
<para>cvsup[23456].jp.FreeBSD.org - <email>kuriyama@FreeBSD.org</email> - <ulink <para>cvsup[23456].jp.FreeBSD.org - <email>kuriyama@FreeBSD.org</email> - <ulink
url="http://home.jp.freebsd.org/stats/mrtg/cvsup/">(CVSup processes)</ulink></para> url="http://home.jp.FreeBSD.org/stats/mrtg/cvsup/">(CVSup processes)</ulink></para>
</listitem> </listitem>
<listitem> <listitem>
<para>cvsup.cz.FreeBSD.org - <email>cejkar@fit.vutbr.cz</email> - <para>cvsup.cz.FreeBSD.org - <email>cejkar@fit.vutbr.cz</email> -

View file

@ -1001,7 +1001,7 @@
</para> </para>
<para>[14] Marshall Kirk McKusick, Michael J. Karels, and Keith Bostic: <para>[14] Marshall Kirk McKusick, Michael J. Karels, and Keith Bostic:
<ulink url="http://docs.freebsd.org/doc/papers/releng.html"> <ulink url="http://docs.FreeBSD.org/doc/papers/releng.html">
<emphasis>The Release Engineering of 4.3BSD</emphasis></ulink> <emphasis>The Release Engineering of 4.3BSD</emphasis></ulink>
</para> </para>
</sect1> </sect1>

View file

@ -68,8 +68,8 @@
<para>As an alternative, or in addition to starting from a working <para>As an alternative, or in addition to starting from a working
example, you can find a commented driver template at example, you can find a commented driver template at
<ulink url="http://people.freebsd.org/~cg/template.c"> <ulink url="http://people.FreeBSD.org/~cg/template.c">
http://people.freebsd.org/~cg/template.c</ulink></para> http://people.FreeBSD.org/~cg/template.c</ulink></para>
</sect1> </sect1>

View file

@ -68,8 +68,8 @@
<para>As an alternative, or in addition to starting from a working <para>As an alternative, or in addition to starting from a working
example, you can find a commented driver template at example, you can find a commented driver template at
<ulink url="http://people.freebsd.org/~cg/template.c"> <ulink url="http://people.FreeBSD.org/~cg/template.c">
http://people.freebsd.org/~cg/template.c</ulink></para> http://people.FreeBSD.org/~cg/template.c</ulink></para>
</sect1> </sect1>

View file

@ -184,7 +184,7 @@
environments, network servers, and just about everything environments, network servers, and just about everything
else you might want. Most of these applications can be else you might want. Most of these applications can be
managed through the <ulink managed through the <ulink
url="http://www.freebsd.org/ports/">Ports url="http://www.FreeBSD.org/ports/">Ports
Collection</ulink>.</para> Collection</ulink>.</para>
<para>If you need to use an application that is only <para>If you need to use an application that is only
@ -616,7 +616,7 @@
<answer> <answer>
<para>The project produces a wide range of documentation, available <para>The project produces a wide range of documentation, available
online from this link: online from this link:
<ulink url="http://www.freebsd.org/docs.html">http://www.FreeBSD.org/docs.html</ulink>. <ulink url="http://www.FreeBSD.org/docs.html">http://www.FreeBSD.org/docs.html</ulink>.
The same documents are available as packages, that you can easily The same documents are available as packages, that you can easily
install on your FreeBSD system. More details on documentation install on your FreeBSD system. More details on documentation
packages can be found in the next paragraphs.</para> packages can be found in the next paragraphs.</para>
@ -2238,7 +2238,7 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
recommend that you read through the recommend that you read through the
<ulink URL="&rel.current.hardware;">Hardware Notes</ulink> <ulink URL="&rel.current.hardware;">Hardware Notes</ulink>
and search the mailing list and search the mailing list
<ulink URL="http://www.freebsd.org/search/#mailinglists"> <ulink URL="http://www.FreeBSD.org/search/#mailinglists">
archives</ulink> before asking about the latest and archives</ulink> before asking about the latest and
greatest hardware. Chances are a discussion about the greatest hardware. Chances are a discussion about the
type of hardware you are looking for took place just last type of hardware you are looking for took place just last
@ -8391,7 +8391,7 @@ Key F15 A A Menu Workplace Nop</programlisting>
Rage 128/Radeon, and 3dfx Voodoo 3, 4, 5, and Banshee, Rage 128/Radeon, and 3dfx Voodoo 3, 4, 5, and Banshee,
information on hardware acceleration is available on the information on hardware acceleration is available on the
<ulink <ulink
url="http://people.freebsd.org/~anholt/dri/">XFree86-4 url="http://people.FreeBSD.org/~anholt/dri/">XFree86-4
Direct Rendering on FreeBSD</ulink> page. Users of Direct Rendering on FreeBSD</ulink> page. Users of
XFree86 version 3.3 can use the Utah-GLX port found in XFree86 version 3.3 can use the Utah-GLX port found in
<filename role="package">graphics/utah-glx</filename> to get limited accelerated <filename role="package">graphics/utah-glx</filename> to get limited accelerated
@ -9075,7 +9075,7 @@ Key F15 A A Menu Workplace Nop</programlisting>
installed. Then install the <filename installed. Then install the <filename
role="package">net/cvsup-without-gui</filename> port. This is role="package">net/cvsup-without-gui</filename> port. This is
covered in more detail in the <ulink covered in more detail in the <ulink
url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">CVSup url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">CVSup
section</ulink> of the Handbook.</para> section</ulink> of the Handbook.</para>
</answer> </answer>
</qandaentry> </qandaentry>

View file

@ -6515,7 +6515,7 @@ gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280
<screen>&prompt.root; <userinput>route add -inet6 default -interface gif0</userinput> <screen>&prompt.root; <userinput>route add -inet6 default -interface gif0</userinput>
&prompt.root; <userinput>ping6 -n <replaceable>MY_UPLINK</replaceable></userinput></screen> &prompt.root; <userinput>ping6 -n <replaceable>MY_UPLINK</replaceable></userinput></screen>
<screen>&prompt.root; <userinput>traceroute6 www.jp.freebsd.org</userinput> <screen>&prompt.root; <userinput>traceroute6 www.jp.FreeBSD.org</userinput>
(3ffe:505:2008:1:2a0:24ff:fe57:e561) from 3ffe:8060:100::40:2, 30 hops max, 12 byte packets (3ffe:505:2008:1:2a0:24ff:fe57:e561) from 3ffe:8060:100::40:2, 30 hops max, 12 byte packets
1 atnet-meta6 14.147 ms 15.499 ms 24.319 ms 1 atnet-meta6 14.147 ms 15.499 ms 24.319 ms
2 6bone-gw2-ATNET-NT.ipv6.tilab.com 103.408 ms 95.072 ms * 2 6bone-gw2-ATNET-NT.ipv6.tilab.com 103.408 ms 95.072 ms *

View file

@ -252,7 +252,7 @@ subscribe cvs-all</programlisting>
If you want help doing this configuration, If you want help doing this configuration,
simply type:</para> simply type:</para>
<screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages/Latest/cvsupit.tgz</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages/Latest/cvsupit.tgz</userinput></screen>
</listitem> </listitem>
<indexterm> <indexterm>
@ -465,7 +465,7 @@ subscribe cvs-all</programlisting>
environment. If you want help doing this configuration, environment. If you want help doing this configuration,
simply type:</para> simply type:</para>
<blockquote><screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages/Latest/cvsupit.tgz</userinput></screen></blockquote> <blockquote><screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages/Latest/cvsupit.tgz</userinput></screen></blockquote>
</listitem> </listitem>
<indexterm> <indexterm>

View file

@ -102,7 +102,7 @@
<para>FreeBSD does not come with a particular browser <para>FreeBSD does not come with a particular browser
pre-installed. Instead, the pre-installed. Instead, the
<ulink url="http://www.freebsd.org/ports/www.html">www</ulink> <ulink url="http://www.FreeBSD.org/ports/www.html">www</ulink>
directory of the ports collection contains a lot of browsers directory of the ports collection contains a lot of browsers
ready to be installed. If you do not have time to compile ready to be installed. If you do not have time to compile
everything (this can take a very long time in some cases) many everything (this can take a very long time in some cases) many
@ -500,7 +500,7 @@ export LD_PRELOAD</programlisting>
<para>If your FTP site does not have this package, you can use <para>If your FTP site does not have this package, you can use
the ports collection. The the ports collection. The
<ulink url="http://www.freebsd.org/ports/graphics.html">graphics</ulink> <ulink url="http://www.FreeBSD.org/ports/graphics.html">graphics</ulink>
directory of the ports collection also contains directory of the ports collection also contains
<application>The Gimp Manual</application>. Here is how to <application>The Gimp Manual</application>. Here is how to
get them installed:</para> get them installed:</para>
@ -512,7 +512,7 @@ export LD_PRELOAD</programlisting>
<note> <note>
<para>The <para>The
<ulink url="http://www.freebsd.org/ports/graphics.html">graphics</ulink> <ulink url="http://www.FreeBSD.org/ports/graphics.html">graphics</ulink>
directory of the ports collection holds the development directory of the ports collection holds the development
version of <application>The GIMP</application> in version of <application>The GIMP</application> in
<filename role="package">graphics/gimp-devel</filename>. <filename role="package">graphics/gimp-devel</filename>.
@ -1013,8 +1013,8 @@ export LD_PRELOAD</programlisting>
<para>While FreeBSD is popular among ISPs for its performance and <para>While FreeBSD is popular among ISPs for its performance and
stability, it is quite ready for day-to-day use as a desktop. stability, it is quite ready for day-to-day use as a desktop.
With several thousand applications available as With several thousand applications available as
<ulink url="http://www.freebsd.org/where.html">packages</ulink> or <ulink url="http://www.FreeBSD.org/where.html">packages</ulink> or
<ulink url="http://www.freebsd.org/ports/index.html">ports</ulink>, <ulink url="http://www.FreeBSD.org/ports/index.html">ports</ulink>,
you can build a perfect desktop that suits all your needs.</para> you can build a perfect desktop that suits all your needs.</para>
<para>Once you have achieved the installation of your desktop, you <para>Once you have achieved the installation of your desktop, you

View file

@ -848,7 +848,7 @@
<listitem> <listitem>
<para><ulink <para><ulink
url="ftp://ftp2.nl.freebsd.org/pub/FreeBSD/">ftp://ftp2.nl.freebsd.org/pub/FreeBSD/</ulink></para> url="ftp://ftp2.nl.FreeBSD.org/pub/FreeBSD/">ftp://ftp2.nl.FreeBSD.org/pub/FreeBSD/</ulink></para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
@ -999,7 +999,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para><ulink <para><ulink
url="ftp://ftp.isu.net.sa/pub/mirrors/ftp.freebsd.org/">ftp://ftp.isu.net.sa/pub/mirrors/ftp.freebsd.org/</ulink></para> url="ftp://ftp.isu.net.sa/pub/mirrors/ftp.FreeBSD.org/">ftp://ftp.isu.net.sa/pub/mirrors/ftp.FreeBSD.org/</ulink></para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
@ -4624,7 +4624,7 @@ doc/zh_TW.Big5</screen>
<term>Czech Republic</term> <term>Czech Republic</term>
<listitem> <listitem>
<para>rsync://ftp.cz.freebsd.org/</para> <para>rsync://ftp.cz.FreeBSD.org/</para>
<para>Available collections:</para> <para>Available collections:</para>
<itemizedlist> <itemizedlist>
@ -4670,7 +4670,7 @@ doc/zh_TW.Big5</screen>
<term>United States of America</term> <term>United States of America</term>
<listitem> <listitem>
<para>rsync://ftp-master.freebsd.org/<para> <para>rsync://ftp-master.FreeBSD.org/<para>
<para>This server may only be used by FreeBSD primary mirror <para>This server may only be used by FreeBSD primary mirror
sites.</para> sites.</para>

View file

@ -3472,7 +3472,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
<para>The FreeBSD/GNOME project uses a system called <para>The FreeBSD/GNOME project uses a system called
<literal>GNOMENG</literal> to define which GNOME components a <literal>GNOMENG</literal> to define which GNOME components a
particular port uses. A particular port uses. A
<ulink url="http://www.freebsd.org/gnome/docs/porting.html">comprehensive <ulink url="http://www.FreeBSD.org/gnome/docs/porting.html">comprehensive
list of these variables</ulink> exists within the FreeBSD/GNOME list of these variables</ulink> exists within the FreeBSD/GNOME
project's homepage.</para> project's homepage.</para>