Mention a few problem reports that pertain to the millenium bug.
PR: 5797 Submitted by: Nik Clayton <nik@nothing-going-on.demon.co.uk>
This commit is contained in:
parent
f726dc6005
commit
98e980c710
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2457
2 changed files with 60 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-02-12 04:52:30 $">
|
||||
<!ENTITY date "$Date: 1998-02-20 17:27:10 $">
|
||||
<!ENTITY title 'Year 2000 bug (aka "Millennium bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: y2kbug.sgml,v 1.2 1998-02-12 04:52:30 hoek Exp $ -->
|
||||
<!-- $Id: y2kbug.sgml,v 1.3 1998-02-20 17:27:10 steve Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -47,6 +47,34 @@
|
|||
1999 to 2000, and that it correctly interprets the year 2000 as a leap
|
||||
year.</p>
|
||||
|
||||
<h2>Fixed problems</h2>
|
||||
|
||||
<p>The following Y2K problems have been identified and fixed in
|
||||
FreeBSD.</p>
|
||||
|
||||
<dl>
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1380">misc/1380</a></dt>
|
||||
<dd>Several programs have a hardcoded 19%d in responses for the year.
|
||||
Affected programs include: yacc, ftpd, and make.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1382">conf/1382</a></dt>
|
||||
<dd>The sed script in /etc/rc.local that builds the host/kernel ID line
|
||||
for the message of the day relies on the year not going past
|
||||
1999.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=3465">misc/3465</a></dt>
|
||||
<dd>The etc/namedb/make-localhost command generates the DNS serial
|
||||
number as YYMMDD. In the year 2000, this will be generated as
|
||||
1YYMMDD.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=4930">gnu/4930</a></dt>
|
||||
<dd>groff tmac macros have hardcoded 19 for generating some dates.</dd>
|
||||
</dl>
|
||||
|
||||
<h2>Problematic applications</h2>
|
||||
|
||||
<p>This section is currently a placeholder. As we become aware of
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-02-12 04:52:30 $">
|
||||
<!ENTITY date "$Date: 1998-02-20 17:27:10 $">
|
||||
<!ENTITY title 'Year 2000 bug (aka "Millennium bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: y2kbug.sgml,v 1.2 1998-02-12 04:52:30 hoek Exp $ -->
|
||||
<!-- $Id: y2kbug.sgml,v 1.3 1998-02-20 17:27:10 steve Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -47,6 +47,34 @@
|
|||
1999 to 2000, and that it correctly interprets the year 2000 as a leap
|
||||
year.</p>
|
||||
|
||||
<h2>Fixed problems</h2>
|
||||
|
||||
<p>The following Y2K problems have been identified and fixed in
|
||||
FreeBSD.</p>
|
||||
|
||||
<dl>
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1380">misc/1380</a></dt>
|
||||
<dd>Several programs have a hardcoded 19%d in responses for the year.
|
||||
Affected programs include: yacc, ftpd, and make.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1382">conf/1382</a></dt>
|
||||
<dd>The sed script in /etc/rc.local that builds the host/kernel ID line
|
||||
for the message of the day relies on the year not going past
|
||||
1999.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=3465">misc/3465</a></dt>
|
||||
<dd>The etc/namedb/make-localhost command generates the DNS serial
|
||||
number as YYMMDD. In the year 2000, this will be generated as
|
||||
1YYMMDD.</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=4930">gnu/4930</a></dt>
|
||||
<dd>groff tmac macros have hardcoded 19 for generating some dates.</dd>
|
||||
</dl>
|
||||
|
||||
<h2>Problematic applications</h2>
|
||||
|
||||
<p>This section is currently a placeholder. As we become aware of
|
||||
|
|
Loading…
Reference in a new issue