Author: randy Date: 2010-02-13 19:38:51 -0700 (Sat, 13 Feb 2010) New Revision: 8243
Modified: trunk/BOOK/basicnet/netprogs/inetutils.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Inetutils-1.6 Modified: trunk/BOOK/basicnet/netprogs/inetutils.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/inetutils.xml 2010-02-14 01:18:57 UTC (rev 8242) +++ trunk/BOOK/basicnet/netprogs/inetutils.xml 2010-02-14 02:38:51 UTC (rev 8243) @@ -6,9 +6,9 @@ <!ENTITY inetutils-download-http "http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-&inetutils-version;.tar.gz"> <!ENTITY inetutils-download-ftp "ftp://ftp.gnu.org/gnu/inetutils/inetutils-&inetutils-version;.tar.gz"> - <!ENTITY inetutils-md5sum "aeacd11d19bf25c89d4eff38346bdfb9"> - <!ENTITY inetutils-size "1.3 MB"> - <!ENTITY inetutils-buildsize "14 MB"> + <!ENTITY inetutils-md5sum "23cc24bc77751bf77d50a07a7395f9b3"> + <!ENTITY inetutils-size "1.6 MB"> + <!ENTITY inetutils-buildsize "17 MB"> <!ENTITY inetutils-time "0.4 SBU"> ]> @@ -32,6 +32,8 @@ <para>The <application>Inetutils</application> package contains network clients and servers.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -82,10 +84,11 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> - <para>Add a required include statement because it's missed there and gcc + <!-- <para>Add a required include statement because it's missed there and gcc complains about undefined NULL:</para> <screen><userinput>sed -i "1i\#include <stdlib.h>" libicmp/icmp_timestamp.c</userinput></screen> + --> <para>Install <application>Inetutils</application> by running the following commands:</para> @@ -129,6 +132,15 @@ <application>Net-Tools</application> installed and wish to keep its version of <command>ifconfig</command>.</para> + <para><option>--disable-hostname</option>: This switch will prevent + <application>Inetutils</application> installing a + <command>hostname</command> command. Use this parameter if you have + the original version supplied in LFS during the + <application>Coreutils</application> package, or if you have the version + supplied by the <application>Net-Tools</application> package. If you wish + to keep these versions of <command>ifconfig</command>, use this + parameter.</para> + <para><option>--with-wrap</option>: This switch makes <application>Inetutils</application> compile against <application>tcp-wrappers</application>. Add this option if you want to @@ -159,8 +171,8 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>ftpd, ifconfig, inetd, ping6, rexecd, rlogind, rshd, talkd, - telnetd, tftpd, uucpd and whois</seg> + <seg>ftpd, hostname, ifconfig, inetd, ping6, rexecd, rlogind, rshd, + talkd, telnetd, tftpd, uucpd and whois</seg> <seg>None</seg> <seg>None</seg> </seglistitem> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-02-14 01:18:57 UTC (rev 8242) +++ trunk/BOOK/general.ent 2010-02-14 02:38:51 UTC (rev 8243) @@ -397,7 +397,7 @@ <!-- Chapter 18 --> <!ENTITY cvs-version "1.11.23"> -<!ENTITY inetutils-version "1.5"> +<!ENTITY inetutils-version "1.6"> <!ENTITY ncftp-version "3.2.3"> <!ENTITY net-tools-version "1.60"> <!ENTITY wireless-tools-version "28"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 01:18:57 UTC (rev 8242) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 02:38:51 UTC (rev 8243) @@ -45,6 +45,9 @@ <para>February 14th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Inetutils-1.6.</para> + </listitem> + <listitem> <para>[randy] - Updated to Linux-PAM-1.1.1.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
