diff --git a/en/releases/2.2.8R/errata.sgml b/en/releases/2.2.8R/errata.sgml index d16bfbfade..577ce8f206 100644 --- a/en/releases/2.2.8R/errata.sgml +++ b/en/releases/2.2.8R/errata.sgml @@ -1,50 +1,59 @@ - + %includes; ]> - + &header;
The file
ERRATA.TXT contains post-release ERRATA for 2.2.8 and should always
be considered the definitive place to look *first* before reporting
a problem with this release. This file will also be periodically
updated as new issues are reported so even if you've checked this
file recently, check it again before filing a bug report. Any
changes to this file are also automatically emailed to:
freebsd-stable@freebsd.org
For 2.2.8 security advisories, see:
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/
For the latest information.
---- Security Advisories:
Current active security advisories for 2.2.8: None
---- System Update Information:
o /usr/sbin/sysctl is an invalid link and whereis(1) doesn't work.
Fix: sysctl(8) has actually moved to /sbin/sysctl. Simply create
a symbolic link for compatability purposes as follows:
ln -sf /sbin/sysctl /usr/sbin
or syncronize your sources with 2.2-stable and rebuild/install
from /usr/src/usr.bin/whereis/ and just rm /usr/sbin/sysctl
+o /usr/share/doc/FAQ is in spanish.
+
+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/docs/FAQ.tar.gz and unpack
+ as follows: tar --unlink -xvzf FAQ.tar.gz -C /usr/share/doc
+ to get an english FAQ.
+
Release Home
&footer;