Changeset 5590e0d in clfs-sysroot for BOOK/final-system


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

Brought the clfs-2.0 branch up to trunk.

Location:
BOOK/final-system/common
Files:
2 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>
  • BOOK/final-system/common/vim.xml

    rf867ec0 r5590e0d  
    8888<screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
    8989
    90     <para os="k">Many users are used to using <command>vi</command> instead of
    91     <command>vim</command>. To allow execution of <command>vim</command>
    92     when users habitually enter <command>vi</command>, create a
    93     symlink:</para>
     90    <para os="k">Many users are accustomed to using <command>vi</command>
     91    instead of <command>vim</command>. Some programs, such as
     92    <command>vigr</command> and <command>vipw</command>, also use
     93    <command>vi</command>. Create a symlink to permit execution of
     94    <command>vim</command> when users habitually enter <command>vi</command>
     95    and allow programs that use <command>vi</command> to work:</para>
    9496
    9597<screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen>
     
    103105<screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
    104106
    105     <para os="p">If an X Window System is going to be installed on the LFS
    106     system, it may be necessary to recompile Vim after installing X. Vim
     107    <para os="o">If an X Window System is going to be installed on the LFS
     108    system, you may want to recompile Vim after installing X. Vim
    107109    comes with a GUI version of the editor that requires X and some
    108     additional libraries to be installed. For more information on this
    109     process, refer to the Vim documentation and the Vim installation page
     110    additional libraries to be installed. For more information, refer to the
     111    Vim documentation and the Vim installation page
    110112    in the BLFS book at <ulink
    111113    url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.