Author: randy Date: 2008-10-13 15:29:38 -0600 (Mon, 13 Oct 2008) New Revision: 7593
Modified: trunk/BOOK/basicnet/netutils/whois.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Whois-4.7.28 Modified: trunk/BOOK/basicnet/netutils/whois.xml =================================================================== --- trunk/BOOK/basicnet/netutils/whois.xml 2008-10-13 15:32:21 UTC (rev 7592) +++ trunk/BOOK/basicnet/netutils/whois.xml 2008-10-13 21:29:38 UTC (rev 7593) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!-- <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> - <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> --> - <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz"> - <!ENTITY whois-download-ftp " "> - <!ENTITY whois-md5sum "f069304ae912ff4fdec59f33de405076"> - <!ENTITY whois-size "67 KB"> + <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> + <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> + <!-- <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz"> + <!ENTITY whois-download-ftp " "> --> + <!ENTITY whois-md5sum "90b8f4014d7e2249b74ac0cc56de2360"> + <!ENTITY whois-size "68 KB"> <!ENTITY whois-buildsize "1 MB"> <!ENTITY whois-time "less than 0.1 SBU"> ]> @@ -33,7 +33,10 @@ <para><application>Whois</application> is a client-side application which queries the whois directory service for information pertaining to a - particular domain name.</para> + particular domain name. This package by default will install two programs: + <command>whois</command> and <command>mkpasswd</command>. The + <command>mkpasswd</command> command is also installed by the + <xref linkend="expect"/> package.</para> <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -65,29 +68,50 @@ <sect2 role="installation"> <title>Installation of Whois</title> - <para>Install <application>Whois</application> by running the following - commands:</para> + <para>Issue the following command to fix the installation of the + <filename class="extension">.po</filename> locale files:</para> +<screen><userinput>sed -i 's/install:/install-pos:/' po/Makefile</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> + <screen><userinput>make</userinput></screen> - <para>This package does not come with a test suite (that works).</para> + <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> - <para>Now, as the <systemitem class="username">root</systemitem> user:</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"> <title>Contents</title> <segmentedlist> - <segtitle>Installed Program</segtitle> + <segtitle>Installed Programs</segtitle> <segtitle>Installed Libraries</segtitle> <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>whois</seg> + <seg>whois and mkpasswd</seg> <seg>None</seg> <seg>None</seg> </seglistitem> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-10-13 15:32:21 UTC (rev 7592) +++ trunk/BOOK/general.ent 2008-10-13 21:29:38 UTC (rev 7593) @@ -357,7 +357,7 @@ <!-- Chapter 19 --> <!ENTITY traceroute-version "1.4a12"> <!ENTITY nmap-version "4.20"> -<!ENTITY whois-version "4.7.26"> +<!ENTITY whois-version "4.7.28"> <!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 2008-10-13 15:32:21 UTC (rev 7592) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-10-13 21:29:38 UTC (rev 7593) @@ -45,6 +45,9 @@ <para>October 13th, 2008</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Whois-4.7.28.</para> + </listitem> + <listitem> <para>[randy] - Updated to CrackLib-2.8.13.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
