Better errata fix.

Submitted by:	obrien
This commit is contained in:
Jordan K. Hubbard 1998-12-17 17:19:01 +00:00
parent 4c86a9b6a2
commit 8db2b4164e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3935

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1998-12-16 12:53:23 $">
<!ENTITY date "$Date: 1998-12-17 17:19:01 $">
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $Id: errata.sgml,v 1.2 1998-12-16 12:53:23 jkh Exp $ -->
<!-- $Id: errata.sgml,v 1.3 1998-12-17 17:19:01 jkh Exp $ -->
<html>
&header;
@ -32,11 +32,15 @@ Current active security advisories for 2.2.8: None
---- System Update Information:
<strong>o /usr/sbin/sysctl is an invalid link.</strong>
<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 remove
/usr/sbin/sysctl as it was included accidently in the
bin distribution and is not necessary.
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.sbin/whereis/ and just rm /usr/sbin/sysctl
</pre>