Ignore:
Timestamp:
09/04/2004 07:45:14 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
0a35e881
Parents:
d31869d
Message:

Updated to Whois-4.6.21

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois.xml

    rd31869d r31156d2  
    88  <!ENTITY whois-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/slackware/slackware-current/source/n/whois/whois_&whois-version;.tar.gz">
    99  <!ENTITY whois-size          "51 KB">
    10   <!ENTITY whois-buildsize     "460 KB">
     10  <!ENTITY whois-buildsize     "470 KB">
    1111  <!ENTITY whois-time          "0.01 SBU">
    1212]>
     
    2525<para><application>Whois</application> is a client-side application which
    2626queries the whois directory service for information pertaining to a particular
    27 domain name. <!--Note that you already have this program from your LFS
    28 installation, it can handle COM, NET and EDU queries. You will need
    29 this application for any other domains. --></para>
     27domain name.</para>
    3028
    3129<sect3><title>Package information</title>
     
    4644commands:</para>
    4745
    48 <screen><userinput><command>make &amp;&amp;
     46<screen><userinput><command>sed -i -e "s/4.6.20/&whois-version;/" config.h &amp;&amp;
     47make &amp;&amp;
    4948make prefix=/usr install</command></userinput></screen>
     49
     50</sect2>
     51
     52<sect2>
     53<title>Command explanations</title>
     54
     55<para><command>sed -i -e "s/4.6.20/&whois-version;/" config.h</command>: This version
     56of <application>Whois</application> incorrectly identifies its version when
     57using the <command>whois --version</command> command. This command fixes the
     58version entity.</para>
    5059
    5160</sect2>
Note: See TracChangeset for help on using the changeset viewer.