Author: bdubbs
Date: 2010-03-07 12:44:17 -0700 (Sun, 07 Mar 2010)
New Revision: 8311
Modified:
trunk/BOOK/basicnet/netutils/whois.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to whois-5.0.1
Modified: trunk/BOOK/basicnet/netutils/whois.xml
===================================================================
--- trunk/BOOK/basicnet/netutils/whois.xml 2010-03-07 18:43:09 UTC (rev
8310)
+++ trunk/BOOK/basicnet/netutils/whois.xml 2010-03-07 19:44:17 UTC (rev
8311)
@@ -68,38 +68,24 @@
<sect2 role="installation">
<title>Installation of Whois</title>
- <para>Issue the following command to fix the installation of the
- <filename class="extension">.po</filename> locale files:</para>
+ <para>Build the application with:</para>
-<screen><userinput>sed -i 's/install:/install-pos:/'
po/Makefile</userinput></screen>
+<screen><userinput>make &&
+make pos</userinput></screen>
- <para>If you wish to install both the <command>whois</command> and
- <command>mkpasswd</command> programs issue the command shown below,
- otherwise skip to the <xref linkend="make-whois-only"/> commands:</para>
+ <para>You can install the <command>whois</command> program, the
+ <command>mkpasswd</command> program, and the locale files independently.
+ Control your choice of what is installed with the following commands issued
+ as the <systemitem class="username">root</systemitem> user:</para>
+
+ <note><para>Installing this version of <command>mkpasswd</command> will
+ overwrite the same command installed by <xref
+ linkend='expect'/>.</para></note>
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make prefix=/usr install-whois
+make prefix=/usr install-mkpasswd
+make prefix=/usr install-pos</userinput></screen>
- <para id="make-whois-only" xreflabel="make only whois">If you wish to
- install just the <command>whois</command> program, issue the follow
- commands:</para>
-
-<screen><userinput>sed -i 's/install-whois.*/& install-pos/' Makefile
&&
-make whois</userinput></screen>
-
- <para>This package does not come with a test suite.</para>
-
- <para>Now, as the <systemitem class="username">root</systemitem> user,
- install both programs by issuing the following command. Otherwise,
- skip to the <xref linkend="install-whois-only"/> command:</para>
-
-<screen role='root'><userinput>make prefix=/usr install</userinput></screen>
-
- <para id="install-whois-only" xreflabel="install only whois">To install
- just the <command>whois</command> program, issue the following command as
- the <systemitem class="username">root</systemitem> user:</para>
-
-<screen role='root'><userinput>make prefix=/usr
install-whois</userinput></screen>
-
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-07 18:43:09 UTC (rev 8310)
+++ trunk/BOOK/general.ent 2010-03-07 19:44:17 UTC (rev 8311)
@@ -419,7 +419,7 @@
<!-- Chapter 19 -->
<!ENTITY traceroute-version "2.0.12">
<!ENTITY nmap-version "4.20">
-<!ENTITY whois-version "4.7.28">
+<!ENTITY whois-version "5.0.1">
<!ENTITY bind-version "9.4.1-P1">
<!ENTITY wireshark-version "0.99.6">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-07 18:43:09 UTC
(rev 8310)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-07 19:44:17 UTC
(rev 8311)
@@ -45,6 +45,9 @@
<para>March 7th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to whois-5.0.1.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated the ACL, ATTR, and Tcsh package download
URLs.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page