Changeset 658b9721 for basicnet


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.