Ignore:
Timestamp:
08/23/2015 09:26:36 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3a964db
Parents:
0f3055a
Message:

Update to libpipeline-1.4.1.
Update to linux-4.1.6.
Update to man-db-2.7.2.
Add a patch to allow glibc to build properly on i386 systems.
Remove obsolete r* programs from inetutils.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/inetutils.xml

    r0f3055a r6fc168b  
    5252            --disable-logger     \
    5353            --disable-whois      \
     54            --disable-rcp        \
     55            --disable-rexec      \
     56            --disable-rlogin     \
     57            --disable-rsh        \
    5458            --disable-servers</userinput></screen>
    5559
     
    7377          <command>whois</command> client, which is out of date. Instructions for
    7478          a better <command>whois</command> client are in the BLFS book.</para>
     79        </listitem>
     80      </varlistentry>
     81
     82      <varlistentry>
     83        <term><parameter>--disable-r*</parameter></term>
     84        <listitem>
     85          <para>These parameters disable building obsolete programs that should not
     86          be used due to security issues. The functions provided by these
     87          programs can be provided by the <application>openssh</application>
     88          package in the BLFS book.</para>
    7589        </listitem>
    7690      </varlistentry>
     
    181195      </varlistentry>
    182196
    183       <varlistentry id="rcp">
    184         <term><command>rcp</command></term>
    185         <listitem>
    186           <para>Performs remote file copy</para>
    187           <indexterm zone="ch-system-inetutils rcp">
    188             <primary sortas="b-rcp">rcp</primary>
    189           </indexterm>
    190         </listitem>
    191       </varlistentry>
    192 
    193       <varlistentry id="rexec">
    194         <term><command>rexec</command></term>
    195         <listitem>
    196           <para>Executes commands on a remote host</para>
    197           <indexterm zone="ch-system-inetutils rexec">
    198             <primary sortas="b-rexec">rexec</primary>
    199           </indexterm>
    200         </listitem>
    201       </varlistentry>
    202 
    203       <varlistentry id="rlogin">
    204         <term><command>rlogin</command></term>
    205         <listitem>
    206           <para>Performs remote login</para>
    207           <indexterm zone="ch-system-inetutils rlogin">
    208             <primary sortas="b-rlogin">rlogin</primary>
    209           </indexterm>
    210         </listitem>
    211       </varlistentry>
    212 
    213       <varlistentry id="rsh">
    214         <term><command>rsh</command></term>
    215         <listitem>
    216           <para>Runs a remote shell</para>
    217           <indexterm zone="ch-system-inetutils rsh">
    218             <primary sortas="b-rsh">rsh</primary>
    219           </indexterm>
    220         </listitem>
    221       </varlistentry>
    222 
    223197      <varlistentry id="talk">
    224198        <term><command>talk</command></term>
Note: See TracChangeset for help on using the changeset viewer.