s/freebsd.org/FreeBSD.org/
This commit is contained in:
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
en_US.ISO8859-1
articles
books
arch-handbook/sound
developers-handbook/sound
faq
handbook
porters-handbook
|
@ -104,7 +104,7 @@ options IPSEC_ESP
|
|||
options IPSEC_DEBUG</programlisting>
|
||||
|
||||
<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>
|
||||
protocol 50 (<acronym>ESP</acronym>) and <acronym>UDP</acronym>
|
||||
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>
|
||||
<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>
|
||||
</listitem>
|
||||
|
||||
|
|
|
@ -512,7 +512,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
<para>More information about the FreeBSD Foundation can be
|
||||
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
|
||||
the Foundation by email, write to
|
||||
<email>bod@FreeBSDFoundation.org</email>.</para>
|
||||
|
|
|
@ -293,7 +293,7 @@
|
|||
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
|
||||
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
|
||||
in <application>CVSup</application>. Maybe
|
||||
John will setup a generic download-site to get
|
||||
|
@ -324,7 +324,7 @@
|
|||
For anonymous access, <emphasis>pserver</emphasis> is
|
||||
very well suited, but some still offer <command>ssh</command>
|
||||
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
|
||||
anonymous ssh account. It does a chroot, and therefore
|
||||
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>
|
||||
</note>
|
||||
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>
|
||||
Consult the documentation for <application>rsync</application>,
|
||||
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">
|
||||
<title>With CVSup</title>
|
||||
<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
|
||||
the FTP space. You need to install a <application>cvsup</application>
|
||||
client, preferably from the port: <filename role="package">net/cvsup</filename>.
|
||||
(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:
|
||||
<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
|
||||
way to mirror the archive, in terms of efficiency, but
|
||||
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">
|
||||
<para>
|
||||
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>
|
||||
The building of the documentation, as well as lots
|
||||
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
|
||||
have problems, building the documentation.
|
||||
</para>
|
||||
|
@ -727,18 +727,18 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<para>
|
||||
Mirrors are organized by country. All
|
||||
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>top level domain</emphasis>
|
||||
of the country, where this mirror is located;
|
||||
and <emphasis>N</emphasis> is a number,
|
||||
telling that the host would be the <emphasis>Nth</emphasis>
|
||||
mirror in that country.
|
||||
(Same applies to <hostid>cvsupN.CC.freebsd.org</hostid>,
|
||||
<hostid>wwwN.CC.freebsd.org</hostid>, etc.)
|
||||
(Same applies to <hostid>cvsupN.CC.FreeBSD.org</hostid>,
|
||||
<hostid>wwwN.CC.FreeBSD.org</hostid>, etc.)
|
||||
There are mirrors with no <emphasis>CC</emphasis> part.
|
||||
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
|
||||
(i.e. it is <emphasis>NO</emphasis> master site).
|
||||
</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).
|
||||
</para>
|
||||
<sect4 id="mirror-where-master-ftp">
|
||||
<title>ftp-master.freebsd.org</title>
|
||||
<title>ftp-master.FreeBSD.org</title>
|
||||
<para>
|
||||
This is the master site for the FTP fileset.
|
||||
</para>
|
||||
|
@ -859,7 +859,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
</para>
|
||||
</sect4>
|
||||
<sect4 id="mirror-where-master-cvsup">
|
||||
<title>cvsup-master.freebsd.org</title>
|
||||
<title>cvsup-master.FreeBSD.org</title>
|
||||
<para>
|
||||
This is the master site for the CVS repository.
|
||||
</para>
|
||||
|
@ -871,17 +871,17 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<para>
|
||||
To get access, you need to contact &a.jdp;.
|
||||
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!
|
||||
</para>
|
||||
<para>
|
||||
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
|
||||
<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,
|
||||
even when you are contacting
|
||||
<hostid>cvsup-master.freebsd.org</hostid>
|
||||
<hostid>cvsup-master.FreeBSD.org</hostid>
|
||||
</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
@ -894,7 +894,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
a) have a <hostid>freebsd.org</hostid> DNS entry
|
||||
a) have a <hostid>FreeBSD.org</hostid> DNS entry
|
||||
(usually a CNAME).
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -939,12 +939,12 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
</itemizedlist>
|
||||
|
||||
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>
|
||||
<important>
|
||||
<para>It is <emphasis>very</emphasis> important for a hub administrator, especially
|
||||
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
|
||||
next release is scheduled
|
||||
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>
|
||||
<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>
|
||||
</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
|
||||
for your region/country, and ask for a DNS entry for your
|
||||
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
|
||||
again. Your DNS entry will look like described
|
||||
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>
|
||||
If there is no subdomain delegated, yet, for your
|
||||
country, you probably need to contact
|
||||
<email>hostmaster@freebsd.org</email>,
|
||||
<email>hostmaster@FreeBSD.org</email>,
|
||||
however, you can try the &a.hubs; first.
|
||||
</para>
|
||||
</step>
|
||||
|
@ -1005,7 +1005,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<para>
|
||||
Then you can ask the &a.doc; or the &a.hubs;
|
||||
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,
|
||||
to list as the maintainer of the site.
|
||||
</para>
|
||||
|
@ -1025,7 +1025,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<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>
|
||||
</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>
|
||||
<listitem>
|
||||
<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>
|
||||
<para>cvsup.cz.FreeBSD.org - <email>cejkar@fit.vutbr.cz</email> -
|
||||
|
|
|
@ -1001,7 +1001,7 @@
|
|||
</para>
|
||||
|
||||
<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>
|
||||
</para>
|
||||
</sect1>
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
|
||||
<para>As an alternative, or in addition to starting from a working
|
||||
example, you can find a commented driver template at
|
||||
<ulink url="http://people.freebsd.org/~cg/template.c">
|
||||
http://people.freebsd.org/~cg/template.c</ulink></para>
|
||||
<ulink url="http://people.FreeBSD.org/~cg/template.c">
|
||||
http://people.FreeBSD.org/~cg/template.c</ulink></para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
|
||||
<para>As an alternative, or in addition to starting from a working
|
||||
example, you can find a commented driver template at
|
||||
<ulink url="http://people.freebsd.org/~cg/template.c">
|
||||
http://people.freebsd.org/~cg/template.c</ulink></para>
|
||||
<ulink url="http://people.FreeBSD.org/~cg/template.c">
|
||||
http://people.FreeBSD.org/~cg/template.c</ulink></para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
environments, network servers, and just about everything
|
||||
else you might want. Most of these applications can be
|
||||
managed through the <ulink
|
||||
url="http://www.freebsd.org/ports/">Ports
|
||||
url="http://www.FreeBSD.org/ports/">Ports
|
||||
Collection</ulink>.</para>
|
||||
|
||||
<para>If you need to use an application that is only
|
||||
|
@ -616,7 +616,7 @@
|
|||
<answer>
|
||||
<para>The project produces a wide range of documentation, available
|
||||
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
|
||||
install on your FreeBSD system. More details on documentation
|
||||
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
|
||||
<ulink URL="&rel.current.hardware;">Hardware Notes</ulink>
|
||||
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
|
||||
greatest hardware. Chances are a discussion about the
|
||||
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,
|
||||
information on hardware acceleration is available on the
|
||||
<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
|
||||
XFree86 version 3.3 can use the Utah-GLX port found in
|
||||
<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
|
||||
role="package">net/cvsup-without-gui</filename> port. This is
|
||||
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>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -6515,7 +6515,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<screen>&prompt.root; <userinput>route add -inet6 default -interface gif0</userinput>
|
||||
&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
|
||||
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 *
|
||||
|
|
|
@ -252,7 +252,7 @@ subscribe cvs-all</programlisting>
|
|||
If you want help doing this configuration,
|
||||
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>
|
||||
<indexterm>
|
||||
|
@ -465,7 +465,7 @@ subscribe cvs-all</programlisting>
|
|||
environment. If you want help doing this configuration,
|
||||
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>
|
||||
|
||||
<indexterm>
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
<para>FreeBSD does not come with a particular browser
|
||||
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
|
||||
ready to be installed. If you do not have time to compile
|
||||
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
|
||||
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
|
||||
<application>The Gimp Manual</application>. Here is how to
|
||||
get them installed:</para>
|
||||
|
@ -512,7 +512,7 @@ export LD_PRELOAD</programlisting>
|
|||
|
||||
<note>
|
||||
<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
|
||||
version of <application>The GIMP</application> in
|
||||
<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
|
||||
stability, it is quite ready for day-to-day use as a desktop.
|
||||
With several thousand applications available as
|
||||
<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/where.html">packages</ulink> or
|
||||
<ulink url="http://www.FreeBSD.org/ports/index.html">ports</ulink>,
|
||||
you can build a perfect desktop that suits all your needs.</para>
|
||||
|
||||
<para>Once you have achieved the installation of your desktop, you
|
||||
|
|
|
@ -848,7 +848,7 @@
|
|||
|
||||
<listitem>
|
||||
<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>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -999,7 +999,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<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>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -4624,7 +4624,7 @@ doc/zh_TW.Big5</screen>
|
|||
<term>Czech Republic</term>
|
||||
|
||||
<listitem>
|
||||
<para>rsync://ftp.cz.freebsd.org/</para>
|
||||
<para>rsync://ftp.cz.FreeBSD.org/</para>
|
||||
|
||||
<para>Available collections:</para>
|
||||
<itemizedlist>
|
||||
|
@ -4670,7 +4670,7 @@ doc/zh_TW.Big5</screen>
|
|||
<term>United States of America</term>
|
||||
|
||||
<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
|
||||
sites.</para>
|
||||
|
|
|
@ -3472,7 +3472,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
|||
<para>The FreeBSD/GNOME project uses a system called
|
||||
<literal>GNOMENG</literal> to define which GNOME components 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
|
||||
project's homepage.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue