Changeset 11de374


Ignore:
Timestamp:
08/11/2008 02:47:45 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc3
Children:
c5bf632b
Parents:
4624b4e
Message:

Fixed broken Whois download URL

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7530 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois.xml

    r4624b4e r11de374  
    55  %general-entities;
    66
    7   <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
    8   <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
     7  <!-- <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
     8  <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> -->
     9  <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz">
     10  <!ENTITY whois-download-ftp  " ">
    911  <!ENTITY whois-md5sum        "f069304ae912ff4fdec59f33de405076">
    1012  <!ENTITY whois-size          "67 KB">
  • general.ent

    r4624b4e r11de374  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "11">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    r4624b4e r11de374  
    4343
    4444    <listitem>
    45       <para>August 10, 2008</para>
    46       <itemizedlist>
    47         <listitem>
    48           <para>[Randy] - Updated the PAR-Dist Perl module to 0.31.</para>
    49         </listitem>
    50         <listitem>
    51           <para>[Randy] - Updated the Text-CSV_XS Perl module to 0.52.</para>
    52         </listitem>
    53       </itemizedlist>
    54     </listitem>
    55 
    56     <listitem>
    57       <para>Aug 1, 2008</para>
     45      <para>August 11th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Fixed broken Whois download URL.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
     54      <para>August 10th, 2008</para>
     55      <itemizedlist>
     56        <listitem>
     57          <para>[randy] - Updated the PAR-Dist Perl module to 0.31.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[randy] - Updated the Text-CSV_XS Perl module to 0.52.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
     66      <para>Aug 1st, 2008</para>
    5867      <itemizedlist>
    5968        <listitem>
Note: See TracChangeset for help on using the changeset viewer.