Drop the release documentation for 4.5-RELEASE into place on the Web site.
This commit is contained in:
parent
1638884ee3
commit
7a50e4a70a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11891
7 changed files with 12706 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.1 2002/01/12 13:29:27 murray Exp $
|
||||
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.2 2002/01/24 17:24:09 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,4 +9,11 @@
|
|||
|
||||
DOCS= hardware.sgml notes.sgml qa.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= hardware-alpha.html
|
||||
DATA+= hardware-i386.html
|
||||
DATA+= relnotes-alpha.html
|
||||
DATA+= relnotes-i386.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
161
en/releases/4.5R/docbook.css
Normal file
161
en/releases/4.5R/docbook.css
Normal file
|
@ -0,0 +1,161 @@
|
|||
/*
|
||||
* Copyright (c) 2001 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: doc/share/misc/docbook.css,v 1.4 2001/07/11 12:46:50 nik Exp $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
BODY BLOCKQUOTE {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
HTML BODY {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.LEGALNOTICE {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
BODY DIV {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
DL {
|
||||
margin: .8em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY FORM {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
H1, H2, H3, H4, H5, H6,
|
||||
DIV.EXAMPLE P B,
|
||||
.QUESTION,
|
||||
DIV.TABLE P B,
|
||||
DIV.PROCEDURE P B {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
BODY H1 {
|
||||
margin: .8em 0 0 -4%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H2 {
|
||||
margin: .8em 0 0 -4%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H3 {
|
||||
margin: .8em 0 0 -3%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H4 {
|
||||
margin: .8em 0 0 -3%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H5 {
|
||||
margin: .8em 0 0 -2%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H6 {
|
||||
margin: .8em 0 0 -1%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY HR {
|
||||
margin: .6em
|
||||
}
|
||||
|
||||
BODY IMG.NAVHEADER {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
OL {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY P {
|
||||
margin: .6em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.0;
|
||||
color: #461b7e;
|
||||
}
|
||||
|
||||
BODY TD {
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
BODY TH {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
UL, BODY DIR, BODY MENU {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
HTML {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||
.GUILABEL, .INTERFACE, .GUIBUTTON,
|
||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.ACCEL {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
116
en/releases/4.5R/errata.html
Normal file
116
en/releases/4.5R/errata.html
Normal file
|
@ -0,0 +1,116 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<title>FreeBSD 4.5-RELEASE Errata</title>
|
||||
<meta name="GENERATOR" content=
|
||||
"Modular DocBook HTML Stylesheet Version 1.73 ">
|
||||
<link rel="STYLESHEET" type="text/css" href="docbook.css">
|
||||
</head>
|
||||
|
||||
<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link=
|
||||
"#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<div class="ARTICLE">
|
||||
<div class="TITLEPAGE">
|
||||
<h1 class="TITLE"><a name="AEN2">FreeBSD 4.5-RELEASE
|
||||
Errata</a></h1>
|
||||
|
||||
<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
|
||||
|
||||
<p class="COPYRIGHT">Copyright © 2000, 2001, 2002 by
|
||||
The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD:
|
||||
src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
|
||||
1.1.2.43.2.1 2002/01/25 21:48:54 bmah Exp $<br>
|
||||
</p>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<blockquote class="ABSTRACT">
|
||||
<div class="ABSTRACT">
|
||||
<a name="AEN11"></a>
|
||||
|
||||
<p>This document lists errata items for FreeBSD
|
||||
4.5-RELEASE, containing significant information
|
||||
discovered after the release. This information includes
|
||||
security advisories, as well as news relating to the
|
||||
software or documentation that could affect its operation
|
||||
or usability. An up-to-date version of this document
|
||||
should always be consulted before installing this version
|
||||
of FreeBSD.</p>
|
||||
|
||||
<p>This errata document for FreeBSD 4.5-RELEASE will be
|
||||
maintained until the release of FreeBSD 4.6-RELEASE.</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr>
|
||||
|
||||
<h1 class="SECT1"><a name="AEN14">1 Introduction</a></h1>
|
||||
|
||||
<p>This errata document contains ``late-breaking news''
|
||||
about FreeBSD 4.5-RELEASE. Before installing this version,
|
||||
it is important to consult this document to learn about any
|
||||
post-release discoveries or problems that may already have
|
||||
been found and fixed.</p>
|
||||
|
||||
<p>Any version of this errata document actually distributed
|
||||
with the release (for example, on a CDROM distribution)
|
||||
will be out of date by definition, but other copies are
|
||||
kept updated on the Internet and should be consulted as the
|
||||
``current errata'' for this release. These other copies of
|
||||
the errata are located at <a href=
|
||||
"http://www.FreeBSD.org/releases/" target=
|
||||
"_top">http://www.FreeBSD.org/releases/</a>, plus any sites
|
||||
which keep up-to-date mirrors of this location.</p>
|
||||
|
||||
<p>Source and binary snapshots of FreeBSD 4-STABLE also
|
||||
contain up-to-date copies of this document (as of the time
|
||||
of the snapshot).</p>
|
||||
|
||||
<p>For a list of all FreeBSD CERT security advisories, see
|
||||
<a href="http://www.FreeBSD.org/security/" target=
|
||||
"_top">http://www.FreeBSD.org/security/</a> or <a href=
|
||||
"ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/" target=
|
||||
"_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr>
|
||||
|
||||
<h1 class="SECT1"><a name="AEN25">2 Security
|
||||
Advisories</a></h1>
|
||||
|
||||
<p>No active security advisories.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr>
|
||||
|
||||
<h1 class="SECT1"><a name="AEN28">3 System Update
|
||||
Information</a></h1>
|
||||
|
||||
<p>No active updates.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<p align="center"><small>This file, and other release-related
|
||||
documents, can be downloaded from <a href=
|
||||
"ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/">ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a>
|
||||
before contacting <<a href=
|
||||
"mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this
|
||||
documentation, e-mail <<a href=
|
||||
"mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
<br>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
|
5939
en/releases/4.5R/hardware-alpha.html
Normal file
5939
en/releases/4.5R/hardware-alpha.html
Normal file
File diff suppressed because it is too large
Load diff
3746
en/releases/4.5R/hardware-i386.html
Normal file
3746
en/releases/4.5R/hardware-i386.html
Normal file
File diff suppressed because it is too large
Load diff
1281
en/releases/4.5R/relnotes-alpha.html
Normal file
1281
en/releases/4.5R/relnotes-alpha.html
Normal file
File diff suppressed because it is too large
Load diff
1455
en/releases/4.5R/relnotes-i386.html
Normal file
1455
en/releases/4.5R/relnotes-i386.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue