Author: randy Date: 2008-08-11 08:47:20 -0600 (Mon, 11 Aug 2008) New Revision: 7529
Modified: trunk/BOOK/basicnet/netutils/whois.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Fixed broken Whois download URL Modified: trunk/BOOK/basicnet/netutils/whois.xml =================================================================== --- trunk/BOOK/basicnet/netutils/whois.xml 2008-08-10 22:16:20 UTC (rev 7528) +++ trunk/BOOK/basicnet/netutils/whois.xml 2008-08-11 14:47:20 UTC (rev 7529) @@ -4,8 +4,10 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> - <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> + <!-- <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> + <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> --> + <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz"> + <!ENTITY whois-download-ftp " "> <!ENTITY whois-md5sum "f069304ae912ff4fdec59f33de405076"> <!ENTITY whois-size "67 KB"> <!ENTITY whois-buildsize "1 MB"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-08-10 22:16:20 UTC (rev 7528) +++ trunk/BOOK/general.ent 2008-08-11 14:47:20 UTC (rev 7529) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "10"> <!-- Always 2 digits --> +<!ENTITY day "11"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY copyrightdate "2001-&year;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-08-10 22:16:20 UTC (rev 7528) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-08-11 14:47:20 UTC (rev 7529) @@ -42,19 +42,28 @@ --> <listitem> - <para>August 10, 2008</para> + <para>August 11th, 2008</para> <itemizedlist> <listitem> - <para>[Randy] - Updated the PAR-Dist Perl module to 0.31.</para> + <para>[randy] - Fixed broken Whois download URL.</para> </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>August 10th, 2008</para> + <itemizedlist> <listitem> - <para>[Randy] - Updated the Text-CSV_XS Perl module to 0.52.</para> + <para>[randy] - Updated the PAR-Dist Perl module to 0.31.</para> </listitem> + <listitem> + <para>[randy] - Updated the Text-CSV_XS Perl module to 0.52.</para> + </listitem> </itemizedlist> </listitem> <listitem> - <para>Aug 1, 2008</para> + <para>Aug 1st, 2008</para> <itemizedlist> <listitem> <para>[thomas] - Fix net-tools download location.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
