freebsd.org -> FreeBSD.org, which seems to be the domain name of choice.
FreeBSD, Inc. now owes me a new keyboard as I've seemed to have worn out my "shift" and "`" key from sending vi so many "~"s. :->
This commit is contained in:
parent
0674a9cb89
commit
05d191f662
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5093
44 changed files with 372 additions and 372 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:57 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -818,7 +818,7 @@ subscribe freebsd-isdn</programlisting>
|
|||
<para>The choice of sync/TA vs standalone router is largely a religious
|
||||
issue. There has been some discussion of this in the mailing lists.
|
||||
I suggest you search the <ulink
|
||||
URL="http://www.freebsd.org/search.html">archives</ulink> for the
|
||||
URL="http://www.FreeBSD.org/search.html">archives</ulink> for the
|
||||
complete discussion.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-04-07 17:58:09 billf Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:59 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="bibliography">
|
||||
|
@ -421,7 +421,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><emphasis>The BSD family tree</emphasis>. 1997. <ulink
|
||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.18 1999-06-07 05:00:09 jesusr Exp $
|
||||
$Id: chapter.sgml,v 1.19 1999-06-20 21:19:04 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -672,7 +672,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
deleting it again:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -682,7 +682,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
branch:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co -rRELENG_2_2 ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -691,7 +691,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Creating a list of changes (as unidiffs) to &man.ls.1;</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs rdiff -u -rRELENG_2_2_2_RELEASE -rRELENG_2_2_6_RELEASE ls</userinput></screen>
|
||||
</example>
|
||||
|
||||
|
@ -699,7 +699,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Finding out what other module names can be used:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co modules</userinput>
|
||||
&prompt.user; <userinput>more modules/modules</userinput>
|
||||
&prompt.user; <userinput>cvs release -d modules</userinput></screen>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.12 1999-05-16 13:45:21 nik Exp $
|
||||
$Id: chapter.sgml,v 1.13 1999-06-20 21:19:07 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -385,7 +385,7 @@ help
|
|||
<para><emphasis>All</emphasis>FreeBSD mailing lists have certain basic
|
||||
rules which must be adhered to by anyone using them. Failure to comply
|
||||
with these guidelines will result in two (2) written warnings from the
|
||||
FreeBSD Postmaster <email>postmaster@freebsd.org</email>, after which,
|
||||
FreeBSD Postmaster <email>postmaster@FreeBSD.org</email>, after which,
|
||||
on a third offense, the poster will removed from all FreeBSD mailing
|
||||
lists and filtered from further posting to them. We regret that such
|
||||
rules and measures are necessary at all, but today's Internet is a
|
||||
|
@ -402,7 +402,7 @@ help
|
|||
Ongoing irrelevant chatter or flaming only detracts from the value
|
||||
of the mailing list for everyone on it and will not be tolerated.
|
||||
For free-form discussion on no particular topic, the freebsd-chat
|
||||
<email>freebsd-chat@freebsd.org</email> mailing list is freely
|
||||
<email>freebsd-chat@FreeBSD.org</email> mailing list is freely
|
||||
available and should be used instead.</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -460,7 +460,7 @@ help
|
|||
<para><emphasis>Administrative issues</emphasis></para>
|
||||
|
||||
<para>This list is purely for discussion of <hostid
|
||||
role="domainname">freebsd.org</hostid> related issues and to
|
||||
role="domainname">FreeBSD.org</hostid> related issues and to
|
||||
report problems or abuse of project resources. It is a closed
|
||||
list, though anyone may report a problem (with our systems!) to
|
||||
it.</para>
|
||||
|
@ -535,7 +535,7 @@ help
|
|||
Whenever possible, bugs should be submitted using the
|
||||
&man.send-pr.1;
|
||||
command or the <ulink
|
||||
URL="http://www.freebsd.org/send-pr.html">WEB
|
||||
URL="http://www.FreeBSD.org/send-pr.html">WEB
|
||||
interface</ulink> to it.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -747,7 +747,7 @@ help
|
|||
<listitem>
|
||||
<para><emphasis>Porting to Non-Intel platforms</emphasis></para>
|
||||
|
||||
<para>Cross-platform freebsd issues, general discussion and
|
||||
<para>Cross-platform FreeBSD issues, general discussion and
|
||||
proposals for non-Intel FreeBSD ports. This is a technical
|
||||
mailing list for which strictly technical content is
|
||||
expected.</para>
|
||||
|
@ -1028,107 +1028,107 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.au.freebsd.org/FreeBSD/">http://www.au.freebsd.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
URL="http://www.au.FreeBSD.org/FreeBSD/">http://www.au.FreeBSD.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.au.freebsd.org/FreeBSD/">http://www2.au.freebsd.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
URL="http://www2.au.FreeBSD.org/FreeBSD/">http://www2.au.FreeBSD.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.au.freebsd.org/FreeBSD/">http://www3.au.freebsd.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
URL="http://www3.au.FreeBSD.org/FreeBSD/">http://www3.au.FreeBSD.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.br.freebsd.org/www.freebsd.org/">http://www.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
URL="http://www.br.FreeBSD.org/www.freebsd.org/">http://www.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.br.freebsd.org/www.freebsd.org/">http://www2.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
URL="http://www2.br.FreeBSD.org/www.freebsd.org/">http://www2.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.br.freebsd.org/">http://www3.br.freebsd.org/</ulink> — Brazil/3.</para>
|
||||
URL="http://www3.br.FreeBSD.org/">http://www3.br.FreeBSD.org/</ulink> — Brazil/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.bg.freebsd.org/">http://www.bg.freebsd.org/</ulink> — Bulgaria.</para>
|
||||
URL="http://www.bg.FreeBSD.org/">http://www.bg.FreeBSD.org/</ulink> — Bulgaria.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ca.freebsd.org/">http://www.ca.freebsd.org/</ulink> — Canada/1.</para>
|
||||
URL="http://www.ca.FreeBSD.org/">http://www.ca.FreeBSD.org/</ulink> — Canada/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://freebsd.kawartha.com/">http://freebsd.kawartha.com/</ulink> — Canada/2.</para>
|
||||
URL="http://FreeBSD.kawartha.com/">http://FreeBSD.kawartha.com/</ulink> — Canada/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.dk.freebsd.org/">http://www.dk.freebsd.org/</ulink> — Denmark.</para>
|
||||
URL="http://www.dk.FreeBSD.org/">http://www.dk.FreeBSD.org/</ulink> — Denmark.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ee.freebsd.org/">http://www.ee.freebsd.org/</ulink> — Estonia.</para>
|
||||
URL="http://www.ee.FreeBSD.org/">http://www.ee.FreeBSD.org/</ulink> — Estonia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fi.freebsd.org/">http://www.fi.freebsd.org/</ulink> — Finland.</para>
|
||||
URL="http://www.fi.FreeBSD.org/">http://www.fi.FreeBSD.org/</ulink> — Finland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fr.freebsd.org/">http://www.fr.freebsd.org/</ulink> — France.</para>
|
||||
URL="http://www.fr.FreeBSD.org/">http://www.fr.FreeBSD.org/</ulink> — France.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/1.</para>
|
||||
URL="http://www.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www1.de.freebsd.org/">http://www1.de.freebsd.org/</ulink> — Germany/2.</para>
|
||||
URL="http://www1.de.FreeBSD.org/">http://www1.de.FreeBSD.org/</ulink> — Germany/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/3.</para>
|
||||
URL="http://www2.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.hu.freebsd.org/">http://www.hu.freebsd.org/</ulink> — Hungary.</para>
|
||||
URL="http://www.hu.FreeBSD.org/">http://www.hu.FreeBSD.org/</ulink> — Hungary.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.is.freebsd.org/">http://www.is.freebsd.org/</ulink> — Iceland.</para>
|
||||
URL="http://www.is.FreeBSD.org/">http://www.is.FreeBSD.org/</ulink> — Iceland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ie.freebsd.org/">http://www.ie.freebsd.org/</ulink> — Ireland.</para>
|
||||
URL="http://www.ie.FreeBSD.org/">http://www.ie.FreeBSD.org/</ulink> — Ireland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.jp.freebsd.org/www.freebsd.org/">http://www.jp.freebsd.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
URL="http://www.jp.FreeBSD.org/www.freebsd.org/">http://www.jp.FreeBSD.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.kr.freebsd.org/">http://www.kr.freebsd.org/</ulink> — Korea.</para>
|
||||
URL="http://www.kr.FreeBSD.org/">http://www.kr.FreeBSD.org/</ulink> — Korea.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1138,102 +1138,102 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.nl.freebsd.org/">http://www.nl.freebsd.org/</ulink> — Netherlands.</para>
|
||||
URL="http://www.nl.FreeBSD.org/">http://www.nl.FreeBSD.org/</ulink> — Netherlands.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.no.freebsd.org/">http://www.no.freebsd.org/</ulink> — Norway.</para>
|
||||
URL="http://www.no.FreeBSD.org/">http://www.no.FreeBSD.org/</ulink> — Norway.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.pt.freebsd.org/">http://www.pt.freebsd.org/</ulink> — Portugal/1.</para>
|
||||
URL="http://www.pt.FreeBSD.org/">http://www.pt.FreeBSD.org/</ulink> — Portugal/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.pt.freebsd.org/">http://www2.pt.freebsd.org/</ulink> — Portugal/2.</para>
|
||||
URL="http://www2.pt.FreeBSD.org/">http://www2.pt.FreeBSD.org/</ulink> — Portugal/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.pt.freebsd.org/">http://www3.pt.freebsd.org/</ulink> — Portugal/3.</para>
|
||||
URL="http://www3.pt.FreeBSD.org/">http://www3.pt.FreeBSD.org/</ulink> — Portugal/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ro.freebsd.org/">http://www.ro.freebsd.org/</ulink> — Romania.</para>
|
||||
URL="http://www.ro.FreeBSD.org/">http://www.ro.FreeBSD.org/</ulink> — Romania.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ru.freebsd.org/">http://www.ru.freebsd.org/</ulink> — Russia/1.</para>
|
||||
URL="http://www.ru.FreeBSD.org/">http://www.ru.FreeBSD.org/</ulink> — Russia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ru.freebsd.org/">http://www2.ru.freebsd.org/</ulink> — Russia/2.</para>
|
||||
URL="http://www2.ru.FreeBSD.org/">http://www2.ru.FreeBSD.org/</ulink> — Russia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.ru.freebsd.org/">http://www3.ru.freebsd.org/</ulink> — Russia/3.</para>
|
||||
URL="http://www3.ru.FreeBSD.org/">http://www3.ru.FreeBSD.org/</ulink> — Russia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="http://www4.ru.freebsd.org/">http://www4.ru.freebsd.org/</ulink> — Russia/4.</para>
|
||||
url="http://www4.ru.FreeBSD.org/">http://www4.ru.FreeBSD.org/</ulink> — Russia/4.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.sk.freebsd.org/">http://www.sk.freebsd.org/</ulink> — Slovak Republic.</para>
|
||||
URL="http://www.sk.FreeBSD.org/">http://www.sk.FreeBSD.org/</ulink> — Slovak Republic.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.si.freebsd.org/">http://www.si.freebsd.org/</ulink> — Slovenia.</para>
|
||||
URL="http://www.si.FreeBSD.org/">http://www.si.FreeBSD.org/</ulink> — Slovenia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.es.freebsd.org/">http://www.es.freebsd.org/</ulink> — Spain.</para>
|
||||
URL="http://www.es.FreeBSD.org/">http://www.es.FreeBSD.org/</ulink> — Spain.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.za.freebsd.org/">http://www.za.freebsd.org/</ulink> — South Africa/1.</para>
|
||||
URL="http://www.za.FreeBSD.org/">http://www.za.FreeBSD.org/</ulink> — South Africa/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.za.freebsd.org/">http://www2.za.freebsd.org/</ulink> — South Africa/2.</para>
|
||||
URL="http://www2.za.FreeBSD.org/">http://www2.za.FreeBSD.org/</ulink> — South Africa/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.se.freebsd.org/www.freebsd.org/">http://www.se.freebsd.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
URL="http://www.se.FreeBSD.org/www.freebsd.org/">http://www.se.FreeBSD.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.tr.freebsd.org/">http://www.tr.freebsd.org/</ulink> — Turkey.</para>
|
||||
URL="http://www.tr.FreeBSD.org/">http://www.tr.FreeBSD.org/</ulink> — Turkey.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ua.freebsd.org/">http://www.ua.freebsd.org/</ulink> — Ukraine/1.</para>
|
||||
URL="http://www.ua.FreeBSD.org/">http://www.ua.FreeBSD.org/</ulink> — Ukraine/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ua.freebsd.org/">http://www2.ua.freebsd.org/</ulink> — Ukraine/2.</para>
|
||||
URL="http://www2.ua.FreeBSD.org/">http://www2.ua.FreeBSD.org/</ulink> — Ukraine/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.uk.freebsd.org/">http://www.uk.freebsd.org/</ulink> — United Kingdom.</para>
|
||||
URL="http://www.uk.FreeBSD.org/">http://www.uk.FreeBSD.org/</ulink> — United Kingdom.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1243,12 +1243,12 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www6.freebsd.org/">http://www6.freebsd.org/</ulink> — USA/Oregon.</para>
|
||||
URL="http://www6.FreeBSD.org/">http://www6.FreeBSD.org/</ulink> — USA/Oregon.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.freebsd.org/">http://www2.freebsd.org/</ulink> — USA/Texas.</para>
|
||||
URL="http://www2.FreeBSD.org/">http://www2.FreeBSD.org/</ulink> — USA/Texas.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.17 1999-06-06 18:57:18 nik Exp $
|
||||
$Id: chapter.sgml,v 1.18 1999-06-20 21:18:51 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<para>There are two types of 3940 on the market—the older
|
||||
model with AIC 7880 chips on it, and hte newer one with AIC 7895
|
||||
chips. The newer model requires <ulink
|
||||
url="http://www.freebsd.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
url="http://www.FreeBSD.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
support which is not yet part of FreeBSD—you have to add it,
|
||||
or install from one of the CAM binary snapshot release.</para>
|
||||
</note>
|
||||
|
@ -461,7 +461,7 @@
|
|||
|
||||
<para>Both the Pentium Pro and Pentium II work fine with FreeBSD. In
|
||||
fact, our main ftp site <ulink
|
||||
URL="ftp://ftp.freebsd.org/">ftp.freebsd.org</ulink> (also known
|
||||
URL="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</ulink> (also known
|
||||
as "<filename>ftp.cdrom.com</filename>", world's largest ftp site)
|
||||
runs FreeBSD on a Pentium Pro. <ulink
|
||||
URL="ftp://ftp.cdrom.com/archive-info/wcarchive.txt">Configurations
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.9 1999-03-08 22:04:43 nik Exp $
|
||||
$Id: chapter.sgml,v 1.10 1999-06-20 21:19:11 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -316,7 +316,7 @@ XkbKeymap "xfree86(ru)"</programlisting>
|
|||
<para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> wrote a tutorial
|
||||
how to use umlauts on a FreeBSD machine. The tutorial is written in
|
||||
German and available at <ulink
|
||||
URL="http://www.de.freebsd.org/de/umlaute/">http://www.de.freebsd.org/de/umlaute/</ulink>.</para>
|
||||
URL="http://www.de.FreeBSD.org/de/umlaute/">http://www.de.FreeBSD.org/de/umlaute/</ulink>.</para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -628,7 +628,7 @@ multi on</programlisting>
|
|||
afterwards removing files you do not need), and you are done.</para>
|
||||
|
||||
<para><emphasis>See also:</emphasis>
|
||||
<filename>ftp.freebsd.org:pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.8 1999-03-08 22:04:44 nik Exp $
|
||||
$Id: chapter.sgml,v 1.9 1999-06-20 21:19:17 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
@ -171,7 +171,7 @@ newbsdbox.FreeBSD.org mail is handled (pri=10) by freefall.FreeBSD.org</screen>
|
|||
eXchange entry. If no MX entry exists, mail will be delivered directly
|
||||
to the host by way of the Address record.</para>
|
||||
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.freebsd.org</hostid>
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.FreeBSD.org</hostid>
|
||||
at one time.</para>
|
||||
|
||||
<programlisting>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-23 11:05:56 brian Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:20 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mirrors">
|
||||
|
@ -233,7 +233,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ee.freebsd.ORG/pub/FreeBSD">ftp://ftp.ee.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ee.FreeBSD.org/pub/FreeBSD">ftp://ftp.ee.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.fi.freebsd.ORG/pub/FreeBSD">ftp://ftp.fi.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.fi.FreeBSD.org/pub/FreeBSD">ftp://ftp.fi.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -471,7 +471,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.nl.freebsd.ORG/pub/FreeBSD">ftp://ftp.nl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.nl.FreeBSD.org/pub/FreeBSD">ftp://ftp.nl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -502,7 +502,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pl.freebsd.ORG/pub/FreeBSD">ftp://ftp.pl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pl.FreeBSD.org/pub/FreeBSD">ftp://ftp.pl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -518,12 +518,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pt.freebsd.org/pub/FreeBSD">ftp://ftp.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.pt.freebsd.org/pub/FreeBSD">ftp://ftp2.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -539,21 +539,21 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ru.freebsd.org/pub/FreeBSD">ftp://ftp.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.ru.freebsd.org/pub/FreeBSD">ftp://ftp2.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.ru.freebsd.org/pub/FreeBSD">ftp://ftp3.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp4.ru.freebsd.org/pub/FreeBSD">ftp://ftp4.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -594,7 +594,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.sk.freebsd.ORG/pub/FreeBSD">ftp://ftp.sk.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.sk.FreeBSD.org/pub/FreeBSD">ftp://ftp.sk.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -604,12 +604,12 @@
|
|||
|
||||
<listitem>
|
||||
<para>In case of problems, please contact the hostmaster
|
||||
<email>hostmaster@si.FreeBSD.ORG</email> for this domain.</para>
|
||||
<email>hostmaster@si.FreeBSD.org</email> for this domain.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.si.freebsd.ORG/pub/FreeBSD">ftp://ftp.si.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.si.FreeBSD.org/pub/FreeBSD">ftp://ftp.si.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -624,7 +624,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.es.freebsd.ORG/pub/FreeBSD">ftp://ftp.es.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.es.FreeBSD.org/pub/FreeBSD">ftp://ftp.es.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -640,17 +640,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.se.freebsd.ORG/pub/FreeBSD">ftp://ftp.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.se.FreeBSD.org/pub/FreeBSD">ftp://ftp.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.se.freebsd.ORG/pub/FreeBSD">ftp://ftp2.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.se.FreeBSD.org/pub/FreeBSD">ftp://ftp2.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.se.freebsd.ORG/pub/FreeBSD">ftp://ftp3.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.se.FreeBSD.org/pub/FreeBSD">ftp://ftp3.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -857,7 +857,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM">ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM">ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -883,7 +883,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM">ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM">ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -896,17 +896,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM">ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM</ulink></para>
|
||||
URL="ftp://ctm3.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm3.tw.FreeBSD.org/pub/freebsd/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -961,7 +961,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.br.FreeBSD.ORG (maintainer
|
||||
<email>cvsup@cvsup.br.freebsd.org</email>)</para>
|
||||
<email>cvsup@cvsup.br.FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -1039,12 +1039,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.de.FreeBSD.ORG (maintainer
|
||||
<email>wosch@freebsd.org</email>)</para>
|
||||
<email>wosch@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>cvsup2.de.FreeBSD.ORG (maintainer
|
||||
<email>petzi@freebsd.org</email>)</para>
|
||||
<email>petzi@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1166,8 +1166,8 @@
|
|||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.es.freebsd.org (maintainer
|
||||
<email>jesusr@freebsd.org</email>)</para>
|
||||
<para>cvsup.es.FreeBSD.org (maintainer
|
||||
<email>jesusr@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-04-19 13:28:03 wosch Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:23 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="pgpkeys">
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
<sect2>
|
||||
<title>FreeBSD Security Officer
|
||||
<email>security-officer@freebsd.org</email></title>
|
||||
<email>security-officer@FreeBSD.org</email></title>
|
||||
|
||||
<programlisting>
|
||||
FreeBSD Security Officer <security-officer@freebsd.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.29 1999-06-20 17:54:25 billf Exp $
|
||||
$Id: chapter.sgml,v 1.30 1999-06-20 21:19:27 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>If you look at a port skeleton (either on <ulink
|
||||
URL="file://localhost/usr/ports/devel/ElectricFence">your FreeBSD
|
||||
system</ulink> or <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
FTP site</ulink>) and expect to find all sorts of pointy-headed rocket
|
||||
science lurking there, you may be disappointed by the one or two rather
|
||||
unexciting-looking files and directories you find there. (We will
|
||||
|
@ -273,7 +273,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
|
||||
<para>First, if you are running a release version of FreeBSD, make sure
|
||||
you get the appropriate “upgrade kit” for your release
|
||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||
from the <ulink url="http://www.FreeBSD.org/ports/">ports web
|
||||
page</ulink>. These packages include files that have been updated
|
||||
since the release that you may need to compile new ports.</para>
|
||||
|
||||
|
@ -286,7 +286,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>mkdir databases</userinput>
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
|
@ -317,7 +317,7 @@ password. Remember to use binary (also known as image) mode!]
|
|||
same:-</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
|
@ -1238,7 +1238,7 @@ lib/X11/oneko/mouse.xpm
|
|||
|
||||
<note>
|
||||
<para>In the past, we asked you to upload new port submissions in
|
||||
our ftp site (<hostid role="fqdn">ftp.freebsd.org</hostid>). This
|
||||
our ftp site (<hostid role="fqdn">ftp.FreeBSD.org</hostid>). This
|
||||
is no longer recommended as read access is turned off on that
|
||||
<filename>incoming/</filename> directory of that site due to the
|
||||
large amount of pirated software showing up there.</para>
|
||||
|
@ -1282,7 +1282,7 @@ lib/X11/oneko/mouse.xpm
|
|||
cannot find the required files in <makevar>DISTDIR</makevar> it
|
||||
will look up the URL <makevar>MASTER_SITES</makevar>, which is
|
||||
set in the Makefile, as well as our main ftp site at <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
where we put sanctioned distfiles as backup. It will then
|
||||
attempt to fetch the named distribution file with
|
||||
<makevar>FETCH</makevar>, assuming that the requesting site has
|
||||
|
@ -1408,7 +1408,7 @@ lib/X11/oneko/mouse.xpm
|
|||
your <filename>public_html/</filename> directory on
|
||||
<hostid>freefall</hostid>), we can “house” it ourselves
|
||||
by putting it on
|
||||
<filename>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
as the last resort. Please refer to this location as
|
||||
<makevar>MASTER_SITE_LOCAL</makevar>. Send mail to the &a.ports;if
|
||||
you are not sure what to do.</para>
|
||||
|
@ -3572,7 +3572,7 @@ post-install:
|
|||
that subdirectory.</para>
|
||||
|
||||
<para>It will also look at the subdirectory with the same name on the
|
||||
backup master site at <filename>ftp.freebsd.org</filename>.
|
||||
backup master site at <filename>ftp.FreeBSD.org</filename>.
|
||||
(Setting <makevar>DISTDIR</makevar> explicitly in your
|
||||
<makevar>Makefile</makevar> will not accomplish this, so please use
|
||||
<makevar>DIST_SUBDIR</makevar>.)</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-05-04 05:26:26 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:33 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -1953,7 +1953,7 @@ silvia.HIP.Berke localhost.Berkeley UGH 34 47641234 lo0 - 0.438
|
|||
your modems. If you have not prepared your system for this yet,
|
||||
please see the tutorial for configuring dialup services; if you have a
|
||||
World-Wide Web browser available, browse the list of tutorials at
|
||||
<ulink url="http://www.freebsd.org/">http://www.freebsd.org/</ulink>;
|
||||
<ulink url="http://www.FreeBSD.org/">http://www.FreeBSD.org/</ulink>;
|
||||
otherwise, check the place where you found this document for a
|
||||
document named <filename>dialup.txt</filename> or something similar.
|
||||
You may also want to check the manual pages for
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-25 17:05:50 hoek Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:37 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -429,7 +429,7 @@ permit port ttyd0</programlisting>
|
|||
software, please <emphasis>do not</emphasis> get it from a USA or Canada
|
||||
site. You will get that site in <emphasis>big</emphasis> trouble! A
|
||||
legal copy of this is available from <hostid
|
||||
role="fqdn">ftp.internat.freebsd.org</hostid>, which is in South
|
||||
role="fqdn">ftp.internat.FreeBSD.org</hostid>, which is in South
|
||||
Africa and an official FreeBSD mirror site.</para>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.34 1999-06-19 18:33:13 tom Exp $
|
||||
$Id: chapter.sgml,v 1.35 1999-06-20 21:19:40 billf Exp $
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
@ -633,7 +633,7 @@
|
|||
<sect1 id="staff-doc">
|
||||
<title>The FreeBSD Documentation Project</title>
|
||||
|
||||
<para>The <ulink URL="http://www.freebsd.org/docproj.html">FreeBSD
|
||||
<para>The <ulink URL="http://www.FreeBSD.org/docproj.html">FreeBSD
|
||||
Documentation Project</ulink> is responsible for a number of different
|
||||
services, each service being run by an individual and his
|
||||
<emphasis>deputies</emphasis> (if any):</para>
|
||||
|
@ -741,7 +741,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/docproj/docproj.html">Documentation
|
||||
url="http://www.FreeBSD.org/docproj/docproj.html">Documentation
|
||||
Project Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -789,7 +789,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/security/">Security
|
||||
<term><ulink url="http://www.FreeBSD.org/security/">Security
|
||||
Officer</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -798,7 +798,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#cvs">Source
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#cvs">Source
|
||||
Repository Managers</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -811,7 +811,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/ports/">Ports
|
||||
<term><ulink url="http://www.FreeBSD.org/ports/">Ports
|
||||
Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -836,7 +836,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#gnats">GNATS
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#gnats">GNATS
|
||||
Administrator</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -846,7 +846,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/internal/">Webmaster</ulink></term>
|
||||
url="http://www.FreeBSD.org/internal/">Webmaster</ulink></term>
|
||||
|
||||
<listitem>
|
||||
<para>&a.wosch;</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:57 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -818,7 +818,7 @@ subscribe freebsd-isdn</programlisting>
|
|||
<para>The choice of sync/TA vs standalone router is largely a religious
|
||||
issue. There has been some discussion of this in the mailing lists.
|
||||
I suggest you search the <ulink
|
||||
URL="http://www.freebsd.org/search.html">archives</ulink> for the
|
||||
URL="http://www.FreeBSD.org/search.html">archives</ulink> for the
|
||||
complete discussion.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-04-07 17:58:09 billf Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:59 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="bibliography">
|
||||
|
@ -421,7 +421,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><emphasis>The BSD family tree</emphasis>. 1997. <ulink
|
||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.18 1999-06-07 05:00:09 jesusr Exp $
|
||||
$Id: chapter.sgml,v 1.19 1999-06-20 21:19:04 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -672,7 +672,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
deleting it again:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -682,7 +682,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
branch:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co -rRELENG_2_2 ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -691,7 +691,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Creating a list of changes (as unidiffs) to &man.ls.1;</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs rdiff -u -rRELENG_2_2_2_RELEASE -rRELENG_2_2_6_RELEASE ls</userinput></screen>
|
||||
</example>
|
||||
|
||||
|
@ -699,7 +699,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Finding out what other module names can be used:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co modules</userinput>
|
||||
&prompt.user; <userinput>more modules/modules</userinput>
|
||||
&prompt.user; <userinput>cvs release -d modules</userinput></screen>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.12 1999-05-16 13:45:21 nik Exp $
|
||||
$Id: chapter.sgml,v 1.13 1999-06-20 21:19:07 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -385,7 +385,7 @@ help
|
|||
<para><emphasis>All</emphasis>FreeBSD mailing lists have certain basic
|
||||
rules which must be adhered to by anyone using them. Failure to comply
|
||||
with these guidelines will result in two (2) written warnings from the
|
||||
FreeBSD Postmaster <email>postmaster@freebsd.org</email>, after which,
|
||||
FreeBSD Postmaster <email>postmaster@FreeBSD.org</email>, after which,
|
||||
on a third offense, the poster will removed from all FreeBSD mailing
|
||||
lists and filtered from further posting to them. We regret that such
|
||||
rules and measures are necessary at all, but today's Internet is a
|
||||
|
@ -402,7 +402,7 @@ help
|
|||
Ongoing irrelevant chatter or flaming only detracts from the value
|
||||
of the mailing list for everyone on it and will not be tolerated.
|
||||
For free-form discussion on no particular topic, the freebsd-chat
|
||||
<email>freebsd-chat@freebsd.org</email> mailing list is freely
|
||||
<email>freebsd-chat@FreeBSD.org</email> mailing list is freely
|
||||
available and should be used instead.</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -460,7 +460,7 @@ help
|
|||
<para><emphasis>Administrative issues</emphasis></para>
|
||||
|
||||
<para>This list is purely for discussion of <hostid
|
||||
role="domainname">freebsd.org</hostid> related issues and to
|
||||
role="domainname">FreeBSD.org</hostid> related issues and to
|
||||
report problems or abuse of project resources. It is a closed
|
||||
list, though anyone may report a problem (with our systems!) to
|
||||
it.</para>
|
||||
|
@ -535,7 +535,7 @@ help
|
|||
Whenever possible, bugs should be submitted using the
|
||||
&man.send-pr.1;
|
||||
command or the <ulink
|
||||
URL="http://www.freebsd.org/send-pr.html">WEB
|
||||
URL="http://www.FreeBSD.org/send-pr.html">WEB
|
||||
interface</ulink> to it.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -747,7 +747,7 @@ help
|
|||
<listitem>
|
||||
<para><emphasis>Porting to Non-Intel platforms</emphasis></para>
|
||||
|
||||
<para>Cross-platform freebsd issues, general discussion and
|
||||
<para>Cross-platform FreeBSD issues, general discussion and
|
||||
proposals for non-Intel FreeBSD ports. This is a technical
|
||||
mailing list for which strictly technical content is
|
||||
expected.</para>
|
||||
|
@ -1028,107 +1028,107 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.au.freebsd.org/FreeBSD/">http://www.au.freebsd.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
URL="http://www.au.FreeBSD.org/FreeBSD/">http://www.au.FreeBSD.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.au.freebsd.org/FreeBSD/">http://www2.au.freebsd.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
URL="http://www2.au.FreeBSD.org/FreeBSD/">http://www2.au.FreeBSD.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.au.freebsd.org/FreeBSD/">http://www3.au.freebsd.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
URL="http://www3.au.FreeBSD.org/FreeBSD/">http://www3.au.FreeBSD.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.br.freebsd.org/www.freebsd.org/">http://www.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
URL="http://www.br.FreeBSD.org/www.freebsd.org/">http://www.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.br.freebsd.org/www.freebsd.org/">http://www2.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
URL="http://www2.br.FreeBSD.org/www.freebsd.org/">http://www2.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.br.freebsd.org/">http://www3.br.freebsd.org/</ulink> — Brazil/3.</para>
|
||||
URL="http://www3.br.FreeBSD.org/">http://www3.br.FreeBSD.org/</ulink> — Brazil/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.bg.freebsd.org/">http://www.bg.freebsd.org/</ulink> — Bulgaria.</para>
|
||||
URL="http://www.bg.FreeBSD.org/">http://www.bg.FreeBSD.org/</ulink> — Bulgaria.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ca.freebsd.org/">http://www.ca.freebsd.org/</ulink> — Canada/1.</para>
|
||||
URL="http://www.ca.FreeBSD.org/">http://www.ca.FreeBSD.org/</ulink> — Canada/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://freebsd.kawartha.com/">http://freebsd.kawartha.com/</ulink> — Canada/2.</para>
|
||||
URL="http://FreeBSD.kawartha.com/">http://FreeBSD.kawartha.com/</ulink> — Canada/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.dk.freebsd.org/">http://www.dk.freebsd.org/</ulink> — Denmark.</para>
|
||||
URL="http://www.dk.FreeBSD.org/">http://www.dk.FreeBSD.org/</ulink> — Denmark.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ee.freebsd.org/">http://www.ee.freebsd.org/</ulink> — Estonia.</para>
|
||||
URL="http://www.ee.FreeBSD.org/">http://www.ee.FreeBSD.org/</ulink> — Estonia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fi.freebsd.org/">http://www.fi.freebsd.org/</ulink> — Finland.</para>
|
||||
URL="http://www.fi.FreeBSD.org/">http://www.fi.FreeBSD.org/</ulink> — Finland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fr.freebsd.org/">http://www.fr.freebsd.org/</ulink> — France.</para>
|
||||
URL="http://www.fr.FreeBSD.org/">http://www.fr.FreeBSD.org/</ulink> — France.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/1.</para>
|
||||
URL="http://www.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www1.de.freebsd.org/">http://www1.de.freebsd.org/</ulink> — Germany/2.</para>
|
||||
URL="http://www1.de.FreeBSD.org/">http://www1.de.FreeBSD.org/</ulink> — Germany/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/3.</para>
|
||||
URL="http://www2.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.hu.freebsd.org/">http://www.hu.freebsd.org/</ulink> — Hungary.</para>
|
||||
URL="http://www.hu.FreeBSD.org/">http://www.hu.FreeBSD.org/</ulink> — Hungary.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.is.freebsd.org/">http://www.is.freebsd.org/</ulink> — Iceland.</para>
|
||||
URL="http://www.is.FreeBSD.org/">http://www.is.FreeBSD.org/</ulink> — Iceland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ie.freebsd.org/">http://www.ie.freebsd.org/</ulink> — Ireland.</para>
|
||||
URL="http://www.ie.FreeBSD.org/">http://www.ie.FreeBSD.org/</ulink> — Ireland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.jp.freebsd.org/www.freebsd.org/">http://www.jp.freebsd.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
URL="http://www.jp.FreeBSD.org/www.freebsd.org/">http://www.jp.FreeBSD.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.kr.freebsd.org/">http://www.kr.freebsd.org/</ulink> — Korea.</para>
|
||||
URL="http://www.kr.FreeBSD.org/">http://www.kr.FreeBSD.org/</ulink> — Korea.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1138,102 +1138,102 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.nl.freebsd.org/">http://www.nl.freebsd.org/</ulink> — Netherlands.</para>
|
||||
URL="http://www.nl.FreeBSD.org/">http://www.nl.FreeBSD.org/</ulink> — Netherlands.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.no.freebsd.org/">http://www.no.freebsd.org/</ulink> — Norway.</para>
|
||||
URL="http://www.no.FreeBSD.org/">http://www.no.FreeBSD.org/</ulink> — Norway.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.pt.freebsd.org/">http://www.pt.freebsd.org/</ulink> — Portugal/1.</para>
|
||||
URL="http://www.pt.FreeBSD.org/">http://www.pt.FreeBSD.org/</ulink> — Portugal/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.pt.freebsd.org/">http://www2.pt.freebsd.org/</ulink> — Portugal/2.</para>
|
||||
URL="http://www2.pt.FreeBSD.org/">http://www2.pt.FreeBSD.org/</ulink> — Portugal/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.pt.freebsd.org/">http://www3.pt.freebsd.org/</ulink> — Portugal/3.</para>
|
||||
URL="http://www3.pt.FreeBSD.org/">http://www3.pt.FreeBSD.org/</ulink> — Portugal/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ro.freebsd.org/">http://www.ro.freebsd.org/</ulink> — Romania.</para>
|
||||
URL="http://www.ro.FreeBSD.org/">http://www.ro.FreeBSD.org/</ulink> — Romania.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ru.freebsd.org/">http://www.ru.freebsd.org/</ulink> — Russia/1.</para>
|
||||
URL="http://www.ru.FreeBSD.org/">http://www.ru.FreeBSD.org/</ulink> — Russia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ru.freebsd.org/">http://www2.ru.freebsd.org/</ulink> — Russia/2.</para>
|
||||
URL="http://www2.ru.FreeBSD.org/">http://www2.ru.FreeBSD.org/</ulink> — Russia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.ru.freebsd.org/">http://www3.ru.freebsd.org/</ulink> — Russia/3.</para>
|
||||
URL="http://www3.ru.FreeBSD.org/">http://www3.ru.FreeBSD.org/</ulink> — Russia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="http://www4.ru.freebsd.org/">http://www4.ru.freebsd.org/</ulink> — Russia/4.</para>
|
||||
url="http://www4.ru.FreeBSD.org/">http://www4.ru.FreeBSD.org/</ulink> — Russia/4.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.sk.freebsd.org/">http://www.sk.freebsd.org/</ulink> — Slovak Republic.</para>
|
||||
URL="http://www.sk.FreeBSD.org/">http://www.sk.FreeBSD.org/</ulink> — Slovak Republic.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.si.freebsd.org/">http://www.si.freebsd.org/</ulink> — Slovenia.</para>
|
||||
URL="http://www.si.FreeBSD.org/">http://www.si.FreeBSD.org/</ulink> — Slovenia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.es.freebsd.org/">http://www.es.freebsd.org/</ulink> — Spain.</para>
|
||||
URL="http://www.es.FreeBSD.org/">http://www.es.FreeBSD.org/</ulink> — Spain.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.za.freebsd.org/">http://www.za.freebsd.org/</ulink> — South Africa/1.</para>
|
||||
URL="http://www.za.FreeBSD.org/">http://www.za.FreeBSD.org/</ulink> — South Africa/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.za.freebsd.org/">http://www2.za.freebsd.org/</ulink> — South Africa/2.</para>
|
||||
URL="http://www2.za.FreeBSD.org/">http://www2.za.FreeBSD.org/</ulink> — South Africa/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.se.freebsd.org/www.freebsd.org/">http://www.se.freebsd.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
URL="http://www.se.FreeBSD.org/www.freebsd.org/">http://www.se.FreeBSD.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.tr.freebsd.org/">http://www.tr.freebsd.org/</ulink> — Turkey.</para>
|
||||
URL="http://www.tr.FreeBSD.org/">http://www.tr.FreeBSD.org/</ulink> — Turkey.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ua.freebsd.org/">http://www.ua.freebsd.org/</ulink> — Ukraine/1.</para>
|
||||
URL="http://www.ua.FreeBSD.org/">http://www.ua.FreeBSD.org/</ulink> — Ukraine/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ua.freebsd.org/">http://www2.ua.freebsd.org/</ulink> — Ukraine/2.</para>
|
||||
URL="http://www2.ua.FreeBSD.org/">http://www2.ua.FreeBSD.org/</ulink> — Ukraine/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.uk.freebsd.org/">http://www.uk.freebsd.org/</ulink> — United Kingdom.</para>
|
||||
URL="http://www.uk.FreeBSD.org/">http://www.uk.FreeBSD.org/</ulink> — United Kingdom.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1243,12 +1243,12 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www6.freebsd.org/">http://www6.freebsd.org/</ulink> — USA/Oregon.</para>
|
||||
URL="http://www6.FreeBSD.org/">http://www6.FreeBSD.org/</ulink> — USA/Oregon.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.freebsd.org/">http://www2.freebsd.org/</ulink> — USA/Texas.</para>
|
||||
URL="http://www2.FreeBSD.org/">http://www2.FreeBSD.org/</ulink> — USA/Texas.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.17 1999-06-06 18:57:18 nik Exp $
|
||||
$Id: chapter.sgml,v 1.18 1999-06-20 21:18:51 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<para>There are two types of 3940 on the market—the older
|
||||
model with AIC 7880 chips on it, and hte newer one with AIC 7895
|
||||
chips. The newer model requires <ulink
|
||||
url="http://www.freebsd.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
url="http://www.FreeBSD.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
support which is not yet part of FreeBSD—you have to add it,
|
||||
or install from one of the CAM binary snapshot release.</para>
|
||||
</note>
|
||||
|
@ -461,7 +461,7 @@
|
|||
|
||||
<para>Both the Pentium Pro and Pentium II work fine with FreeBSD. In
|
||||
fact, our main ftp site <ulink
|
||||
URL="ftp://ftp.freebsd.org/">ftp.freebsd.org</ulink> (also known
|
||||
URL="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</ulink> (also known
|
||||
as "<filename>ftp.cdrom.com</filename>", world's largest ftp site)
|
||||
runs FreeBSD on a Pentium Pro. <ulink
|
||||
URL="ftp://ftp.cdrom.com/archive-info/wcarchive.txt">Configurations
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.9 1999-03-08 22:04:43 nik Exp $
|
||||
$Id: chapter.sgml,v 1.10 1999-06-20 21:19:11 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -316,7 +316,7 @@ XkbKeymap "xfree86(ru)"</programlisting>
|
|||
<para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> wrote a tutorial
|
||||
how to use umlauts on a FreeBSD machine. The tutorial is written in
|
||||
German and available at <ulink
|
||||
URL="http://www.de.freebsd.org/de/umlaute/">http://www.de.freebsd.org/de/umlaute/</ulink>.</para>
|
||||
URL="http://www.de.FreeBSD.org/de/umlaute/">http://www.de.FreeBSD.org/de/umlaute/</ulink>.</para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -628,7 +628,7 @@ multi on</programlisting>
|
|||
afterwards removing files you do not need), and you are done.</para>
|
||||
|
||||
<para><emphasis>See also:</emphasis>
|
||||
<filename>ftp.freebsd.org:pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.8 1999-03-08 22:04:44 nik Exp $
|
||||
$Id: chapter.sgml,v 1.9 1999-06-20 21:19:17 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
@ -171,7 +171,7 @@ newbsdbox.FreeBSD.org mail is handled (pri=10) by freefall.FreeBSD.org</screen>
|
|||
eXchange entry. If no MX entry exists, mail will be delivered directly
|
||||
to the host by way of the Address record.</para>
|
||||
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.freebsd.org</hostid>
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.FreeBSD.org</hostid>
|
||||
at one time.</para>
|
||||
|
||||
<programlisting>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-23 11:05:56 brian Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:20 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mirrors">
|
||||
|
@ -233,7 +233,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ee.freebsd.ORG/pub/FreeBSD">ftp://ftp.ee.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ee.FreeBSD.org/pub/FreeBSD">ftp://ftp.ee.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.fi.freebsd.ORG/pub/FreeBSD">ftp://ftp.fi.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.fi.FreeBSD.org/pub/FreeBSD">ftp://ftp.fi.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -471,7 +471,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.nl.freebsd.ORG/pub/FreeBSD">ftp://ftp.nl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.nl.FreeBSD.org/pub/FreeBSD">ftp://ftp.nl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -502,7 +502,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pl.freebsd.ORG/pub/FreeBSD">ftp://ftp.pl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pl.FreeBSD.org/pub/FreeBSD">ftp://ftp.pl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -518,12 +518,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pt.freebsd.org/pub/FreeBSD">ftp://ftp.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.pt.freebsd.org/pub/FreeBSD">ftp://ftp2.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -539,21 +539,21 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ru.freebsd.org/pub/FreeBSD">ftp://ftp.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.ru.freebsd.org/pub/FreeBSD">ftp://ftp2.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.ru.freebsd.org/pub/FreeBSD">ftp://ftp3.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp4.ru.freebsd.org/pub/FreeBSD">ftp://ftp4.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -594,7 +594,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.sk.freebsd.ORG/pub/FreeBSD">ftp://ftp.sk.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.sk.FreeBSD.org/pub/FreeBSD">ftp://ftp.sk.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -604,12 +604,12 @@
|
|||
|
||||
<listitem>
|
||||
<para>In case of problems, please contact the hostmaster
|
||||
<email>hostmaster@si.FreeBSD.ORG</email> for this domain.</para>
|
||||
<email>hostmaster@si.FreeBSD.org</email> for this domain.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.si.freebsd.ORG/pub/FreeBSD">ftp://ftp.si.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.si.FreeBSD.org/pub/FreeBSD">ftp://ftp.si.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -624,7 +624,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.es.freebsd.ORG/pub/FreeBSD">ftp://ftp.es.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.es.FreeBSD.org/pub/FreeBSD">ftp://ftp.es.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -640,17 +640,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.se.freebsd.ORG/pub/FreeBSD">ftp://ftp.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.se.FreeBSD.org/pub/FreeBSD">ftp://ftp.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.se.freebsd.ORG/pub/FreeBSD">ftp://ftp2.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.se.FreeBSD.org/pub/FreeBSD">ftp://ftp2.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.se.freebsd.ORG/pub/FreeBSD">ftp://ftp3.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.se.FreeBSD.org/pub/FreeBSD">ftp://ftp3.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -857,7 +857,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM">ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM">ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -883,7 +883,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM">ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM">ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -896,17 +896,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM">ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM</ulink></para>
|
||||
URL="ftp://ctm3.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm3.tw.FreeBSD.org/pub/freebsd/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -961,7 +961,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.br.FreeBSD.ORG (maintainer
|
||||
<email>cvsup@cvsup.br.freebsd.org</email>)</para>
|
||||
<email>cvsup@cvsup.br.FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -1039,12 +1039,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.de.FreeBSD.ORG (maintainer
|
||||
<email>wosch@freebsd.org</email>)</para>
|
||||
<email>wosch@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>cvsup2.de.FreeBSD.ORG (maintainer
|
||||
<email>petzi@freebsd.org</email>)</para>
|
||||
<email>petzi@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1166,8 +1166,8 @@
|
|||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.es.freebsd.org (maintainer
|
||||
<email>jesusr@freebsd.org</email>)</para>
|
||||
<para>cvsup.es.FreeBSD.org (maintainer
|
||||
<email>jesusr@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-04-19 13:28:03 wosch Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:23 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="pgpkeys">
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
<sect2>
|
||||
<title>FreeBSD Security Officer
|
||||
<email>security-officer@freebsd.org</email></title>
|
||||
<email>security-officer@FreeBSD.org</email></title>
|
||||
|
||||
<programlisting>
|
||||
FreeBSD Security Officer <security-officer@freebsd.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.29 1999-06-20 17:54:25 billf Exp $
|
||||
$Id: chapter.sgml,v 1.30 1999-06-20 21:19:27 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>If you look at a port skeleton (either on <ulink
|
||||
URL="file://localhost/usr/ports/devel/ElectricFence">your FreeBSD
|
||||
system</ulink> or <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
FTP site</ulink>) and expect to find all sorts of pointy-headed rocket
|
||||
science lurking there, you may be disappointed by the one or two rather
|
||||
unexciting-looking files and directories you find there. (We will
|
||||
|
@ -273,7 +273,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
|
||||
<para>First, if you are running a release version of FreeBSD, make sure
|
||||
you get the appropriate “upgrade kit” for your release
|
||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||
from the <ulink url="http://www.FreeBSD.org/ports/">ports web
|
||||
page</ulink>. These packages include files that have been updated
|
||||
since the release that you may need to compile new ports.</para>
|
||||
|
||||
|
@ -286,7 +286,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>mkdir databases</userinput>
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
|
@ -317,7 +317,7 @@ password. Remember to use binary (also known as image) mode!]
|
|||
same:-</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
|
@ -1238,7 +1238,7 @@ lib/X11/oneko/mouse.xpm
|
|||
|
||||
<note>
|
||||
<para>In the past, we asked you to upload new port submissions in
|
||||
our ftp site (<hostid role="fqdn">ftp.freebsd.org</hostid>). This
|
||||
our ftp site (<hostid role="fqdn">ftp.FreeBSD.org</hostid>). This
|
||||
is no longer recommended as read access is turned off on that
|
||||
<filename>incoming/</filename> directory of that site due to the
|
||||
large amount of pirated software showing up there.</para>
|
||||
|
@ -1282,7 +1282,7 @@ lib/X11/oneko/mouse.xpm
|
|||
cannot find the required files in <makevar>DISTDIR</makevar> it
|
||||
will look up the URL <makevar>MASTER_SITES</makevar>, which is
|
||||
set in the Makefile, as well as our main ftp site at <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
where we put sanctioned distfiles as backup. It will then
|
||||
attempt to fetch the named distribution file with
|
||||
<makevar>FETCH</makevar>, assuming that the requesting site has
|
||||
|
@ -1408,7 +1408,7 @@ lib/X11/oneko/mouse.xpm
|
|||
your <filename>public_html/</filename> directory on
|
||||
<hostid>freefall</hostid>), we can “house” it ourselves
|
||||
by putting it on
|
||||
<filename>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
as the last resort. Please refer to this location as
|
||||
<makevar>MASTER_SITE_LOCAL</makevar>. Send mail to the &a.ports;if
|
||||
you are not sure what to do.</para>
|
||||
|
@ -3572,7 +3572,7 @@ post-install:
|
|||
that subdirectory.</para>
|
||||
|
||||
<para>It will also look at the subdirectory with the same name on the
|
||||
backup master site at <filename>ftp.freebsd.org</filename>.
|
||||
backup master site at <filename>ftp.FreeBSD.org</filename>.
|
||||
(Setting <makevar>DISTDIR</makevar> explicitly in your
|
||||
<makevar>Makefile</makevar> will not accomplish this, so please use
|
||||
<makevar>DIST_SUBDIR</makevar>.)</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-05-04 05:26:26 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:33 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -1953,7 +1953,7 @@ silvia.HIP.Berke localhost.Berkeley UGH 34 47641234 lo0 - 0.438
|
|||
your modems. If you have not prepared your system for this yet,
|
||||
please see the tutorial for configuring dialup services; if you have a
|
||||
World-Wide Web browser available, browse the list of tutorials at
|
||||
<ulink url="http://www.freebsd.org/">http://www.freebsd.org/</ulink>;
|
||||
<ulink url="http://www.FreeBSD.org/">http://www.FreeBSD.org/</ulink>;
|
||||
otherwise, check the place where you found this document for a
|
||||
document named <filename>dialup.txt</filename> or something similar.
|
||||
You may also want to check the manual pages for
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-25 17:05:50 hoek Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:37 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -429,7 +429,7 @@ permit port ttyd0</programlisting>
|
|||
software, please <emphasis>do not</emphasis> get it from a USA or Canada
|
||||
site. You will get that site in <emphasis>big</emphasis> trouble! A
|
||||
legal copy of this is available from <hostid
|
||||
role="fqdn">ftp.internat.freebsd.org</hostid>, which is in South
|
||||
role="fqdn">ftp.internat.FreeBSD.org</hostid>, which is in South
|
||||
Africa and an official FreeBSD mirror site.</para>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.34 1999-06-19 18:33:13 tom Exp $
|
||||
$Id: chapter.sgml,v 1.35 1999-06-20 21:19:40 billf Exp $
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
@ -633,7 +633,7 @@
|
|||
<sect1 id="staff-doc">
|
||||
<title>The FreeBSD Documentation Project</title>
|
||||
|
||||
<para>The <ulink URL="http://www.freebsd.org/docproj.html">FreeBSD
|
||||
<para>The <ulink URL="http://www.FreeBSD.org/docproj.html">FreeBSD
|
||||
Documentation Project</ulink> is responsible for a number of different
|
||||
services, each service being run by an individual and his
|
||||
<emphasis>deputies</emphasis> (if any):</para>
|
||||
|
@ -741,7 +741,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/docproj/docproj.html">Documentation
|
||||
url="http://www.FreeBSD.org/docproj/docproj.html">Documentation
|
||||
Project Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -789,7 +789,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/security/">Security
|
||||
<term><ulink url="http://www.FreeBSD.org/security/">Security
|
||||
Officer</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -798,7 +798,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#cvs">Source
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#cvs">Source
|
||||
Repository Managers</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -811,7 +811,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/ports/">Ports
|
||||
<term><ulink url="http://www.FreeBSD.org/ports/">Ports
|
||||
Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -836,7 +836,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#gnats">GNATS
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#gnats">GNATS
|
||||
Administrator</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -846,7 +846,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/internal/">Webmaster</ulink></term>
|
||||
url="http://www.FreeBSD.org/internal/">Webmaster</ulink></term>
|
||||
|
||||
<listitem>
|
||||
<para>&a.wosch;</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.29 1999-06-20 17:54:25 billf Exp $
|
||||
$Id: book.sgml,v 1.30 1999-06-20 21:19:27 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>If you look at a port skeleton (either on <ulink
|
||||
URL="file://localhost/usr/ports/devel/ElectricFence">your FreeBSD
|
||||
system</ulink> or <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
FTP site</ulink>) and expect to find all sorts of pointy-headed rocket
|
||||
science lurking there, you may be disappointed by the one or two rather
|
||||
unexciting-looking files and directories you find there. (We will
|
||||
|
@ -273,7 +273,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
|
||||
<para>First, if you are running a release version of FreeBSD, make sure
|
||||
you get the appropriate “upgrade kit” for your release
|
||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||
from the <ulink url="http://www.FreeBSD.org/ports/">ports web
|
||||
page</ulink>. These packages include files that have been updated
|
||||
since the release that you may need to compile new ports.</para>
|
||||
|
||||
|
@ -286,7 +286,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>mkdir databases</userinput>
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
|
@ -317,7 +317,7 @@ password. Remember to use binary (also known as image) mode!]
|
|||
same:-</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
|
@ -1238,7 +1238,7 @@ lib/X11/oneko/mouse.xpm
|
|||
|
||||
<note>
|
||||
<para>In the past, we asked you to upload new port submissions in
|
||||
our ftp site (<hostid role="fqdn">ftp.freebsd.org</hostid>). This
|
||||
our ftp site (<hostid role="fqdn">ftp.FreeBSD.org</hostid>). This
|
||||
is no longer recommended as read access is turned off on that
|
||||
<filename>incoming/</filename> directory of that site due to the
|
||||
large amount of pirated software showing up there.</para>
|
||||
|
@ -1282,7 +1282,7 @@ lib/X11/oneko/mouse.xpm
|
|||
cannot find the required files in <makevar>DISTDIR</makevar> it
|
||||
will look up the URL <makevar>MASTER_SITES</makevar>, which is
|
||||
set in the Makefile, as well as our main ftp site at <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
where we put sanctioned distfiles as backup. It will then
|
||||
attempt to fetch the named distribution file with
|
||||
<makevar>FETCH</makevar>, assuming that the requesting site has
|
||||
|
@ -1408,7 +1408,7 @@ lib/X11/oneko/mouse.xpm
|
|||
your <filename>public_html/</filename> directory on
|
||||
<hostid>freefall</hostid>), we can “house” it ourselves
|
||||
by putting it on
|
||||
<filename>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
as the last resort. Please refer to this location as
|
||||
<makevar>MASTER_SITE_LOCAL</makevar>. Send mail to the &a.ports;if
|
||||
you are not sure what to do.</para>
|
||||
|
@ -3572,7 +3572,7 @@ post-install:
|
|||
that subdirectory.</para>
|
||||
|
||||
<para>It will also look at the subdirectory with the same name on the
|
||||
backup master site at <filename>ftp.freebsd.org</filename>.
|
||||
backup master site at <filename>ftp.FreeBSD.org</filename>.
|
||||
(Setting <makevar>DISTDIR</makevar> explicitly in your
|
||||
<makevar>Makefile</makevar> will not accomplish this, so please use
|
||||
<makevar>DIST_SUBDIR</makevar>.)</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:57 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -818,7 +818,7 @@ subscribe freebsd-isdn</programlisting>
|
|||
<para>The choice of sync/TA vs standalone router is largely a religious
|
||||
issue. There has been some discussion of this in the mailing lists.
|
||||
I suggest you search the <ulink
|
||||
URL="http://www.freebsd.org/search.html">archives</ulink> for the
|
||||
URL="http://www.FreeBSD.org/search.html">archives</ulink> for the
|
||||
complete discussion.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-04-07 17:58:09 billf Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-06-20 21:18:59 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="bibliography">
|
||||
|
@ -421,7 +421,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><emphasis>The BSD family tree</emphasis>. 1997. <ulink
|
||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/src/share/misc/bsd-family-tree</ulink> or <ulink URL="file:/usr/share/misc/bsd-family-tree">local</ulink> on a FreeBSD-current machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.18 1999-06-07 05:00:09 jesusr Exp $
|
||||
$Id: chapter.sgml,v 1.19 1999-06-20 21:19:04 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -672,7 +672,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
deleting it again:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -682,7 +682,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
branch:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co -rRELENG_2_2 ls</userinput>
|
||||
&prompt.user; <userinput>cvs release -d ls</userinput></screen>
|
||||
</example>
|
||||
|
@ -691,7 +691,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Creating a list of changes (as unidiffs) to &man.ls.1;</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs rdiff -u -rRELENG_2_2_2_RELEASE -rRELENG_2_2_6_RELEASE ls</userinput></screen>
|
||||
</example>
|
||||
|
||||
|
@ -699,7 +699,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<title>Finding out what other module names can be used:</title>
|
||||
|
||||
<screen>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.FreeBSD.org:/cvs</userinput>
|
||||
&prompt.user; <userinput>cvs co modules</userinput>
|
||||
&prompt.user; <userinput>more modules/modules</userinput>
|
||||
&prompt.user; <userinput>cvs release -d modules</userinput></screen>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.12 1999-05-16 13:45:21 nik Exp $
|
||||
$Id: chapter.sgml,v 1.13 1999-06-20 21:19:07 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -385,7 +385,7 @@ help
|
|||
<para><emphasis>All</emphasis>FreeBSD mailing lists have certain basic
|
||||
rules which must be adhered to by anyone using them. Failure to comply
|
||||
with these guidelines will result in two (2) written warnings from the
|
||||
FreeBSD Postmaster <email>postmaster@freebsd.org</email>, after which,
|
||||
FreeBSD Postmaster <email>postmaster@FreeBSD.org</email>, after which,
|
||||
on a third offense, the poster will removed from all FreeBSD mailing
|
||||
lists and filtered from further posting to them. We regret that such
|
||||
rules and measures are necessary at all, but today's Internet is a
|
||||
|
@ -402,7 +402,7 @@ help
|
|||
Ongoing irrelevant chatter or flaming only detracts from the value
|
||||
of the mailing list for everyone on it and will not be tolerated.
|
||||
For free-form discussion on no particular topic, the freebsd-chat
|
||||
<email>freebsd-chat@freebsd.org</email> mailing list is freely
|
||||
<email>freebsd-chat@FreeBSD.org</email> mailing list is freely
|
||||
available and should be used instead.</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -460,7 +460,7 @@ help
|
|||
<para><emphasis>Administrative issues</emphasis></para>
|
||||
|
||||
<para>This list is purely for discussion of <hostid
|
||||
role="domainname">freebsd.org</hostid> related issues and to
|
||||
role="domainname">FreeBSD.org</hostid> related issues and to
|
||||
report problems or abuse of project resources. It is a closed
|
||||
list, though anyone may report a problem (with our systems!) to
|
||||
it.</para>
|
||||
|
@ -535,7 +535,7 @@ help
|
|||
Whenever possible, bugs should be submitted using the
|
||||
&man.send-pr.1;
|
||||
command or the <ulink
|
||||
URL="http://www.freebsd.org/send-pr.html">WEB
|
||||
URL="http://www.FreeBSD.org/send-pr.html">WEB
|
||||
interface</ulink> to it.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -747,7 +747,7 @@ help
|
|||
<listitem>
|
||||
<para><emphasis>Porting to Non-Intel platforms</emphasis></para>
|
||||
|
||||
<para>Cross-platform freebsd issues, general discussion and
|
||||
<para>Cross-platform FreeBSD issues, general discussion and
|
||||
proposals for non-Intel FreeBSD ports. This is a technical
|
||||
mailing list for which strictly technical content is
|
||||
expected.</para>
|
||||
|
@ -1028,107 +1028,107 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.au.freebsd.org/FreeBSD/">http://www.au.freebsd.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
URL="http://www.au.FreeBSD.org/FreeBSD/">http://www.au.FreeBSD.org/FreeBSD/</ulink> — Australia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.au.freebsd.org/FreeBSD/">http://www2.au.freebsd.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
URL="http://www2.au.FreeBSD.org/FreeBSD/">http://www2.au.FreeBSD.org/FreeBSD/</ulink> — Australia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.au.freebsd.org/FreeBSD/">http://www3.au.freebsd.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
URL="http://www3.au.FreeBSD.org/FreeBSD/">http://www3.au.FreeBSD.org/FreeBSD/</ulink> — Australia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.br.freebsd.org/www.freebsd.org/">http://www.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
URL="http://www.br.FreeBSD.org/www.freebsd.org/">http://www.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.br.freebsd.org/www.freebsd.org/">http://www2.br.freebsd.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
URL="http://www2.br.FreeBSD.org/www.freebsd.org/">http://www2.br.FreeBSD.org/www.freebsd.org/</ulink> — Brazil/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.br.freebsd.org/">http://www3.br.freebsd.org/</ulink> — Brazil/3.</para>
|
||||
URL="http://www3.br.FreeBSD.org/">http://www3.br.FreeBSD.org/</ulink> — Brazil/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.bg.freebsd.org/">http://www.bg.freebsd.org/</ulink> — Bulgaria.</para>
|
||||
URL="http://www.bg.FreeBSD.org/">http://www.bg.FreeBSD.org/</ulink> — Bulgaria.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ca.freebsd.org/">http://www.ca.freebsd.org/</ulink> — Canada/1.</para>
|
||||
URL="http://www.ca.FreeBSD.org/">http://www.ca.FreeBSD.org/</ulink> — Canada/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://freebsd.kawartha.com/">http://freebsd.kawartha.com/</ulink> — Canada/2.</para>
|
||||
URL="http://FreeBSD.kawartha.com/">http://FreeBSD.kawartha.com/</ulink> — Canada/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.dk.freebsd.org/">http://www.dk.freebsd.org/</ulink> — Denmark.</para>
|
||||
URL="http://www.dk.FreeBSD.org/">http://www.dk.FreeBSD.org/</ulink> — Denmark.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ee.freebsd.org/">http://www.ee.freebsd.org/</ulink> — Estonia.</para>
|
||||
URL="http://www.ee.FreeBSD.org/">http://www.ee.FreeBSD.org/</ulink> — Estonia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fi.freebsd.org/">http://www.fi.freebsd.org/</ulink> — Finland.</para>
|
||||
URL="http://www.fi.FreeBSD.org/">http://www.fi.FreeBSD.org/</ulink> — Finland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.fr.freebsd.org/">http://www.fr.freebsd.org/</ulink> — France.</para>
|
||||
URL="http://www.fr.FreeBSD.org/">http://www.fr.FreeBSD.org/</ulink> — France.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/1.</para>
|
||||
URL="http://www.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www1.de.freebsd.org/">http://www1.de.freebsd.org/</ulink> — Germany/2.</para>
|
||||
URL="http://www1.de.FreeBSD.org/">http://www1.de.FreeBSD.org/</ulink> — Germany/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.de.freebsd.org/">http://www.de.freebsd.org/</ulink> — Germany/3.</para>
|
||||
URL="http://www2.de.FreeBSD.org/">http://www.de.FreeBSD.org/</ulink> — Germany/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.hu.freebsd.org/">http://www.hu.freebsd.org/</ulink> — Hungary.</para>
|
||||
URL="http://www.hu.FreeBSD.org/">http://www.hu.FreeBSD.org/</ulink> — Hungary.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.is.freebsd.org/">http://www.is.freebsd.org/</ulink> — Iceland.</para>
|
||||
URL="http://www.is.FreeBSD.org/">http://www.is.FreeBSD.org/</ulink> — Iceland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ie.freebsd.org/">http://www.ie.freebsd.org/</ulink> — Ireland.</para>
|
||||
URL="http://www.ie.FreeBSD.org/">http://www.ie.FreeBSD.org/</ulink> — Ireland.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.jp.freebsd.org/www.freebsd.org/">http://www.jp.freebsd.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
URL="http://www.jp.FreeBSD.org/www.freebsd.org/">http://www.jp.FreeBSD.org/www.freebsd.org/</ulink> — Japan.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.kr.freebsd.org/">http://www.kr.freebsd.org/</ulink> — Korea.</para>
|
||||
URL="http://www.kr.FreeBSD.org/">http://www.kr.FreeBSD.org/</ulink> — Korea.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1138,102 +1138,102 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.nl.freebsd.org/">http://www.nl.freebsd.org/</ulink> — Netherlands.</para>
|
||||
URL="http://www.nl.FreeBSD.org/">http://www.nl.FreeBSD.org/</ulink> — Netherlands.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.no.freebsd.org/">http://www.no.freebsd.org/</ulink> — Norway.</para>
|
||||
URL="http://www.no.FreeBSD.org/">http://www.no.FreeBSD.org/</ulink> — Norway.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.pt.freebsd.org/">http://www.pt.freebsd.org/</ulink> — Portugal/1.</para>
|
||||
URL="http://www.pt.FreeBSD.org/">http://www.pt.FreeBSD.org/</ulink> — Portugal/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.pt.freebsd.org/">http://www2.pt.freebsd.org/</ulink> — Portugal/2.</para>
|
||||
URL="http://www2.pt.FreeBSD.org/">http://www2.pt.FreeBSD.org/</ulink> — Portugal/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.pt.freebsd.org/">http://www3.pt.freebsd.org/</ulink> — Portugal/3.</para>
|
||||
URL="http://www3.pt.FreeBSD.org/">http://www3.pt.FreeBSD.org/</ulink> — Portugal/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ro.freebsd.org/">http://www.ro.freebsd.org/</ulink> — Romania.</para>
|
||||
URL="http://www.ro.FreeBSD.org/">http://www.ro.FreeBSD.org/</ulink> — Romania.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ru.freebsd.org/">http://www.ru.freebsd.org/</ulink> — Russia/1.</para>
|
||||
URL="http://www.ru.FreeBSD.org/">http://www.ru.FreeBSD.org/</ulink> — Russia/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ru.freebsd.org/">http://www2.ru.freebsd.org/</ulink> — Russia/2.</para>
|
||||
URL="http://www2.ru.FreeBSD.org/">http://www2.ru.FreeBSD.org/</ulink> — Russia/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www3.ru.freebsd.org/">http://www3.ru.freebsd.org/</ulink> — Russia/3.</para>
|
||||
URL="http://www3.ru.FreeBSD.org/">http://www3.ru.FreeBSD.org/</ulink> — Russia/3.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="http://www4.ru.freebsd.org/">http://www4.ru.freebsd.org/</ulink> — Russia/4.</para>
|
||||
url="http://www4.ru.FreeBSD.org/">http://www4.ru.FreeBSD.org/</ulink> — Russia/4.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.sk.freebsd.org/">http://www.sk.freebsd.org/</ulink> — Slovak Republic.</para>
|
||||
URL="http://www.sk.FreeBSD.org/">http://www.sk.FreeBSD.org/</ulink> — Slovak Republic.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.si.freebsd.org/">http://www.si.freebsd.org/</ulink> — Slovenia.</para>
|
||||
URL="http://www.si.FreeBSD.org/">http://www.si.FreeBSD.org/</ulink> — Slovenia.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.es.freebsd.org/">http://www.es.freebsd.org/</ulink> — Spain.</para>
|
||||
URL="http://www.es.FreeBSD.org/">http://www.es.FreeBSD.org/</ulink> — Spain.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.za.freebsd.org/">http://www.za.freebsd.org/</ulink> — South Africa/1.</para>
|
||||
URL="http://www.za.FreeBSD.org/">http://www.za.FreeBSD.org/</ulink> — South Africa/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.za.freebsd.org/">http://www2.za.freebsd.org/</ulink> — South Africa/2.</para>
|
||||
URL="http://www2.za.FreeBSD.org/">http://www2.za.FreeBSD.org/</ulink> — South Africa/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.se.freebsd.org/www.freebsd.org/">http://www.se.freebsd.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
URL="http://www.se.FreeBSD.org/www.freebsd.org/">http://www.se.FreeBSD.org/www.freebsd.org/</ulink> — Sweden.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.tr.freebsd.org/">http://www.tr.freebsd.org/</ulink> — Turkey.</para>
|
||||
URL="http://www.tr.FreeBSD.org/">http://www.tr.FreeBSD.org/</ulink> — Turkey.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.ua.freebsd.org/">http://www.ua.freebsd.org/</ulink> — Ukraine/1.</para>
|
||||
URL="http://www.ua.FreeBSD.org/">http://www.ua.FreeBSD.org/</ulink> — Ukraine/1.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.ua.freebsd.org/">http://www2.ua.freebsd.org/</ulink> — Ukraine/2.</para>
|
||||
URL="http://www2.ua.FreeBSD.org/">http://www2.ua.FreeBSD.org/</ulink> — Ukraine/2.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www.uk.freebsd.org/">http://www.uk.freebsd.org/</ulink> — United Kingdom.</para>
|
||||
URL="http://www.uk.FreeBSD.org/">http://www.uk.FreeBSD.org/</ulink> — United Kingdom.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1243,12 +1243,12 @@ help
|
|||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www6.freebsd.org/">http://www6.freebsd.org/</ulink> — USA/Oregon.</para>
|
||||
URL="http://www6.FreeBSD.org/">http://www6.FreeBSD.org/</ulink> — USA/Oregon.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="http://www2.freebsd.org/">http://www2.freebsd.org/</ulink> — USA/Texas.</para>
|
||||
URL="http://www2.FreeBSD.org/">http://www2.FreeBSD.org/</ulink> — USA/Texas.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.17 1999-06-06 18:57:18 nik Exp $
|
||||
$Id: chapter.sgml,v 1.18 1999-06-20 21:18:51 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<para>There are two types of 3940 on the market—the older
|
||||
model with AIC 7880 chips on it, and hte newer one with AIC 7895
|
||||
chips. The newer model requires <ulink
|
||||
url="http://www.freebsd.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
url="http://www.FreeBSD.org/pub/FreeBSD/development/cam/">CAM</ulink>
|
||||
support which is not yet part of FreeBSD—you have to add it,
|
||||
or install from one of the CAM binary snapshot release.</para>
|
||||
</note>
|
||||
|
@ -461,7 +461,7 @@
|
|||
|
||||
<para>Both the Pentium Pro and Pentium II work fine with FreeBSD. In
|
||||
fact, our main ftp site <ulink
|
||||
URL="ftp://ftp.freebsd.org/">ftp.freebsd.org</ulink> (also known
|
||||
URL="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</ulink> (also known
|
||||
as "<filename>ftp.cdrom.com</filename>", world's largest ftp site)
|
||||
runs FreeBSD on a Pentium Pro. <ulink
|
||||
URL="ftp://ftp.cdrom.com/archive-info/wcarchive.txt">Configurations
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.9 1999-03-08 22:04:43 nik Exp $
|
||||
$Id: chapter.sgml,v 1.10 1999-06-20 21:19:11 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -316,7 +316,7 @@ XkbKeymap "xfree86(ru)"</programlisting>
|
|||
<para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> wrote a tutorial
|
||||
how to use umlauts on a FreeBSD machine. The tutorial is written in
|
||||
German and available at <ulink
|
||||
URL="http://www.de.freebsd.org/de/umlaute/">http://www.de.freebsd.org/de/umlaute/</ulink>.</para>
|
||||
URL="http://www.de.FreeBSD.org/de/umlaute/">http://www.de.FreeBSD.org/de/umlaute/</ulink>.</para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -628,7 +628,7 @@ multi on</programlisting>
|
|||
afterwards removing files you do not need), and you are done.</para>
|
||||
|
||||
<para><emphasis>See also:</emphasis>
|
||||
<filename>ftp.freebsd.org:pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/2.0.5-RELEASE/xperimnt/linux-emu/README</filename> and <filename>/usr/src/sys/i386/ibcs2/README.iBCS2</filename></para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.8 1999-03-08 22:04:44 nik Exp $
|
||||
$Id: chapter.sgml,v 1.9 1999-06-20 21:19:17 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
@ -171,7 +171,7 @@ newbsdbox.FreeBSD.org mail is handled (pri=10) by freefall.FreeBSD.org</screen>
|
|||
eXchange entry. If no MX entry exists, mail will be delivered directly
|
||||
to the host by way of the Address record.</para>
|
||||
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.freebsd.org</hostid>
|
||||
<para>The MX entry for <hostid role="fqdn">freefall.FreeBSD.org</hostid>
|
||||
at one time.</para>
|
||||
|
||||
<programlisting>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-23 11:05:56 brian Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:20 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mirrors">
|
||||
|
@ -233,7 +233,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ee.freebsd.ORG/pub/FreeBSD">ftp://ftp.ee.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ee.FreeBSD.org/pub/FreeBSD">ftp://ftp.ee.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.fi.freebsd.ORG/pub/FreeBSD">ftp://ftp.fi.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.fi.FreeBSD.org/pub/FreeBSD">ftp://ftp.fi.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -471,7 +471,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.nl.freebsd.ORG/pub/FreeBSD">ftp://ftp.nl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.nl.FreeBSD.org/pub/FreeBSD">ftp://ftp.nl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -502,7 +502,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pl.freebsd.ORG/pub/FreeBSD">ftp://ftp.pl.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pl.FreeBSD.org/pub/FreeBSD">ftp://ftp.pl.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -518,12 +518,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.pt.freebsd.org/pub/FreeBSD">ftp://ftp.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.pt.freebsd.org/pub/FreeBSD">ftp://ftp2.pt.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD">ftp://ftp2.pt.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -539,21 +539,21 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.ru.freebsd.org/pub/FreeBSD">ftp://ftp.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.ru.freebsd.org/pub/FreeBSD">ftp://ftp2.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.ru.freebsd.org/pub/FreeBSD">ftp://ftp3.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp4.ru.freebsd.org/pub/FreeBSD">ftp://ftp4.ru.freebsd.org/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD">ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -594,7 +594,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.sk.freebsd.ORG/pub/FreeBSD">ftp://ftp.sk.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.sk.FreeBSD.org/pub/FreeBSD">ftp://ftp.sk.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -604,12 +604,12 @@
|
|||
|
||||
<listitem>
|
||||
<para>In case of problems, please contact the hostmaster
|
||||
<email>hostmaster@si.FreeBSD.ORG</email> for this domain.</para>
|
||||
<email>hostmaster@si.FreeBSD.org</email> for this domain.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.si.freebsd.ORG/pub/FreeBSD">ftp://ftp.si.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.si.FreeBSD.org/pub/FreeBSD">ftp://ftp.si.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -624,7 +624,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.es.freebsd.ORG/pub/FreeBSD">ftp://ftp.es.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
<para><ulink url="ftp://ftp.es.FreeBSD.org/pub/FreeBSD">ftp://ftp.es.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -640,17 +640,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.se.freebsd.ORG/pub/FreeBSD">ftp://ftp.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp.se.FreeBSD.org/pub/FreeBSD">ftp://ftp.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp2.se.freebsd.ORG/pub/FreeBSD">ftp://ftp2.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp2.se.FreeBSD.org/pub/FreeBSD">ftp://ftp2.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp3.se.freebsd.ORG/pub/FreeBSD">ftp://ftp3.se.freebsd.ORG/pub/FreeBSD</ulink></para>
|
||||
URL="ftp://ftp3.se.FreeBSD.org/pub/FreeBSD">ftp://ftp3.se.FreeBSD.org/pub/FreeBSD</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -857,7 +857,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM">ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM">ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -883,7 +883,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM">ftp://ftp.internat.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM">ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -896,17 +896,17 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM">ftp://ctm2.tw.freebsd.org/pub/FreeBSD/CTM</ulink></para>
|
||||
URL="ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm2.tw.FreeBSD.org/pub/FreeBSD/CTM</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
URL="ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM">ftp://ctm3.tw.freebsd.org/pub/freebsd/CTM</ulink></para>
|
||||
URL="ftp://ctm3.tw.FreeBSD.org/pub/FreeBSD/CTM">ftp://ctm3.tw.FreeBSD.org/pub/freebsd/CTM</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -961,7 +961,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.br.FreeBSD.ORG (maintainer
|
||||
<email>cvsup@cvsup.br.freebsd.org</email>)</para>
|
||||
<email>cvsup@cvsup.br.FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -1039,12 +1039,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.de.FreeBSD.ORG (maintainer
|
||||
<email>wosch@freebsd.org</email>)</para>
|
||||
<email>wosch@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>cvsup2.de.FreeBSD.ORG (maintainer
|
||||
<email>petzi@freebsd.org</email>)</para>
|
||||
<email>petzi@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1166,8 +1166,8 @@
|
|||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>cvsup.es.freebsd.org (maintainer
|
||||
<email>jesusr@freebsd.org</email>)</para>
|
||||
<para>cvsup.es.FreeBSD.org (maintainer
|
||||
<email>jesusr@FreeBSD.org</email>)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-04-19 13:28:03 wosch Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:23 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="pgpkeys">
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
<sect2>
|
||||
<title>FreeBSD Security Officer
|
||||
<email>security-officer@freebsd.org</email></title>
|
||||
<email>security-officer@FreeBSD.org</email></title>
|
||||
|
||||
<programlisting>
|
||||
FreeBSD Security Officer <security-officer@freebsd.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.29 1999-06-20 17:54:25 billf Exp $
|
||||
$Id: chapter.sgml,v 1.30 1999-06-20 21:19:27 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>If you look at a port skeleton (either on <ulink
|
||||
URL="file://localhost/usr/ports/devel/ElectricFence">your FreeBSD
|
||||
system</ulink> or <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
FTP site</ulink>) and expect to find all sorts of pointy-headed rocket
|
||||
science lurking there, you may be disappointed by the one or two rather
|
||||
unexciting-looking files and directories you find there. (We will
|
||||
|
@ -273,7 +273,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
|
||||
<para>First, if you are running a release version of FreeBSD, make sure
|
||||
you get the appropriate “upgrade kit” for your release
|
||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||
from the <ulink url="http://www.FreeBSD.org/ports/">ports web
|
||||
page</ulink>. These packages include files that have been updated
|
||||
since the release that you may need to compile new ports.</para>
|
||||
|
||||
|
@ -286,7 +286,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>mkdir databases</userinput>
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
|
@ -317,7 +317,7 @@ password. Remember to use binary (also known as image) mode!]
|
|||
same:-</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
|
@ -1238,7 +1238,7 @@ lib/X11/oneko/mouse.xpm
|
|||
|
||||
<note>
|
||||
<para>In the past, we asked you to upload new port submissions in
|
||||
our ftp site (<hostid role="fqdn">ftp.freebsd.org</hostid>). This
|
||||
our ftp site (<hostid role="fqdn">ftp.FreeBSD.org</hostid>). This
|
||||
is no longer recommended as read access is turned off on that
|
||||
<filename>incoming/</filename> directory of that site due to the
|
||||
large amount of pirated software showing up there.</para>
|
||||
|
@ -1282,7 +1282,7 @@ lib/X11/oneko/mouse.xpm
|
|||
cannot find the required files in <makevar>DISTDIR</makevar> it
|
||||
will look up the URL <makevar>MASTER_SITES</makevar>, which is
|
||||
set in the Makefile, as well as our main ftp site at <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
where we put sanctioned distfiles as backup. It will then
|
||||
attempt to fetch the named distribution file with
|
||||
<makevar>FETCH</makevar>, assuming that the requesting site has
|
||||
|
@ -1408,7 +1408,7 @@ lib/X11/oneko/mouse.xpm
|
|||
your <filename>public_html/</filename> directory on
|
||||
<hostid>freefall</hostid>), we can “house” it ourselves
|
||||
by putting it on
|
||||
<filename>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
as the last resort. Please refer to this location as
|
||||
<makevar>MASTER_SITE_LOCAL</makevar>. Send mail to the &a.ports;if
|
||||
you are not sure what to do.</para>
|
||||
|
@ -3572,7 +3572,7 @@ post-install:
|
|||
that subdirectory.</para>
|
||||
|
||||
<para>It will also look at the subdirectory with the same name on the
|
||||
backup master site at <filename>ftp.freebsd.org</filename>.
|
||||
backup master site at <filename>ftp.FreeBSD.org</filename>.
|
||||
(Setting <makevar>DISTDIR</makevar> explicitly in your
|
||||
<makevar>Makefile</makevar> will not accomplish this, so please use
|
||||
<makevar>DIST_SUBDIR</makevar>.)</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.11 1999-05-04 05:26:26 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.12 1999-06-20 21:19:33 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -1953,7 +1953,7 @@ silvia.HIP.Berke localhost.Berkeley UGH 34 47641234 lo0 - 0.438
|
|||
your modems. If you have not prepared your system for this yet,
|
||||
please see the tutorial for configuring dialup services; if you have a
|
||||
World-Wide Web browser available, browse the list of tutorials at
|
||||
<ulink url="http://www.freebsd.org/">http://www.freebsd.org/</ulink>;
|
||||
<ulink url="http://www.FreeBSD.org/">http://www.FreeBSD.org/</ulink>;
|
||||
otherwise, check the place where you found this document for a
|
||||
document named <filename>dialup.txt</filename> or something similar.
|
||||
You may also want to check the manual pages for
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-25 17:05:50 hoek Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-06-20 21:19:37 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -429,7 +429,7 @@ permit port ttyd0</programlisting>
|
|||
software, please <emphasis>do not</emphasis> get it from a USA or Canada
|
||||
site. You will get that site in <emphasis>big</emphasis> trouble! A
|
||||
legal copy of this is available from <hostid
|
||||
role="fqdn">ftp.internat.freebsd.org</hostid>, which is in South
|
||||
role="fqdn">ftp.internat.FreeBSD.org</hostid>, which is in South
|
||||
Africa and an official FreeBSD mirror site.</para>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.34 1999-06-19 18:33:13 tom Exp $
|
||||
$Id: chapter.sgml,v 1.35 1999-06-20 21:19:40 billf Exp $
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
@ -633,7 +633,7 @@
|
|||
<sect1 id="staff-doc">
|
||||
<title>The FreeBSD Documentation Project</title>
|
||||
|
||||
<para>The <ulink URL="http://www.freebsd.org/docproj.html">FreeBSD
|
||||
<para>The <ulink URL="http://www.FreeBSD.org/docproj.html">FreeBSD
|
||||
Documentation Project</ulink> is responsible for a number of different
|
||||
services, each service being run by an individual and his
|
||||
<emphasis>deputies</emphasis> (if any):</para>
|
||||
|
@ -741,7 +741,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/docproj/docproj.html">Documentation
|
||||
url="http://www.FreeBSD.org/docproj/docproj.html">Documentation
|
||||
Project Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -789,7 +789,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/security/">Security
|
||||
<term><ulink url="http://www.FreeBSD.org/security/">Security
|
||||
Officer</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -798,7 +798,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#cvs">Source
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#cvs">Source
|
||||
Repository Managers</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -811,7 +811,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/ports/">Ports
|
||||
<term><ulink url="http://www.FreeBSD.org/ports/">Ports
|
||||
Manager</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -836,7 +836,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.freebsd.org/support.html#gnats">GNATS
|
||||
<term><ulink url="http://www.FreeBSD.org/support.html#gnats">GNATS
|
||||
Administrator</ulink></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -846,7 +846,7 @@
|
|||
|
||||
<varlistentry>
|
||||
<term><ulink
|
||||
url="http://www.freebsd.org/internal/">Webmaster</ulink></term>
|
||||
url="http://www.FreeBSD.org/internal/">Webmaster</ulink></term>
|
||||
|
||||
<listitem>
|
||||
<para>&a.wosch;</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.29 1999-06-20 17:54:25 billf Exp $
|
||||
$Id: book.sgml,v 1.30 1999-06-20 21:19:27 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>If you look at a port skeleton (either on <ulink
|
||||
URL="file://localhost/usr/ports/devel/ElectricFence">your FreeBSD
|
||||
system</ulink> or <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/devel/ElectricFence">the
|
||||
FTP site</ulink>) and expect to find all sorts of pointy-headed rocket
|
||||
science lurking there, you may be disappointed by the one or two rather
|
||||
unexciting-looking files and directories you find there. (We will
|
||||
|
@ -273,7 +273,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
|
||||
<para>First, if you are running a release version of FreeBSD, make sure
|
||||
you get the appropriate “upgrade kit” for your release
|
||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||
from the <ulink url="http://www.FreeBSD.org/ports/">ports web
|
||||
page</ulink>. These packages include files that have been updated
|
||||
since the release that you may need to compile new ports.</para>
|
||||
|
||||
|
@ -286,7 +286,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>mkdir databases</userinput>
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
|
@ -317,7 +317,7 @@ password. Remember to use binary (also known as image) mode!]
|
|||
same:-</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
&prompt.root; <userinput>ftp ftp.FreeBSD.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
|
@ -1238,7 +1238,7 @@ lib/X11/oneko/mouse.xpm
|
|||
|
||||
<note>
|
||||
<para>In the past, we asked you to upload new port submissions in
|
||||
our ftp site (<hostid role="fqdn">ftp.freebsd.org</hostid>). This
|
||||
our ftp site (<hostid role="fqdn">ftp.FreeBSD.org</hostid>). This
|
||||
is no longer recommended as read access is turned off on that
|
||||
<filename>incoming/</filename> directory of that site due to the
|
||||
large amount of pirated software showing up there.</para>
|
||||
|
@ -1282,7 +1282,7 @@ lib/X11/oneko/mouse.xpm
|
|||
cannot find the required files in <makevar>DISTDIR</makevar> it
|
||||
will look up the URL <makevar>MASTER_SITES</makevar>, which is
|
||||
set in the Makefile, as well as our main ftp site at <ulink
|
||||
URL="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/</ulink>,
|
||||
where we put sanctioned distfiles as backup. It will then
|
||||
attempt to fetch the named distribution file with
|
||||
<makevar>FETCH</makevar>, assuming that the requesting site has
|
||||
|
@ -1408,7 +1408,7 @@ lib/X11/oneko/mouse.xpm
|
|||
your <filename>public_html/</filename> directory on
|
||||
<hostid>freefall</hostid>), we can “house” it ourselves
|
||||
by putting it on
|
||||
<filename>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
<filename>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/</filename>
|
||||
as the last resort. Please refer to this location as
|
||||
<makevar>MASTER_SITE_LOCAL</makevar>. Send mail to the &a.ports;if
|
||||
you are not sure what to do.</para>
|
||||
|
@ -3572,7 +3572,7 @@ post-install:
|
|||
that subdirectory.</para>
|
||||
|
||||
<para>It will also look at the subdirectory with the same name on the
|
||||
backup master site at <filename>ftp.freebsd.org</filename>.
|
||||
backup master site at <filename>ftp.FreeBSD.org</filename>.
|
||||
(Setting <makevar>DISTDIR</makevar> explicitly in your
|
||||
<makevar>Makefile</makevar> will not accomplish this, so please use
|
||||
<makevar>DIST_SUBDIR</makevar>.)</para>
|
||||
|
|
Loading…
Reference in a new issue