[email protected] wrote these words on 07/06/09 14:14 CST: > Author: gdalziel > Date: 2009-07-06 13:14:11 -0600 (Mon, 06 Jul 2009) > New Revision: 7832 > > Modified: > trunk/BOOK/general.ent > Log: > forgot to update general.ent > > -<!ENTITY day "28"> <!-- Always 2 digits --> > -<!ENTITY month "06"> <!-- Always 2 digits --> > +<!ENTITY day "06"> <!-- Always 2 digits --> > +<!ENTITY month "07"> <!-- Always 2 digits --> > <!ENTITY year "2009"> > <!ENTITY copyrightdate "2001-&year;"> > <!ENTITY copyholder "The BLFS Development Team">
In this case the month rolled over so you need to also change the spelled out "June" to "July". It is a few more lines down than what you see here. -- Randy rmlscsi: [bogomips 1003.25] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 14:20:02 up 2:48, 1 user, load average: 1.38, 1.26, 0.87 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
