Ignore:
Timestamp:
01/05/2011 01:09:22 AM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
e95131d
Parents:
0f1c7f32
Message:

Updated to Inetutils-1.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils.xml

    r0f1c7f32 rf5c298a  
    77  <!ENTITY inetutils-download-http "http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-&inetutils-version;.tar.gz">
    88  <!ENTITY inetutils-download-ftp  "ftp://ftp.gnu.org/gnu/inetutils/inetutils-&inetutils-version;.tar.gz">
    9   <!ENTITY inetutils-md5sum        "23cc24bc77751bf77d50a07a7395f9b3">
    10   <!ENTITY inetutils-size          "1.6 MB">
    11   <!ENTITY inetutils-buildsize     "17 MB">
    12   <!ENTITY inetutils-time          "0.4 SBU">
     9  <!ENTITY inetutils-md5sum        "ad8fdcdf1797b9ca258264a6b04e48fd">
     10  <!ENTITY inetutils-size          "1.8 MB">
     11  <!ENTITY inetutils-buildsize     "20 MB">
     12  <!ENTITY inetutils-time          "0.5 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>Inetutils</application> package contains network
    33     clients and servers.</para>
    34 
    35     &lfs65_checked;
     33    clients and servers. If you are building on an LFS platform, this package
     34    was installed during LFS and only the clients (telnet, ftp, etc.) were
     35    installed. These instructions allow you to install the server programs.
     36    Note that most of the <application>Inetutils</application> servers are
     37    insecure and should only be used on trusted networks.</para>
     38
     39    <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
    3640
    3741    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9498    commands:</para>
    9599
    96 <screen><userinput>./configure --prefix=/usr \
     100<screen><userinput>./configure --prefix=/usr          \
    97101            --libexecdir=/usr/sbin \
    98             --sysconfdir=/etc \
    99             --localstatedir=/var \
    100             --disable-logger \
    101             --disable-syslogd &amp;&amp;
     102            --sysconfdir=/etc      \
     103            --localstatedir=/var   \
     104            --disable-logger       \
     105            --disable-syslogd      \
     106            --disable-whois        \
     107            --disable-ifconfig     \
     108            --disable-hostname     \
     109            --disable-clients      &amp;&amp;
    102110make</userinput></screen>
    103111
    104     <para>This package does not come with a test suite.</para>
     112    <para>To test the results, issue: <command>make check</command>.</para>
    105113
    106114    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    122130    installed in the LFS book.</para>
    123131
    124     <para><option>--disable-whois</option>: This switch will prevent
     132    <para><option>--disable-whois</option>: This switch prevents
    125133    <application>Inetutils</application> installing an outdated
    126134    <command>whois</command> client. Add this option if you plan on installing
    127135    <xref linkend="whois"/>.</para>
    128136
    129     <para><option>--disable-ifconfig</option>: This switch will prevent
     137    <para><option>--disable-ifconfig</option>: This switch prevents
    130138    <application>Inetutils</application> installing an
    131139    <command>ifconfig</command> command. Use this parameter if you have
     
    133141    of <command>ifconfig</command>.</para>
    134142
    135     <para><option>--disable-hostname</option>: This switch will prevent
     143    <para><option>--disable-hostname</option>: This switch prevents
    136144    <application>Inetutils</application> installing a
    137145    <command>hostname</command> command. Use this parameter if you have
     
    142150    parameter.</para>
    143151
     152    <para><parameter>--disable-clients</parameter>: This switch prevents
     153    <application>Inetutils</application> installing any of the client programs
     154    (most of which were build during LFS) and only installs the server
     155    programs.</para>
     156
    144157    <para><option>--with-wrap</option>: This switch makes
    145158    <application>Inetutils</application> compile against
Note: See TracChangeset for help on using the changeset viewer.