english sub directories: cgi, commercial, gallery, gifs which are redundant and will never be translated and the spanish sub directories: doc-es, docs-es Submitted by: "Jesus Rodriguez" <jesusr@ncsa.es> Fix Makefiles errors. `Make all install' runs fine. Currently, many the links to the sub directories cgi, commercial, gallery, gifs are broken. The links should point to the English orginal files.
50 lines
1.5 KiB
Text
50 lines
1.5 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$Date: 1999-02-08 19:26:11 $">
|
|
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
|
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
|
]>
|
|
<!-- $Id: errata.sgml,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $ -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<pre>
|
|
The file <a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/ERRATA.TXT">
|
|
ERRATA.TXT</a> 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:
|
|
|
|
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/CERT/">ftp://ftp.freebsd.org/pub/FreeBSD/CERT/</a>
|
|
|
|
For the latest information.
|
|
|
|
---- Security Advisories:
|
|
|
|
Current active security advisories for 2.2.8: None
|
|
|
|
---- System Update Information:
|
|
|
|
<strong>o /usr/sbin/sysctl is an invalid link and whereis(1) doesn't work.</strong>
|
|
|
|
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
|
|
|
|
</pre>
|
|
|
|
<p></p><a href="../index.html">Release Home</a>
|
|
&footer;
|
|
</body>
|
|
</html>
|