diff --git a/en/releases/2.2.8R/errata.sgml b/en/releases/2.2.8R/errata.sgml
index fc3566966e..5265580e94 100644
--- a/en/releases/2.2.8R/errata.sgml
+++ b/en/releases/2.2.8R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
&header;
@@ -32,11 +32,15 @@ Current active security advisories for 2.2.8: None
---- System Update Information:
-o /usr/sbin/sysctl is an invalid link.
+o /usr/sbin/sysctl is an invalid link and whereis(1) doesn't work.
-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