Changeset 88880e5


Ignore:
Timestamp:
08/11/2008 02:47:20 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
718392d9
Parents:
6d4239f
Message:

Fixed broken Whois download URL

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois.xml

    r6d4239f r88880e5  
    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

    r6d4239f r88880e5  
    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

    r6d4239f r88880e5  
    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.