Changeset 31aa6cb for BOOK/final-system


Ignore:
Timestamp:
Nov 24, 2012, 4:10:48 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
73bd39d
Parents:
dfa8f775
Message:

Made sure wall is actually installed, and updated command explanation for util-linux

File:
1 edited

Legend:

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

    rdfa8f775 r31aa6cb  
    4545
    4646<screen os="b"><userinput>./configure --enable-arch \
    47     --enable-write --disable-wall \
    48     --disable-login --disable-su</userinput></screen>
     47    --enable-write --disable-login --disable-su</userinput></screen>
    4948
    5049    <variablelist os="c">
     
    6867
    6968      <varlistentry>
    70         <term><parameter>--disable-wall</parameter></term>
    71         <listitem>
    72           <para>Disables building the <command>wall</command> program,
    73           as the Sysvinit package installs its own version.</para>
     69        <term><parameter>--disable-login --disable-su</parameter></term>
     70        <listitem>
     71          <para>Disables building the <command>login</command> and
     72          <command>su</command> programs, as the Shadow package installs its
     73          own versions.</para>
    7474        </listitem>
    7575      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.