From 839faa5f706d870f97021d98e93990fb397907c2 Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Mon, 30 Nov 2009 21:29:00 +0000 Subject: [PATCH] s/FreeBSD/&os; Approved by: jkois (mentor) --- .../books/handbook/mirrors/chapter.sgml | 310 +++++++++--------- 1 file changed, 155 insertions(+), 155 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml index 64b50843be..5253829cff 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml @@ -5,7 +5,7 @@ --> - Obtaining FreeBSD + Obtaining &os; CDROM and DVD Publishers @@ -13,7 +13,7 @@ Retail Boxed Products - FreeBSD is available as a boxed product (FreeBSD CDs, + &os; is available as a boxed product (&os; CDs, additional software, and printed documentation) from several retailers: @@ -37,13 +37,13 @@ CD and DVD Sets - FreeBSD CD and DVD sets are available from many online + &os; CD and DVD sets are available from many online retailers:
- FreeBSD Mall, Inc. + &os; Mall, Inc. 700 Harvest Park Ste F Brentwood, CA 94513 USA @@ -142,7 +142,7 @@ Distributors - If you are a reseller and want to carry FreeBSD CDROM products, + If you are a reseller and want to carry &os; CDROM products, please contact a distributor: @@ -224,7 +224,7 @@ FTP Sites - The official sources for FreeBSD are available via anonymous FTP + The official sources for &os; are available via anonymous FTP from a worldwide set of mirror sites. The site is well connected and allows a large number of connections to it, but @@ -233,20 +233,20 @@ mirror site). The FreeBSD mirror + url="http://mirrorlist.FreeBSD.org/">&os; mirror sites database is more accurate than the mirror listing in the Handbook, as it gets its information from the DNS rather than relying on static lists of hosts. - Additionally, FreeBSD is available via anonymous FTP from the - following mirror sites. If you choose to obtain FreeBSD via anonymous + Additionally, &os; is available via anonymous FTP from the + following mirror sites. If you choose to obtain &os; via anonymous FTP, please try to use a site near you. The mirror sites listed as - Primary Mirror Sites typically have the entire FreeBSD archive (all + Primary Mirror Sites typically have the entire &os; archive (all the currently available versions for each of the architectures) but you will probably have faster download times from a site that is in your country or region. The regional sites carry the most recent versions for the most popular architecture(s) but might not carry - the entire FreeBSD archive. All sites provide access via anonymous + the entire &os; archive. All sites provide access via anonymous FTP but some sites also provide access via other methods. The access methods available for each site are provided in parentheses after the hostname. @@ -288,10 +288,10 @@ Anonymous CVS (or, as it is otherwise known, anoncvs) is a feature provided by the CVS - utilities bundled with FreeBSD for synchronizing with a remote - CVS repository. Among other things, it allows users of FreeBSD + utilities bundled with &os; for synchronizing with a remote + CVS repository. Among other things, it allows users of &os; to perform, with no special privileges, read-only CVS operations - against one of the FreeBSD project's official anoncvs servers. + against one of the &os; project's official anoncvs servers. To use it, one simply sets the CVSROOT environment variable to point at the appropriate anoncvs server, provides the well-known password anoncvs with the @@ -330,7 +330,7 @@ anoncvs is also only good for read-only operations on the CVS repository, so if it is your intention to support local development in one repository shared - with the FreeBSD project bits then + with the &os; project bits then CVSup is really your only option. @@ -340,7 +340,7 @@ Configuring &man.cvs.1; to use an Anonymous CVS repository is a simple matter of setting the CVSROOT - environment variable to point to one of the FreeBSD project's + environment variable to point to one of the &os; project's anoncvs servers. At the time of this writing, the following servers are available: @@ -386,11 +386,11 @@ SSH2 HostKey: 1024 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65 ssh_host_dsa_ Since CVS allows one to check out virtually - any version of the FreeBSD sources that ever existed (or, in + any version of the &os; sources that ever existed (or, in some cases, will exist), you need to be familiar with the revision () flag to &man.cvs.1; and what some of the permissible values for it in - the FreeBSD Project repository are. + the &os; Project repository are. There are two kinds of tags, revision tags and branch tags. A revision tag refers to a specific revision. Its meaning stays @@ -495,7 +495,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host CVSweb is - the FreeBSD Project web interface for CVS. + the &os; Project web interface for CVS. @@ -511,7 +511,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host CTM is a method for keeping a remote directory tree in sync with a central one. It has been - developed for usage with FreeBSD's source trees, though other + developed for usage with &os;'s source trees, though other people may find it useful for other purposes as time goes by. Little, if any, documentation currently exists at this time on the process of creating deltas, so contact the &a.ctm-users.name; mailing list for more @@ -522,11 +522,11 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host Why Should I Use <application>CTM</application>? CTM will give you a local copy of - the FreeBSD source trees. There are a number of + the &os; source trees. There are a number of flavors of the tree available. Whether you wish to track the entire CVS tree or just one of the branches, CTM can provide you the information. - If you are an active developer on FreeBSD, but have lousy or + If you are an active developer on &os;, but have lousy or non-existent TCP/IP connectivity, or simply wish to have the changes automatically sent to you, CTM was made for you. You will need @@ -542,7 +542,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host rather than a pre-packaged release. This is particularly true if you choose the current sources. It is recommended that you read Staying - current with FreeBSD. + current with &os;. @@ -554,7 +554,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host current levels). The CTM program has been part of - FreeBSD ever since version 2.0 was released, and lives in + &os; ever since version 2.0 was released, and lives in /usr/src/usr.sbin/ctm if you have a copy of the source available. @@ -783,7 +783,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host CTM Mirrors - CTM/FreeBSD is available via anonymous + CTM/&os; is available via anonymous FTP from the following mirror sites. If you choose to obtain CTM via anonymous FTP, please try to use a site near you. @@ -849,9 +849,9 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host CVSup is a software package for distributing and updating source trees from a master CVS - repository on a remote server host. The FreeBSD sources are + repository on a remote server host. The &os; sources are maintained in a CVS repository on a central development machine - in California. With CVSup, FreeBSD + in California. With CVSup, &os; users can easily keep their own source trees up to date. CVSup uses the so-called @@ -868,16 +868,16 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host so, refers to the entire software package. Its main components are the client cvsup which runs on each user's machine, and the server cvsupd which - runs at each of the FreeBSD mirror sites. + runs at each of the &os; mirror sites. - As you read the FreeBSD documentation and mailing lists, you + As you read the &os; documentation and mailing lists, you may see references to sup. Sup was the predecessor of CVSup, and it served a similar purpose. CVSup is used much in the same way as sup and, in fact, uses configuration files which are backward-compatible with sup's. - Sup is no longer used in the FreeBSD + Sup is no longer used in the &os; project, because CVSup is both faster and more flexible. @@ -908,7 +908,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host The easiest way to install CVSup is to use the precompiled net/cvsup package - from the FreeBSD packages collection. + from the &os; packages collection. If you prefer to build CVSup from source, you can use the net/cvsup port instead. But be forewarned: the @@ -926,9 +926,9 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host If you want to install csup on - FreeBSD 6.1 or earlier, you can use the precompiled + &os; 6.1 or earlier, you can use the precompiled net/csup package - from the FreeBSD packages collection. + from the &os; packages collection. If you prefer to build csup from source, you can use the net/csup port instead. @@ -1017,7 +1017,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host With this background, we will now proceed to construct a supfile for receiving and updating the main source tree of FreeBSD-CURRENT. + linkend="current">&os;-CURRENT. @@ -1030,7 +1030,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host available are described in the following section. In this example, we - wish to receive the entire main source tree for the FreeBSD + wish to receive the entire main source tree for the &os; system. There is a single large collection src-all which will give us all of that. As a first step toward constructing our @@ -1101,7 +1101,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host field. The &man.cvsup.1; manual page explains how to do that. - For our example, we wish to receive FreeBSD-CURRENT. We + For our example, we wish to receive &os;-CURRENT. We add this line at the beginning of our supfile: @@ -1129,7 +1129,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host of the CVSup mirror sites will do, though you should try to select one that is close to you in cyberspace. In this example we will - use a fictional FreeBSD distribution site, + use a fictional &os; distribution site, cvsup99.FreeBSD.org: *default host=cvsup99.FreeBSD.org @@ -1188,7 +1188,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host *default release=cvs delete use-rel-suffix compress release=cvs indicates that the server - should get its information out of the main FreeBSD CVS + should get its information out of the main &os; CVS repository. This is virtually always the case, but there are other possibilities which are beyond the scope of this discussion. @@ -1295,7 +1295,7 @@ doc/zh_* and so forth for the other languages (you can find the full list by browsing the FreeBSD + url="http://www.FreeBSD.org/cgi/cvsweb.cgi/">&os; CVS repository). With this very useful feature, those users who are on @@ -1401,7 +1401,7 @@ doc/zh_* cvs-all release=cvs - The main FreeBSD CVS repository, including the + The main &os; CVS repository, including the cryptography code. @@ -1410,16 +1410,16 @@ doc/zh_* Files related to the distribution and mirroring - of FreeBSD. + of &os;. doc-all release=cvs - Sources for the FreeBSD Handbook and other + Sources for the &os; Handbook and other documentation. This does not include files for - the FreeBSD web site. + the &os; web site. @@ -1427,7 +1427,7 @@ doc/zh_* ports-all release=cvs - The FreeBSD Ports Collection. + The &os; Ports Collection. If you do not want to update the whole of @@ -1523,7 +1523,7 @@ doc/zh_* warning above: you should always update this subcollection, whenever you update any part of - the FreeBSD Ports Collection! + the &os; Ports Collection! @@ -2053,7 +2053,7 @@ doc/zh_* projects-all release=cvs - Sources for the FreeBSD projects repository. + Sources for the &os; projects repository. @@ -2061,7 +2061,7 @@ doc/zh_* src-all release=cvs - The main FreeBSD sources, including the + The main &os; sources, including the cryptography code. @@ -2103,7 +2103,7 @@ doc/zh_* Utilities and libraries from outside the - FreeBSD project, used relatively unmodified + &os; project, used relatively unmodified (/usr/src/contrib). @@ -2113,7 +2113,7 @@ doc/zh_* Cryptography utilities and libraries from - outside the FreeBSD project, used relatively + outside the &os; project, used relatively unmodified (/usr/src/crypto). @@ -2125,7 +2125,7 @@ doc/zh_* Kerberos and DES (/usr/src/eBones). Not - used in current releases of FreeBSD. + used in current releases of &os;. @@ -2215,7 +2215,7 @@ doc/zh_* release=cvs - Files required to produce a FreeBSD + Files required to produce a &os; release (/usr/src/release). @@ -2288,7 +2288,7 @@ doc/zh_* Various tools for the maintenance of - FreeBSD + &os; (/usr/src/tools). @@ -2320,7 +2320,7 @@ doc/zh_* www release=cvs - The sources for the FreeBSD WWW site. + The sources for the &os; WWW site. @@ -2349,7 +2349,7 @@ doc/zh_* mail-archive release=current - FreeBSD mailing list archive. + &os; mailing list archive. @@ -2357,7 +2357,7 @@ doc/zh_* www release=current - The pre-processed FreeBSD WWW site files (not the + The pre-processed &os; WWW site files (not the source files). Used by WWW mirror sites. @@ -2372,7 +2372,7 @@ doc/zh_* The CVSup Home Page. - Most FreeBSD-related discussion of + Most &os;-related discussion of CVSup takes place on the &a.hackers;. New versions of the software are announced there, as well as on the &a.announce;. @@ -2386,7 +2386,7 @@ doc/zh_* CVSup Sites - CVSup servers for FreeBSD are running + CVSup servers for &os; are running at the following sites: &chap.mirrors.cvsup.inc; @@ -2417,7 +2417,7 @@ doc/zh_* HEAD - Symbolic name for the main line, or FreeBSD-CURRENT. + Symbolic name for the main line, or &os;-CURRENT. Also the default when no revision is specified. In CVSup, this tag is represented @@ -2437,8 +2437,8 @@ doc/zh_* RELENG_8 - The line of development for FreeBSD-8.X, also known - as FreeBSD 8-STABLE + The line of development for &os;-8.X, also known + as &os; 8-STABLE @@ -2446,7 +2446,7 @@ doc/zh_* RELENG_8_0 - The release branch for FreeBSD-8.0, used only for + The release branch for &os;-8.0, used only for security advisories and other critical fixes. @@ -2455,8 +2455,8 @@ doc/zh_* RELENG_7 - The line of development for FreeBSD-7.X, also known - as FreeBSD 7-STABLE + The line of development for &os;-7.X, also known + as &os; 7-STABLE @@ -2464,7 +2464,7 @@ doc/zh_* RELENG_7_2 - The release branch for FreeBSD-7.2, used only for + The release branch for &os;-7.2, used only for security advisories and other critical fixes. @@ -2473,7 +2473,7 @@ doc/zh_* RELENG_7_1 - The release branch for FreeBSD-7.1, used only for + The release branch for &os;-7.1, used only for security advisories and other critical fixes. @@ -2482,7 +2482,7 @@ doc/zh_* RELENG_7_0 - The release branch for FreeBSD-7.0, used only for + The release branch for &os;-7.0, used only for security advisories and other critical fixes. @@ -2491,8 +2491,8 @@ doc/zh_* RELENG_6 - The line of development for FreeBSD-6.X, also known - as FreeBSD 6-STABLE + The line of development for &os;-6.X, also known + as &os; 6-STABLE @@ -2500,7 +2500,7 @@ doc/zh_* RELENG_6_4 - The release branch for FreeBSD-6.4, used only for + The release branch for &os;-6.4, used only for security advisories and other critical fixes. @@ -2509,7 +2509,7 @@ doc/zh_* RELENG_6_3 - The release branch for FreeBSD-6.3, used only for + The release branch for &os;-6.3, used only for security advisories and other critical fixes. @@ -2518,7 +2518,7 @@ doc/zh_* RELENG_6_2 - The release branch for FreeBSD-6.2, used only for + The release branch for &os;-6.2, used only for security advisories and other critical fixes. @@ -2527,7 +2527,7 @@ doc/zh_* RELENG_6_1 - The release branch for FreeBSD-6.1, used only for + The release branch for &os;-6.1, used only for security advisories and other critical fixes. @@ -2536,7 +2536,7 @@ doc/zh_* RELENG_6_0 - The release branch for FreeBSD-6.0, used only for + The release branch for &os;-6.0, used only for security advisories and other critical fixes. @@ -2545,8 +2545,8 @@ doc/zh_* RELENG_5 - The line of development for FreeBSD-5.X, also known - as FreeBSD 5-STABLE. + The line of development for &os;-5.X, also known + as &os; 5-STABLE. @@ -2554,7 +2554,7 @@ doc/zh_* RELENG_5_5 - The release branch for FreeBSD-5.5, used only + The release branch for &os;-5.5, used only for security advisories and other critical fixes. @@ -2563,7 +2563,7 @@ doc/zh_* RELENG_5_4 - The release branch for FreeBSD-5.4, used only + The release branch for &os;-5.4, used only for security advisories and other critical fixes. @@ -2572,7 +2572,7 @@ doc/zh_* RELENG_5_3 - The release branch for FreeBSD-5.3, used only + The release branch for &os;-5.3, used only for security advisories and other critical fixes. @@ -2581,7 +2581,7 @@ doc/zh_* RELENG_5_2 - The release branch for FreeBSD-5.2 and FreeBSD-5.2.1, used only + The release branch for &os;-5.2 and &os;-5.2.1, used only for security advisories and other critical fixes. @@ -2590,7 +2590,7 @@ doc/zh_* RELENG_5_1 - The release branch for FreeBSD-5.1, used only + The release branch for &os;-5.1, used only for security advisories and other critical fixes. @@ -2599,7 +2599,7 @@ doc/zh_* RELENG_5_0 - The release branch for FreeBSD-5.0, used only + The release branch for &os;-5.0, used only for security advisories and other critical fixes. @@ -2608,8 +2608,8 @@ doc/zh_* RELENG_4 - The line of development for FreeBSD-4.X, also known - as FreeBSD 4-STABLE. + The line of development for &os;-4.X, also known + as &os; 4-STABLE. @@ -2617,7 +2617,7 @@ doc/zh_* RELENG_4_11 - The release branch for FreeBSD-4.11, used only + The release branch for &os;-4.11, used only for security advisories and other critical fixes. @@ -2626,7 +2626,7 @@ doc/zh_* RELENG_4_10 - The release branch for FreeBSD-4.10, used only + The release branch for &os;-4.10, used only for security advisories and other critical fixes. @@ -2635,7 +2635,7 @@ doc/zh_* RELENG_4_9 - The release branch for FreeBSD-4.9, used only + The release branch for &os;-4.9, used only for security advisories and other critical fixes. @@ -2644,7 +2644,7 @@ doc/zh_* RELENG_4_8 - The release branch for FreeBSD-4.8, used only + The release branch for &os;-4.8, used only for security advisories and other critical fixes. @@ -2653,7 +2653,7 @@ doc/zh_* RELENG_4_7 - The release branch for FreeBSD-4.7, used only + The release branch for &os;-4.7, used only for security advisories and other critical fixes. @@ -2662,7 +2662,7 @@ doc/zh_* RELENG_4_6 - The release branch for FreeBSD-4.6 and FreeBSD-4.6.2, + The release branch for &os;-4.6 and &os;-4.6.2, used only for security advisories and other critical fixes. @@ -2672,7 +2672,7 @@ doc/zh_* RELENG_4_5 - The release branch for FreeBSD-4.5, used only + The release branch for &os;-4.5, used only for security advisories and other critical fixes. @@ -2681,7 +2681,7 @@ doc/zh_* RELENG_4_4 - The release branch for FreeBSD-4.4, used only + The release branch for &os;-4.4, used only for security advisories and other critical fixes. @@ -2690,7 +2690,7 @@ doc/zh_* RELENG_4_3 - The release branch for FreeBSD-4.3, used only + The release branch for &os;-4.3, used only for security advisories and other critical fixes. @@ -2699,7 +2699,7 @@ doc/zh_* RELENG_3 - The line of development for FreeBSD-3.X, also known + The line of development for &os;-3.X, also known as 3.X-STABLE. @@ -2708,7 +2708,7 @@ doc/zh_* RELENG_2_2 - The line of development for FreeBSD-2.2.X, also known + The line of development for &os;-2.2.X, also known as 2.2-STABLE. This branch is mostly obsolete. @@ -2738,7 +2738,7 @@ doc/zh_* RELENG_8_0_0_RELEASE - FreeBSD 8.0 + &os; 8.0 @@ -2746,7 +2746,7 @@ doc/zh_* RELENG_7_2_0_RELEASE - FreeBSD 7.2 + &os; 7.2 @@ -2754,7 +2754,7 @@ doc/zh_* RELENG_7_1_0_RELEASE - FreeBSD 7.1 + &os; 7.1 @@ -2762,7 +2762,7 @@ doc/zh_* RELENG_7_0_0_RELEASE - FreeBSD 7.0 + &os; 7.0 @@ -2770,7 +2770,7 @@ doc/zh_* RELENG_6_4_0_RELEASE - FreeBSD 6.4 + &os; 6.4 @@ -2778,7 +2778,7 @@ doc/zh_* RELENG_6_3_0_RELEASE - FreeBSD 6.3 + &os; 6.3 @@ -2786,7 +2786,7 @@ doc/zh_* RELENG_6_2_0_RELEASE - FreeBSD 6.2 + &os; 6.2 @@ -2794,7 +2794,7 @@ doc/zh_* RELENG_6_1_0_RELEASE - FreeBSD 6.1 + &os; 6.1 @@ -2802,7 +2802,7 @@ doc/zh_* RELENG_6_0_0_RELEASE - FreeBSD 6.0 + &os; 6.0 @@ -2810,7 +2810,7 @@ doc/zh_* RELENG_5_5_0_RELEASE - FreeBSD 5.5 + &os; 5.5 @@ -2818,7 +2818,7 @@ doc/zh_* RELENG_5_4_0_RELEASE - FreeBSD 5.4 + &os; 5.4 @@ -2826,7 +2826,7 @@ doc/zh_* RELENG_4_11_0_RELEASE - FreeBSD 4.11 + &os; 4.11 @@ -2834,7 +2834,7 @@ doc/zh_* RELENG_5_3_0_RELEASE - FreeBSD 5.3 + &os; 5.3 @@ -2842,7 +2842,7 @@ doc/zh_* RELENG_4_10_0_RELEASE - FreeBSD 4.10 + &os; 4.10 @@ -2850,7 +2850,7 @@ doc/zh_* RELENG_5_2_1_RELEASE - FreeBSD 5.2.1 + &os; 5.2.1 @@ -2858,7 +2858,7 @@ doc/zh_* RELENG_5_2_0_RELEASE - FreeBSD 5.2 + &os; 5.2 @@ -2866,7 +2866,7 @@ doc/zh_* RELENG_4_9_0_RELEASE - FreeBSD 4.9 + &os; 4.9 @@ -2874,7 +2874,7 @@ doc/zh_* RELENG_5_1_0_RELEASE - FreeBSD 5.1 + &os; 5.1 @@ -2882,7 +2882,7 @@ doc/zh_* RELENG_4_8_0_RELEASE - FreeBSD 4.8 + &os; 4.8 @@ -2890,7 +2890,7 @@ doc/zh_* RELENG_5_0_0_RELEASE - FreeBSD 5.0 + &os; 5.0 @@ -2898,7 +2898,7 @@ doc/zh_* RELENG_4_7_0_RELEASE - FreeBSD 4.7 + &os; 4.7 @@ -2906,7 +2906,7 @@ doc/zh_* RELENG_4_6_2_RELEASE - FreeBSD 4.6.2 + &os; 4.6.2 @@ -2914,7 +2914,7 @@ doc/zh_* RELENG_4_6_1_RELEASE - FreeBSD 4.6.1 + &os; 4.6.1 @@ -2922,7 +2922,7 @@ doc/zh_* RELENG_4_6_0_RELEASE - FreeBSD 4.6 + &os; 4.6 @@ -2930,7 +2930,7 @@ doc/zh_* RELENG_4_5_0_RELEASE - FreeBSD 4.5 + &os; 4.5 @@ -2938,7 +2938,7 @@ doc/zh_* RELENG_4_4_0_RELEASE - FreeBSD 4.4 + &os; 4.4 @@ -2946,7 +2946,7 @@ doc/zh_* RELENG_4_3_0_RELEASE - FreeBSD 4.3 + &os; 4.3 @@ -2954,7 +2954,7 @@ doc/zh_* RELENG_4_2_0_RELEASE - FreeBSD 4.2 + &os; 4.2 @@ -2962,7 +2962,7 @@ doc/zh_* RELENG_4_1_1_RELEASE - FreeBSD 4.1.1 + &os; 4.1.1 @@ -2970,7 +2970,7 @@ doc/zh_* RELENG_4_1_0_RELEASE - FreeBSD 4.1 + &os; 4.1 @@ -2978,7 +2978,7 @@ doc/zh_* RELENG_4_0_0_RELEASE - FreeBSD 4.0 + &os; 4.0 @@ -2986,7 +2986,7 @@ doc/zh_* RELENG_3_5_0_RELEASE - FreeBSD-3.5 + &os;-3.5 @@ -2994,7 +2994,7 @@ doc/zh_* RELENG_3_4_0_RELEASE - FreeBSD-3.4 + &os;-3.4 @@ -3002,7 +3002,7 @@ doc/zh_* RELENG_3_3_0_RELEASE - FreeBSD-3.3 + &os;-3.3 @@ -3010,7 +3010,7 @@ doc/zh_* RELENG_3_2_0_RELEASE - FreeBSD-3.2 + &os;-3.2 @@ -3018,7 +3018,7 @@ doc/zh_* RELENG_3_1_0_RELEASE - FreeBSD-3.1 + &os;-3.1 @@ -3026,7 +3026,7 @@ doc/zh_* RELENG_3_0_0_RELEASE - FreeBSD-3.0 + &os;-3.0 @@ -3034,7 +3034,7 @@ doc/zh_* RELENG_2_2_8_RELEASE - FreeBSD-2.2.8 + &os;-2.2.8 @@ -3042,7 +3042,7 @@ doc/zh_* RELENG_2_2_7_RELEASE - FreeBSD-2.2.7 + &os;-2.2.7 @@ -3050,7 +3050,7 @@ doc/zh_* RELENG_2_2_6_RELEASE - FreeBSD-2.2.6 + &os;-2.2.6 @@ -3058,7 +3058,7 @@ doc/zh_* RELENG_2_2_5_RELEASE - FreeBSD-2.2.5 + &os;-2.2.5 @@ -3066,7 +3066,7 @@ doc/zh_* RELENG_2_2_2_RELEASE - FreeBSD-2.2.2 + &os;-2.2.2 @@ -3074,7 +3074,7 @@ doc/zh_* RELENG_2_2_1_RELEASE - FreeBSD-2.2.1 + &os;-2.2.1 @@ -3082,7 +3082,7 @@ doc/zh_* RELENG_2_2_0_RELEASE - FreeBSD-2.2.0 + &os;-2.2.0 @@ -3092,7 +3092,7 @@ doc/zh_* AFS Sites - AFS servers for FreeBSD are running at the following sites: + AFS servers for &os; are running at the following sites: @@ -3116,16 +3116,16 @@ doc/zh_* rsync Sites - The following sites make FreeBSD available through the rsync + The following sites make &os; available through the rsync protocol. The rsync utility works in much the same way as the &man.rcp.1; command, but has more options and uses the rsync remote-update protocol which transfers only the differences between two sets of files, thus greatly speeding up the synchronization over the network. This is most useful if you are a mirror site for the - FreeBSD FTP server, or the CVS repository. The + &os; FTP server, or the CVS repository. The rsync suite is available for many - operating systems, on FreeBSD, see the + operating systems, on &os;, see the net/rsync port or use the package. @@ -3138,9 +3138,9 @@ doc/zh_* Available collections: - ftp: A partial mirror of the FreeBSD FTP + ftp: A partial mirror of the &os; FTP server. - FreeBSD: A full mirror of the FreeBSD FTP + &os;: A full mirror of the &os; FTP server. @@ -3154,8 +3154,8 @@ doc/zh_* Available collections: - FreeBSD: A full mirror of the - FreeBSD FTP server. + &os;: A full mirror of the + &os; FTP server. @@ -3168,11 +3168,11 @@ doc/zh_* Available collections: - FreeBSD: A full mirror of the FreeBSD FTP + &os;: A full mirror of the &os; FTP server. - FreeBSD-gnats: The GNATS bug-tracking + &os;-gnats: The GNATS bug-tracking database. - FreeBSD-Archive: The mirror of FreeBSD Archive FTP + &os;-Archive: The mirror of &os; Archive FTP server. @@ -3188,7 +3188,7 @@ doc/zh_* Available collections: - FreeBSD: A full mirror of the FreeBSD FTP + &os;: A full mirror of the &os; FTP server. @@ -3203,7 +3203,7 @@ doc/zh_* Available collections: sites/ftp.freebsd.org: A full mirror of the - FreeBSD FTP server. + &os; FTP server. @@ -3214,13 +3214,13 @@ doc/zh_* rsync://ftp-master.FreeBSD.org/ - This server may only be used by FreeBSD primary mirror + This server may only be used by &os; primary mirror sites. Available collections: - FreeBSD: The master archive of the FreeBSD + &os;: The master archive of the &os; FTP server. - acl: The FreeBSD master ACL + acl: The &os; master ACL list. @@ -3228,7 +3228,7 @@ doc/zh_* Available collections: - FreeBSD: A full mirror of the FreeBSD FTP + &os;: A full mirror of the &os; FTP server.