Updated to Inetutils-1.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8243 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-02-14 02:38:51 +00:00
parent f84589ba15
commit e87e12fb37
3 changed files with 22 additions and 7 deletions

View File

@ -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 &lt;stdlib.h&gt;" libicmp/icmp_timestamp.c</userinput></screen>
-->
<para>Install <application>Inetutils</application> by running the following
commands:</para>
@ -129,6 +132,15 @@ mv -v /usr/bin/ping{,6} /bin</userinput></screen>
<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 @@ mv -v /usr/bin/ping{,6} /bin</userinput></screen>
<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>

View File

@ -397,7 +397,7 @@ $Date$
<!-- 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">

View File

@ -44,6 +44,9 @@
<listitem>
<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>