Update to 1.20
This commit is contained in:
parent
0f879bec48
commit
37c5d7fe5d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4661
1 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY date "$Date: 1999-02-08 19:26:11 $">
|
<!ENTITY date "$Date: 1999-04-10 20:59:11 $">
|
||||||
<!ENTITY title 'Compatibilidad año 2000 ("Millennium Bug")'>
|
<!ENTITY title 'Compatibilidad año 2000 ("Millennium Bug")'>
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: y2kbug.sgml,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $ -->
|
<!-- $Id: y2kbug.sgml,v 1.2 1999-04-10 20:59:11 jesusr Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
<h2>Más información</h2>
|
<h2>Más información</h2>
|
||||||
|
|
||||||
<p><i>(This section based on the text from the <a
|
|
||||||
href="http://www.linux.org.uk/mbug.html">Linux Y2K compliance
|
|
||||||
page</a>)</i></p>
|
|
||||||
<p><i>(Esta sección está basada en el texto de <a
|
<p><i>(Esta sección está basada en el texto de <a
|
||||||
href="http://www.linux.org.uk/mbug.html">Linux Y2K compliance
|
href="http://www.linux.org.uk/mbug.html">Linux Y2K compliance
|
||||||
</a>)</i></p>
|
</a>)</i></p>
|
||||||
|
@ -90,19 +87,21 @@
|
||||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1380">misc/1380</a></dt>
|
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1380">misc/1380</a></dt>
|
||||||
<dd>Muchos programas tenían incluido de manera fija el formato
|
<dd>Muchos programas tenían incluido de manera fija el formato
|
||||||
19%d para el año. Los programas afectados incluyen: yacc, ftpd,
|
19%d para el año. Los programas afectados incluyen: yacc, ftpd,
|
||||||
y make.</dd>
|
y make.
|
||||||
|
[Solucionado: yacc v1.2 1999/01/18; ftpd v1.7 1996/08/05;
|
||||||
|
make v1.4 1996/10/06] </dd>
|
||||||
|
|
||||||
<dt><a
|
<dt><a
|
||||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1382">conf/1382</a></dt>
|
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=1382">conf/1382</a></dt>
|
||||||
<dd>El script sed de /etc/rc.local que crea la línea del
|
<dd>El script sed de /etc/rc.local que crea la línea del
|
||||||
host/kernel ID para el mensaje del día depende de que el
|
host/kernel ID para el mensaje del día depende de que el
|
||||||
año no sobrepase el 1999.</dd>
|
año no sobrepase el 1999. [Solucionado: v1.21 1996/10/24]</dd>
|
||||||
|
|
||||||
<dt><a
|
<dt><a
|
||||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=3465">misc/3465</a></dt>
|
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=3465">misc/3465</a></dt>
|
||||||
<dd>El comando etc/namedb/make-localhost genera el número
|
<dd>El comando etc/namedb/make-localhost genera el número
|
||||||
serial del DNS como YYMMDD. En el año 2000, éste
|
serial del DNS como YYMMDD. En el año 2000, éste
|
||||||
será generado como 1YYMMDD.</dd>
|
será generado como 1YYMMDD.[Solucionado v1.2 1997/08/11]</dd>
|
||||||
|
|
||||||
<dt><a
|
<dt><a
|
||||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=4930">gnu/4930</a> y
|
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=4930">gnu/4930</a> y
|
||||||
|
|
Loading…
Reference in a new issue