Changeset 329c4bf


Ignore:
Timestamp:
03/07/2010 07:44:17 PM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
10033899
Parents:
0fc1dd0
Message:

Updated to whois-5.0.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois.xml

    r0fc1dd0 r329c4bf  
    6969    <title>Installation of Whois</title>
    7070
    71     <para>Issue the following command to fix the installation of the
    72     <filename class="extension">.po</filename> locale files:</para>
     71    <para>Build the application with:</para>
    7372
    74 <screen><userinput>sed -i 's/install:/install-pos:/' po/Makefile</userinput></screen>
     73<screen><userinput>make &amp;&amp;
     74make pos</userinput></screen>
    7575
    76     <para>If you wish to install both the <command>whois</command> and
    77     <command>mkpasswd</command> programs issue the command shown below,
    78     otherwise skip to the <xref linkend="make-whois-only"/> commands:</para>
     76    <para>You can install the <command>whois</command> program, the
     77    <command>mkpasswd</command> program, and the locale files independently.
     78    Control your choice of what is installed with the following commands issued
     79    as the <systemitem class="username">root</systemitem> user:</para>
     80 
     81    <note><para>Installing this version of <command>mkpasswd</command> will
     82    overwrite the same command installed by <xref
     83    linkend='expect'/>.</para></note>
    7984
    80 <screen><userinput>make</userinput></screen>
    81 
    82     <para id="make-whois-only" xreflabel="make only whois">If you wish to
    83     install just the <command>whois</command> program, issue the follow
    84     commands:</para>
    85 
    86 <screen><userinput>sed -i 's/install-whois.*/&amp; install-pos/' Makefile &amp;&amp;
    87 make whois</userinput></screen>
    88 
    89     <para>This package does not come with a test suite.</para>
    90 
    91     <para>Now, as the <systemitem class="username">root</systemitem> user,
    92     install both programs by issuing the following command. Otherwise,
    93     skip to the <xref linkend="install-whois-only"/> command:</para>
    94 
    95 <screen role='root'><userinput>make prefix=/usr install</userinput></screen>
    96 
    97     <para id="install-whois-only" xreflabel="install only whois">To install
    98     just the <command>whois</command> program, issue the following command as
    99     the <systemitem class="username">root</systemitem> user:</para>
    100 
    101 <screen role='root'><userinput>make prefix=/usr install-whois</userinput></screen>
     85<screen><userinput>make prefix=/usr install-whois
     86make prefix=/usr install-mkpasswd
     87make prefix=/usr install-pos</userinput></screen>
    10288
    10389  </sect2>
  • general.ent

    r0fc1dd0 r329c4bf  
    420420<!ENTITY traceroute-version           "2.0.12">
    421421<!ENTITY nmap-version                 "4.20">
    422 <!ENTITY whois-version                "4.7.28">
     422<!ENTITY whois-version                "5.0.1">
    423423<!ENTITY bind-version                 "9.4.1-P1">
    424424<!ENTITY wireshark-version            "0.99.6">
  • introduction/welcome/changelog.xml

    r0fc1dd0 r329c4bf  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to whois-5.0.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated the ACL, ATTR, and Tcsh package download
    4952          URLs.</para>
Note: See TracChangeset for help on using the changeset viewer.