Update to 1.27
Update to 1.9
This commit is contained in:
parent
4d1875e8e2
commit
a8a6457373
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4540
1 changed files with 21 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$Date: 1999-02-08 19:26:11 $">
|
<!ENTITY date "$Date: 1999-03-18 15:06:13 $">
|
||||||
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
|
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: errata.sgml,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $ -->
|
<!-- $Id: errata.sgml,v 1.2 1999-03-18 15:06:13 jesusr Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
The file <a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/ERRATA.TXT">
|
The file <a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/2.2.8-RELEASE/ERRATA.TXT">
|
||||||
ERRATA.TXT</a> contains post-release ERRATA for 2.2.8 and should always
|
ERRATA.TXT</a> contains post-release ERRATA for 2.2.8 and should always
|
||||||
be considered the definitive place to look *first* before reporting
|
be considered the definitive place to look *first* before reporting
|
||||||
a problem with this release. This file will also be periodically
|
a problem with this release. This file will also be periodically
|
||||||
|
@ -42,6 +42,24 @@ Fix: sysctl(8) has actually moved to /sbin/sysctl. Simply create
|
||||||
or syncronize your sources with 2.2-stable and rebuild/install
|
or syncronize your sources with 2.2-stable and rebuild/install
|
||||||
from /usr/src/usr.bin/whereis/ and just rm /usr/sbin/sysctl
|
from /usr/src/usr.bin/whereis/ and just rm /usr/sbin/sysctl
|
||||||
|
|
||||||
|
<strong>o /usr/share/doc/FAQ is in spanish.</strong>
|
||||||
|
|
||||||
|
Fix: This was a build failure which affected only the FAQ and has since
|
||||||
|
been fixed. If you are already cvsup/CTM'ing the doc-all tag then
|
||||||
|
you can simply remake and install the FAQ from sources, otherwise
|
||||||
|
grab ftp://ftp.freebsd.org/pub/FreeBSD/doc/FAQ.tar.gz and unpack
|
||||||
|
as follows: tar --unlink -xvzf FAQ.tar.gz -C /usr/share/doc
|
||||||
|
to get an english FAQ.
|
||||||
|
|
||||||
|
<strong>o getpwnam(3) semantics are incorrect in some cases.</strong>
|
||||||
|
|
||||||
|
Fix: If passed a string longer than the maximum allowed for a user name,
|
||||||
|
getpwnam will incorrectly return an entry for a user that matches the
|
||||||
|
initial characters in the string up to the maximum length allowed for a
|
||||||
|
user name. To correct this behaviour, libc needs to be patched and
|
||||||
|
recompiled. The appropriate patch can be obtained from:
|
||||||
|
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></p><a href="../index.html">Release Home</a>
|
<p></p><a href="../index.html">Release Home</a>
|
||||||
|
|
Loading…
Reference in a new issue