Changeset 5590e0d in clfs-sysroot for BOOK/final-system/common/shadow.xml


Ignore:
Timestamp:
Jun 21, 2006, 11:03:05 AM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8de5f9f
Parents:
f867ec0
Message:

Brought the clfs-2.0 branch up to trunk.

File:
1 edited

Legend:

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

    rf867ec0 r5590e0d  
    5151      <term><parameter>--without-libpam</parameter></term>
    5252      <listitem><para>Support for Linux-PAM is enabled by default in Shadow,
    53       however PAM is not installed on a base LFS system, so this switch
     53      however PAM is not installed on a base CLFS system, so this switch
    5454      disables PAM support in Shadow. For instructions to install PAM and
    5555      link Shadow to it, you can look at
     
    5959      <term><parameter>--without-audit</parameter></term>
    6060      <listitem><para>Support for auditing is enabled by default, but a
    61       library that it needs is not installed in a base LFS system. This
     61      library that it needs is not installed in a base CLFS system. This
    6262      switch disables auditing support.</para></listitem>
    6363    </varlistentry>
     
    6565      <term><parameter>--without-selinux</parameter></term>
    6666      <listitem><para>Support for selinux is enabled by default, but selinux
    67       is not built in a base LFS system and configure will fail without this
     67      is not built in a base CLFS system and configure will fail without this
    6868      switch.</para></listitem>
    6969    </varlistentry>
     
    9292    obsolete <filename class="directory">/var/spool/mail</filename> location
    9393    for user mailboxes that Shadow uses by default to the <filename
    94     class="directory">/var/mail</filename> location used currently. Both of
    95     these can be accomplished by changing the relevant configuration file
    96     while copying it to its destination:</para>
     94    class="directory">/var/mail</filename> location used currently. Use the
     95    following sed command to make these changes to the appropriate
     96    configuration file:</para>
    9797
    9898    <indexterm zone="shadow-login_defs" os="s">
     
    124124rm -v ${LFS}/lib/libshadow.so
    125125ln -svf ../../lib/libshadow.so.0 ${LFS}/usr/lib/libshadow.so</userinput></screen>
    126 
    127     <para os="z">The <option>-D</option> option of the <command>useradd</command>
    128     program requires the <filename class="directory">/etc/default</filename>
    129     directory for it to work properly:</para>
    130 
    131 <screen os="za"><userinput>install -dv ${LFS}/etc/default</userinput></screen>
    132126
    133127  </sect2>
     
    157151
    158152<screen role="nodump"><userinput>grpconv</userinput></screen>
     153
     154    <para>To view or change the default settings for new user accounts that
     155    you create, you can edit <filename>/etc/default/useradd</filename>. See
     156    <command>man useradd</command> or
     157    <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more
     158    information.</para>
    159159
    160160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.