The Handbook conversion has changed the names of some of the generated
HTML files (not all of them, just some of them). Fix up the broken references to point to the correct files. This has not touched the release notes in releases/*/*. I'm not sure whether they should remain as historical record of what was shipped or not. About 5 of them now have a couple of broken links each, which will be trivial to fix.
This commit is contained in:
parent
b1dfcde2a9
commit
3a6361c32c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4571
18 changed files with 72 additions and 72 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-09-30 07:20:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:49 $">
|
||||
<!ENTITY title "FreeBSD/Alpha Project">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: alpha.sgml,v 1.2 1998-09-30 07:20:51 jb Exp $ -->
|
||||
<!-- $Id: alpha.sgml,v 1.3 1999-03-27 15:43:49 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -17,7 +17,7 @@ systems.</p>
|
|||
<UL>
|
||||
<li><a href="http://www.freebsd.org/~jb/alpha.html">Status
|
||||
of the FreeBSD/Alpha port</a>.
|
||||
<li><A href="../handbook/eresources:mail.html">FreeBSD/Alpha mailing list</a></li>
|
||||
<li><A href="../handbook/eresources.html#ERESOURCES-MAIL">FreeBSD/Alpha mailing list</a></li>
|
||||
</UL>
|
||||
|
||||
<H3>Other Links of Interest</H3>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-02-23 09:45:08 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "FreeBSD Source Auditing Project">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: auditors.sgml,v 1.24 1999-02-23 09:45:08 wosch Exp $ -->
|
||||
<!-- $Id: auditors.sgml,v 1.25 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
||||
<H1>General Information</H1>
|
||||
|
||||
<em>Last Updated: $Date: 1999-02-23 09:45:08 $ </em>
|
||||
<em>Last Updated: $Date: 1999-03-27 15:43:32 $ </em>
|
||||
|
||||
<H2>Overview</H2>
|
||||
|
||||
|
@ -72,7 +72,7 @@ acceptable.</P>
|
|||
<P>In order to be an auditor, you should either have commit privileges on
|
||||
<em>freefall.freebsd.org</em> or an arrangement with another auditor/reviewer
|
||||
who does. You should also be running or have immediate access to
|
||||
<a href="handbook/current.html">FreeBSD-current</a> sources since all of our changes
|
||||
<a href="handbook/cutting-edge.html#CURRENT">FreeBSD-current</a> sources since all of our changes
|
||||
will be made relative to that branch and then brought back (as necessary)
|
||||
into the <strong>2.1</strong> and <strong>2.2</strong> branches.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-05-27 09:23:43 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "About FreeBSD's availability">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: availability.sgml,v 1.11 1998-05-27 09:23:43 wosch Exp $ -->
|
||||
<!-- $Id: availability.sgml,v 1.12 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
@ -66,12 +66,12 @@ the FreeBSD Project.</FONT></FONT>
|
|||
<P>FreeBSD is developed and supported by a worldwide team of programmers.
|
||||
<A HREF="mailto:jkh@FreeBSD.ORG">Jordan Hubbard,</A> one of the project's
|
||||
founders, has written a <A HREF="&base/handbook/history.html">brief
|
||||
history</A> of the FreeBSD project. Information about <A HREF="&base/handbook/staff:who.html">who's
|
||||
history</A> of the FreeBSD project. Information about <A HREF="&base/handbook/staff-who.html">who's
|
||||
responsible for what</A> is also available. If you are curious, take a look
|
||||
at some <A HREF="http://www.freebsd.org/~jhs/freebsd/people.html">pictures
|
||||
of the team members</A>. A more complete listing of contributors is available
|
||||
in the <A HREF="&base/handbook/contrib.html">Contributors</A>
|
||||
section of the <A HREF="&base/handbook/handbook.html">FreeBSD
|
||||
section of the <A HREF="&base/handbook/index.html">FreeBSD
|
||||
Handbook</A>. FreeBSD is an open project welcomes the help of individuals
|
||||
who have time and or skills to offer.</P>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-10-27 12:00:21 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:49 $">
|
||||
<!ENTITY title "FreeBSD Documentation Project: Documentation Set">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: doc-set.sgml,v 1.3 1998-10-27 12:00:21 wosch Exp $ -->
|
||||
<!-- $Id: doc-set.sgml,v 1.4 1999-03-27 15:43:49 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -33,7 +33,7 @@
|
|||
FreeBSD. The format does not permit long winded and comprehensive
|
||||
answers.</p></li>
|
||||
|
||||
<li><p><a href="../handbook/handbook.html"><b>The Handbook</b></a></p>
|
||||
<li><p><a href="../handbook/index.html"><b>The Handbook</b></a></p>
|
||||
|
||||
<p>This is maintained by the project. Topics that need a more in depth
|
||||
discussion are addressed in the Handbook.</p></li>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-10-27 12:00:21 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:49 $">
|
||||
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: who.sgml,v 1.4 1998-10-27 12:00:21 wosch Exp $ -->
|
||||
<!-- $Id: who.sgml,v 1.5 1999-03-27 15:43:49 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
<p>Some of us can commit changes directly to the FreeBSD documentation
|
||||
tree. The complete list of people with commit ``privs'' is in <a
|
||||
href="../handbook/staff:doc.html">the
|
||||
href="../handbook/staff-doc.html">the
|
||||
Handbook</a>.</p>
|
||||
|
||||
<p>Others do not have commit privs, but they write and <a
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-07 15:13:10 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: docs.sgml,v 1.66 1999-03-07 15:13:10 wosch Exp $ -->
|
||||
<!-- $Id: docs.sgml,v 1.67 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -51,7 +51,7 @@
|
|||
receive this newsletter via e-mail.</p>
|
||||
|
||||
<a name="handbook"></a>
|
||||
<h2><a href="handbook/handbook.html">The FreeBSD Handbook</a></h2>
|
||||
<h2><a href="handbook/index.html">The FreeBSD Handbook</a></h2>
|
||||
|
||||
<p>This is an evolving, comprehensive on-line resource for
|
||||
FreeBSD users. Please address comments and contributions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$Date: 1999-02-22 00:26:34 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -212,7 +212,7 @@
|
|||
<a href="projects/newbies.html">For
|
||||
Newbies</a><br>
|
||||
<a
|
||||
href="&base;/handbook/handbook.html">Handbook</a><br>
|
||||
href="&base;/handbook/index.html">Handbook</a><br>
|
||||
<a href="tutorials/">Tutorials</a><br>
|
||||
<a href="&base;/FAQ/FAQ.html">FAQ</a><br>
|
||||
<a href="handbook/bibliography.html">Books</a><br>
|
||||
|
@ -306,7 +306,7 @@
|
|||
<tr>
|
||||
<td align="left" valign="top"><small><a
|
||||
href="&base;/mailto.html">Contact us</a><br>
|
||||
$Date: 1999-02-22 00:26:34 $</small></td>
|
||||
$Date: 1999-03-27 15:43:32 $</small></td>
|
||||
|
||||
<td align="right" valign="top"><small><a href="copyright/">Copyright</a> © 1995-1999
|
||||
FreeBSD Inc.<br>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-11-01 21:40:29 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:49 $">
|
||||
<!ENTITY title "Mirroring the FreeBSD Web Pages">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mirror.sgml,v 1.9 1998-11-01 21:40:29 wosch Exp $ -->
|
||||
<!-- $Id: mirror.sgml,v 1.10 1999-03-27 15:43:49 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -15,7 +15,7 @@
|
|||
To do this, you need to obtain and install
|
||||
a program called <em>cvsup</em> on your web server.
|
||||
|
||||
<a href="../handbook/cvsup.html">CVSup</a> is a software package for
|
||||
<a href="../handbook/synching.html#CVSUP">CVSup</a> is a software package for
|
||||
distributing and updating collections of files across a network.
|
||||
|
||||
<H2>Installing CVSup</H2>
|
||||
|
@ -52,7 +52,7 @@ updated daily at about 4:30am California time.</p>
|
|||
|
||||
<H2>More Information on CVSup</H2>
|
||||
|
||||
See the <a href="../handbook/cvsup.html">CVSup introduction</a> in the
|
||||
See the <a href="../handbook/synching.html#CVSUP">CVSup introduction</a> in the
|
||||
handbook.
|
||||
|
||||
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-12-13 21:58:22 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "Contacting FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mailto.sgml,v 1.11 1998-12-13 21:58:22 wosch Exp $ -->
|
||||
<!-- $Id: mailto.sgml,v 1.12 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -37,7 +37,7 @@
|
|||
The FreeBSD Mall</a><br>
|
||||
|
||||
|
||||
<h2><a href="handbook/staff:who.html">Who Is Responsible for What</a></h2>
|
||||
<h2><a href="handbook/staff-who.html">Who Is Responsible for What</a></h2>
|
||||
<p></p>
|
||||
|
||||
&footer;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-03-18 08:36:56 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:50 $">
|
||||
<!ENTITY title "FreeBSD News flash!">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: newsflash.sgml,v 1.124 1999-03-18 08:36:56 wosch Exp $ -->
|
||||
<!-- $Id: newsflash.sgml,v 1.125 1999-03-27 15:43:50 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -15,13 +15,13 @@
|
|||
Keeping up on the latest developments can be a chore! To
|
||||
keep on top of things, be sure and check this page
|
||||
periodically. Also, you may wish to subscribe to the <a
|
||||
href="../handbook/eresources:mail.html">freebsd-announce
|
||||
href="../handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce
|
||||
mailing list</a>.</p>
|
||||
|
||||
<p>The <a href="../news/qnewsletter.html">FreeBSD Real-Quick (TM) Newsletter
|
||||
(RQN)</a> is a monthly (sometimes bi-weekly) newsletter containing
|
||||
recent developments in the FreeBSD arena. Subscribe to
|
||||
<a href="../handbook/eresources:mail.html">freebsd-announce</a>
|
||||
<a href="../handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce</a>
|
||||
to receive this newsletter via e-mail.</p>
|
||||
|
||||
<p>For a detailed description of past, present, and future releases,
|
||||
|
@ -279,7 +279,7 @@ Information</a></strong> page.</p>
|
|||
|
||||
<li><p><b>1-May-98</b>
|
||||
The FreeBSD Project set up
|
||||
<a name="anoncvs" href="../handbook/anoncvs.html">Anonymous CVS</a>
|
||||
<a name="anoncvs" href="../handbook/synching.html#ANONCVS">Anonymous CVS</a>
|
||||
for the <a href="http://www.freebsd.org/cgi/cvsweb.cgi">FreeBSD CVS tree</a>.
|
||||
Among other things, it allows users of FreeBSD to perform,
|
||||
with no special privileges, read-only CVS operations
|
||||
|
@ -330,7 +330,7 @@ Information</a></strong> page.</p>
|
|||
<li><p><b>08-Jan-98</b>
|
||||
Improved support for Plug-n-Play cards has now been integrated into
|
||||
both 3.0-current and 2.2-stable branches now. This is available
|
||||
in source form via the <a href="../handbook/cvsup.html">CVSup</a> utility
|
||||
in source form via the <a href="../handbook/synching.html#CVSUP">CVSup</a> utility
|
||||
or in binary release snapshots from
|
||||
<a href="ftp://current.freebsd.org/pub/FreeBSD">current.FreeBSD.org</a>
|
||||
</p></li>
|
||||
|
@ -341,7 +341,7 @@ Information</a></strong> page.</p>
|
|||
<ul>
|
||||
<li><p><b>26-Dec-97</b>
|
||||
A convenient front-end tool for installing and configuring the
|
||||
<a href="../handbook/cvsup.html">CVSup</a> utility is now available.
|
||||
<a href="../handbook/synching.html#CVSUP">CVSup</a> utility is now available.
|
||||
To use it, simply login or su to root and run:
|
||||
<tt><b>pkg_add</b>
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</tt>
|
||||
|
@ -350,14 +350,14 @@ Information</a></strong> page.</p>
|
|||
<li><p><b>2-Dec-97</b>
|
||||
The "FOOF" bug has now been fixed in our 3.0-current and 2.2-stable
|
||||
branches and can either be incorporated by using the
|
||||
<a href="../handbook/cvsup.html">CVSup</a> utility, as described below
|
||||
<a href="../handbook/synching.html#CVSUP">CVSup</a> utility, as described below
|
||||
for the LAND attack fix, or by applying
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/f00f.diff.2.2">these patches</a>.</p></li>
|
||||
|
||||
<li><p><b>1-Dec-97</b>
|
||||
The "LAND attack" bug in TCP/IP has now been fixed in all relevant
|
||||
branches and can be incorporated by using the
|
||||
<a href="../handbook/cvsup.html">CVSup</a> utility to track the
|
||||
<a href="../handbook/synching.html#CVSUP">CVSup</a> utility to track the
|
||||
latest 2.2 or 3.0 sources.</p></li>
|
||||
|
||||
<li><p><b>1-Dec-97</b>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-03-26 09:48:08 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:50 $">
|
||||
<!ENTITY title "Changes at the FreeBSD Web Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: webchanges.sgml,v 1.29 1999-03-26 09:48:08 wosch Exp $ -->
|
||||
<!-- $Id: webchanges.sgml,v 1.30 1999-03-27 15:43:50 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -113,7 +113,7 @@ This page list user visible changes at the FreeBSD Web Server.
|
|||
<P></P></LI>
|
||||
|
||||
<LI><B>6-Feb-1999</B><BR>
|
||||
<a href="../handbook/vm.html">/handbook/vm.html</a>
|
||||
<a href="../handbook/internals-vm.html">/handbook/internals-vm.html</a>
|
||||
Added new Handbook section: The FreeBSD VM System
|
||||
<p></p></li>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-01-29 18:37:31 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:50 $">
|
||||
<!ENTITY title 'FreeBSD Mozilla Group'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mozilla.sgml,v 1.7 1999-01-29 18:37:31 wosch Exp $ -->
|
||||
<!-- $Id: mozilla.sgml,v 1.8 1999-03-27 15:43:50 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -33,7 +33,7 @@
|
|||
files within it.</dd>
|
||||
-->
|
||||
|
||||
<dt><a href="../handbook/cvsup.html">CVSup</a></dt>
|
||||
<dt><a href="../handbook/synching.html#CVSUP">CVSup</a></dt>
|
||||
|
||||
<dd>CVSup provides ongoing syncronization with the central Mozilla
|
||||
repository, either for the CVS bits themselves (for those wishing to
|
||||
|
@ -49,7 +49,7 @@
|
|||
cvs-mozilla
|
||||
</pre></dd>
|
||||
|
||||
<dt><a href="../handbook/anoncvs.html">anoncvs</a></dt>
|
||||
<dt><a href="../handbook/synching.html#ANONCVS">anoncvs</a></dt>
|
||||
|
||||
<dd>Anonymous CVS allows anyone to check things out of the FreeBSD
|
||||
Mozilla repository using the standard <tt>cvs(1)</tt> commands.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-10-27 11:57:13 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:50 $">
|
||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: snapshots.sgml,v 1.6 1998-10-27 11:57:13 wosch Exp $ -->
|
||||
<!-- $Id: snapshots.sgml,v 1.7 1999-03-27 15:43:50 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
<h2>Where to find snapshots</h2>
|
||||
|
||||
<p>Snapshots of <a href="&base/handbook/current.html">FreeBSD-current</a>
|
||||
<p>Snapshots of <a href="&base/handbook/cutting-edge.html#CURRENT">FreeBSD-current</a>
|
||||
are available via anonymous FTP from
|
||||
<a href="ftp://current.freebsd.org/pub/FreeBSD/">
|
||||
ftp://current.freebsd.org/pub/FreeBSD/</a>.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-01-26 18:40:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:51 $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: advisories.xml,v 1.10 1999-01-26 18:40:51 wosch Exp $ -->
|
||||
<!-- $Id: advisories.xml,v 1.11 1999-03-27 15:43:51 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -86,7 +86,7 @@ At this time, security advisories are available for:
|
|||
to upgrade to one of the supported releases mentioned above.</P>
|
||||
|
||||
<P>Like all development efforts, security fixes are first brought into
|
||||
the <A HREF="../handbook/current.html">FreeBSD-current</A> branch.
|
||||
the <A HREF="../handbook/cutting-edge.html#CURRENT">FreeBSD-current</A> branch.
|
||||
After a couple of days and some testing, the fix is retrofitted into
|
||||
the supported FreeBSD-stable branch(es) and an advisory then sent
|
||||
out.</P>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-01-26 18:40:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:51 $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: security.sgml,v 1.10 1999-01-26 18:40:51 wosch Exp $ -->
|
||||
<!-- $Id: security.sgml,v 1.11 1999-03-27 15:43:51 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -86,7 +86,7 @@ At this time, security advisories are available for:
|
|||
to upgrade to one of the supported releases mentioned above.</P>
|
||||
|
||||
<P>Like all development efforts, security fixes are first brought into
|
||||
the <A HREF="../handbook/current.html">FreeBSD-current</A> branch.
|
||||
the <A HREF="../handbook/cutting-edge.html#CURRENT">FreeBSD-current</A> branch.
|
||||
After a couple of days and some testing, the fix is retrofitted into
|
||||
the supported FreeBSD-stable branch(es) and an advisory then sent
|
||||
out.</P>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-22 10:29:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: support.sgml,v 1.123 1999-03-22 10:29:51 wosch Exp $ -->
|
||||
<!-- $Id: support.sgml,v 1.124 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -27,7 +27,7 @@
|
|||
<a name="mailing-list"></a>
|
||||
<h2>Mailing lists</h2>
|
||||
|
||||
<p><a href="&base/handbook/eresources:mail.html">Mailing lists</a>
|
||||
<p><a href="&base/handbook/eresources.html#ERESOURCES-MAIL">Mailing lists</a>
|
||||
are the primary support channel for FreeBSD
|
||||
users, with numerous mailing lists covering different
|
||||
topic areas. When in doubt about what list to post a
|
||||
|
@ -63,7 +63,7 @@
|
|||
<h2>Newsgroups</h2>
|
||||
|
||||
<p>There are a few FreeBSD specific <a
|
||||
href="&base/handbook/eresources:news.html">newsgroups</a>, along with
|
||||
href="&base/handbook/eresources-news.html">newsgroups</a>, along with
|
||||
numerous other newsgroups on topics of interest to FreeBSD
|
||||
users, though the mailing lists remain the most reliable way to
|
||||
get in touch with the FreeBSD developers. For miscellaneous
|
||||
|
@ -163,18 +163,18 @@ http://www.tw.freebsd.org/ Local language
|
|||
following options:
|
||||
|
||||
<ul>
|
||||
<li><a href="handbook/cvsup.html">cvsup</a>
|
||||
<li><a href="handbook/synching.html#CVSUP">cvsup</a>
|
||||
if you're looking for on-demand, low overhead access
|
||||
using a custom utility (written in Modula-3 no less).</li>
|
||||
|
||||
<li><a name="anoncvs" href="handbook/anoncvs.html">anoncvs</a>
|
||||
<li><a name="anoncvs" href="handbook/synching.html#ANONCVS">anoncvs</a>
|
||||
if you're looking
|
||||
for on-demand access that has higher overhead than cvsup (in
|
||||
terms of wall time and bytes xferred) but is easier to use for checking
|
||||
out small pieces of the tree and requires nothing more than the
|
||||
cvs tools already bundled with FreeBSD.</li>
|
||||
|
||||
<li><a href="handbook/ctm.html">CTM</a> if you're looking for very
|
||||
<li><a href="handbook/synching.html#CTM">CTM</a> if you're looking for very
|
||||
low overhead, batch-mode access (basically, patches through email)
|
||||
access.</li>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-22 10:29:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: usergroups.sgml,v 1.123 1999-03-22 10:29:51 wosch Exp $ -->
|
||||
<!-- $Id: usergroups.sgml,v 1.124 1999-03-27 15:43:32 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -27,7 +27,7 @@
|
|||
<a name="mailing-list"></a>
|
||||
<h2>Mailing lists</h2>
|
||||
|
||||
<p><a href="&base/handbook/eresources:mail.html">Mailing lists</a>
|
||||
<p><a href="&base/handbook/eresources.html#ERESOURCES-MAIL">Mailing lists</a>
|
||||
are the primary support channel for FreeBSD
|
||||
users, with numerous mailing lists covering different
|
||||
topic areas. When in doubt about what list to post a
|
||||
|
@ -63,7 +63,7 @@
|
|||
<h2>Newsgroups</h2>
|
||||
|
||||
<p>There are a few FreeBSD specific <a
|
||||
href="&base/handbook/eresources:news.html">newsgroups</a>, along with
|
||||
href="&base/handbook/eresources-news.html">newsgroups</a>, along with
|
||||
numerous other newsgroups on topics of interest to FreeBSD
|
||||
users, though the mailing lists remain the most reliable way to
|
||||
get in touch with the FreeBSD developers. For miscellaneous
|
||||
|
@ -163,18 +163,18 @@ http://www.tw.freebsd.org/ Local language
|
|||
following options:
|
||||
|
||||
<ul>
|
||||
<li><a href="handbook/cvsup.html">cvsup</a>
|
||||
<li><a href="handbook/synching.html#CVSUP">cvsup</a>
|
||||
if you're looking for on-demand, low overhead access
|
||||
using a custom utility (written in Modula-3 no less).</li>
|
||||
|
||||
<li><a name="anoncvs" href="handbook/anoncvs.html">anoncvs</a>
|
||||
<li><a name="anoncvs" href="handbook/synching.html#ANONCVS">anoncvs</a>
|
||||
if you're looking
|
||||
for on-demand access that has higher overhead than cvsup (in
|
||||
terms of wall time and bytes xferred) but is easier to use for checking
|
||||
out small pieces of the tree and requires nothing more than the
|
||||
cvs tools already bundled with FreeBSD.</li>
|
||||
|
||||
<li><a href="handbook/ctm.html">CTM</a> if you're looking for very
|
||||
<li><a href="handbook/synching.html#CTM">CTM</a> if you're looking for very
|
||||
low overhead, batch-mode access (basically, patches through email)
|
||||
access.</li>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-01-26 18:40:51 $">
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:51 $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: advisories.xml,v 1.10 1999-01-26 18:40:51 wosch Exp $ -->
|
||||
<!-- $Id: advisories.xml,v 1.11 1999-03-27 15:43:51 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -86,7 +86,7 @@ At this time, security advisories are available for:
|
|||
to upgrade to one of the supported releases mentioned above.</P>
|
||||
|
||||
<P>Like all development efforts, security fixes are first brought into
|
||||
the <A HREF="../handbook/current.html">FreeBSD-current</A> branch.
|
||||
the <A HREF="../handbook/cutting-edge.html#CURRENT">FreeBSD-current</A> branch.
|
||||
After a couple of days and some testing, the fix is retrofitted into
|
||||
the supported FreeBSD-stable branch(es) and an advisory then sent
|
||||
out.</P>
|
||||
|
|
Loading…
Reference in a new issue