Ignore:
Timestamp:
Nov 26, 2013, 1:28:21 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1011a66
Parents:
8c09b88
Message:

Switches for util-linux to disable su and login are no longer needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux.xml

    r8c09b88 r9277897  
    4444    <para os="a">Prepare Util-linux for compilation:</para>
    4545
    46 <screen os="b"><userinput>./configure --enable-write --disable-login --disable-su</userinput></screen>
     46<screen os="b"><userinput>./configure --enable-write</userinput></screen>
    4747
    4848    <variablelist os="c">
     
    5454          <para>This option allows the <command>write</command> program to be
    5555          installed.</para>
    56         </listitem>
    57       </varlistentry>
    58 
    59       <varlistentry>
    60         <term><parameter>--disable-login --disable-su</parameter></term>
    61         <listitem>
    62           <para>Disables building the <command>login</command> and
    63           <command>su</command> programs, as the Shadow package installs its
    64           own versions.</para>
    6556        </listitem>
    6657      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.