Ignore:
Timestamp:
09/29/2015 09:37:03 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.8-systemd
Parents:
f77b95f
Message:

LFS-systemd-7.8

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.8-systemd@10957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/inetutils.xml

    rf77b95f r9c13f79  
    5252            --disable-logger     \
    5353            --disable-whois      \
     54            --disable-rcp        \
     55            --disable-rexec      \
     56            --disable-rlogin     \
     57            --disable-rsh        \
    5458            --disable-servers</userinput></screen>
    5559
    5660    <variablelist>
    5761      <title>The meaning of the configure options:</title>
     62
     63      <varlistentry>
     64        <term><parameter>--disable-r*</parameter></term>
     65        <listitem>
     66          <para>These parameters disable building obsolete programs that should
     67          not be used due to security issues. The functions provided by these
     68          programs can be provided by the <application>openssh</application>
     69          package in the BLFS book.</para>
     70        </listitem>
     71      </varlistentry>
    5872
    5973      <varlistentry>
     
    180194      </varlistentry>
    181195
    182       <varlistentry id="rcp">
    183         <term><command>rcp</command></term>
    184         <listitem>
    185           <para>Performs remote file copy</para>
    186           <indexterm zone="ch-system-inetutils rcp">
    187             <primary sortas="b-rcp">rcp</primary>
    188           </indexterm>
    189         </listitem>
    190       </varlistentry>
    191 
    192       <varlistentry id="rexec">
    193         <term><command>rexec</command></term>
    194         <listitem>
    195           <para>Executes commands on a remote host</para>
    196           <indexterm zone="ch-system-inetutils rexec">
    197             <primary sortas="b-rexec">rexec</primary>
    198           </indexterm>
    199         </listitem>
    200       </varlistentry>
    201 
    202       <varlistentry id="rlogin">
    203         <term><command>rlogin</command></term>
    204         <listitem>
    205           <para>Performs remote login</para>
    206           <indexterm zone="ch-system-inetutils rlogin">
    207             <primary sortas="b-rlogin">rlogin</primary>
    208           </indexterm>
    209         </listitem>
    210       </varlistentry>
    211 
    212       <varlistentry id="rsh">
    213         <term><command>rsh</command></term>
    214         <listitem>
    215           <para>Runs a remote shell</para>
    216           <indexterm zone="ch-system-inetutils rsh">
    217             <primary sortas="b-rsh">rsh</primary>
    218           </indexterm>
    219         </listitem>
    220       </varlistentry>
    221 
    222196      <varlistentry id="talk">
    223197        <term><command>talk</command></term>
Note: See TracChangeset for help on using the changeset viewer.