Changeset 658b9721


Ignore:
Timestamp:
10/07/2004 02:51:15 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
df3a050
Parents:
7ac57d9
Message:

Modified Inetutils instructions to match LFS and added an optional dependency

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils.xml

    r7ac57d9 r658b9721  
    4646<sect3><title><application>Inetutils</application> dependencies</title>
    4747<sect4><title>Optional</title>
    48 <para><xref linkend="Linux_PAM"/>, <xref linkend="tcpwrappers"/> and
     48<para><xref linkend="Linux_PAM"/>,
     49<xref linkend="tcpwrappers"/>,
     50<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
    4951<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para></sect4>
    5052</sect3>
     
    5961
    6062<screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch &amp;&amp;
    61 ./configure --prefix=/usr --disable-syslogd \
    62     --libexecdir=/usr/sbin --infodir=/usr/share/info \
     63./configure --prefix=/usr --libexecdir=/usr/sbin \
    6364    --sysconfdir=/etc --localstatedir=/var \
    64     --mandir=/usr/share/man &amp;&amp;
     65    --mandir=/usr/share/man --infodir=/usr/share/info \
     66    --disable-logger --disable-syslogd &amp;&amp;
    6567make &amp;&amp;
    6668make install &amp;&amp;
     
    7173<sect2>
    7274<title>Command explanations</title>
     75
     76<para><parameter>--disable-logger</parameter>: This switch prevents
     77<application>Inetutils</application> installing a <command>logger</command>
     78program, which is installed in the <acronym>LFS</acronym> Book.</para>
    7379
    7480<para><parameter>--disable-syslogd</parameter>: This switch prevents
  • general.ent

    r7ac57d9 r658b9721  
    1 <!ENTITY day          "06">
     1<!ENTITY day          "07">
    22<!ENTITY month        "10">
    33<!ENTITY year         "2004">
  • introduction/welcome/changelog.xml

    r7ac57d9 r658b9721  
    2323<itemizedlist>
    2424
     25<listitem><para>October 7th, 2004 [randy]: Modified configure switches
     26in Inetutils instructions to match LFS and added an optional
     27dependency.</para></listitem>
     28   
    2529<listitem><para>October 6th, 2004 [igor]: Updated to
    2630expat-1.95.8.</para></listitem>
     
    3640for RP-PPPoE.  Made iproute2 patch optional for dhcp.</para></listitem>
    3741
    38 <listitem><para>September 27th, 2004 [Randy]: Modified Ethereal
     42<listitem><para>September 27th, 2004 [randy]: Modified Ethereal
    3943configuration instructions as suggested by Bruce Dubbs; modified
    4044iptables id entity.</para></listitem>
    4145
    42 <listitem><para>September 26th, 2004 [Randy]: Modified chown command in
     46<listitem><para>September 26th, 2004 [randy]: Modified chown command in
    4347Apache instructions to change ownership of more files.</para></listitem>
    4448
    45 <listitem><para>September 26th, 2004 [Randy]: Added new package
     49<listitem><para>September 26th, 2004 [randy]: Added new package
    4650Ethereal-0.10.6.</para></listitem>
    4751
Note: See TracChangeset for help on using the changeset viewer.