Changeset c35d00e


Ignore:
Timestamp:
Jun 20, 2006, 4:55:25 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
a1f3e8a
Parents:
dbbb7658
Message:

r4023@server (orig r1805): chris | 2006-06-20 15:33:58 -0700
Text/grammar fixes

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boot/ppc64/yaboot.xml

    rdbbb7658 rc35d00e  
    4848    xpointer="xpointer(//*[@os='f'])"/>
    4949
    50     <para os="f2">It is also apprpriate if you are running an old 32-bit Linux
     50    <para os="f2">It is also appropriate if you are running an old 32-bit Linux
    5151    kernel on a 64-bit machine, or if the kernel personality has been forced to
    5252    32-bit.</para>
  • final-system/common/glibc.xml

    rdbbb7658 rc35d00e  
    2929
    3030    <note os="z">
    31       <para>Some packages outside of LFS suggest installing GNU libiconv in
     31      <para>Some packages outside of CLFS suggest installing GNU libiconv in
    3232      order to translate data from one encoding to another. The project's
    3333      home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says
     
    3636      implementation cannot convert from/to Unicode.</quote> Glibc provides
    3737      an <function>iconv()</function> implementation and can convert from/to
    38       Unicode, therefore libiconv is not required on an LFS system.</para>
     38      Unicode, therefore libiconv is not required on a CLFS system.</para>
    3939    </note>
    4040
  • final-system/common/shadow.xml

    rdbbb7658 rc35d00e  
    4545      <term><parameter>--without-libpam</parameter></term>
    4646      <listitem><para>Support for Linux-PAM is enabled by default in Shadow,
    47       however PAM is not installed on a base LFS system, so this switch
     47      however PAM is not installed on a base CLFS system, so this switch
    4848      disables PAM support in Shadow. For instructions to install PAM and
    4949      link Shadow to it, you can look at
     
    5353      <term><parameter>--without-audit</parameter></term>
    5454      <listitem><para>Support for auditing is enabled by default, but a
    55       library that it needs is not installed in a base LFS system. This
     55      library that it needs is not installed in a base CLFS system. This
    5656      switch disables auditing support.</para></listitem>
    5757    </varlistentry>
     
    5959      <term><parameter>--without-selinux</parameter></term>
    6060      <listitem><para>Support for selinux is enabled by default, but selinux
    61       is not built in a base LFS system and configure will fail without this
     61      is not built in a base CLFS system and configure will fail without this
    6262      switch.</para></listitem>
    6363    </varlistentry>
     
    8686    obsolete <filename class="directory">/var/spool/mail</filename> location
    8787    for user mailboxes that Shadow uses by default to the <filename
    88     class="directory">/var/mail</filename> location used currently. Both of
    89     these can be accomplished by changing the relevant configuration file
    90     while copying it to its destination:</para>
     88    class="directory">/var/mail</filename> location used currently. Use the
     89    following sed command to make these changes to the appropriate
     90    configuration file:</para>
    9191
    9292    <indexterm zone="shadow-login_defs">
     
    116116rm -v /lib/libshadow.so
    117117ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    118 
    119     <para os="y">The <option>-D</option> option of the <command>useradd</command>
    120     program requires the <filename class="directory">/etc/default</filename>
    121     directory for it to work properly:</para>
    122 
    123 <screen os="z"><userinput>install -dv /etc/default</userinput></screen>
    124118
    125119  </sect2>
     
    149143
    150144<screen role="nodump"><userinput>grpconv</userinput></screen>
     145
     146    <para>To view or change the default settings for new user accounts that
     147    you create, you can edit <filename>/etc/default/useradd</filename>. See
     148    <command>man useradd</command> or
     149    <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more
     150    information.</para>
    151151
    152152  </sect2>
  • final-system/common/vim.xml

    rdbbb7658 rc35d00e  
    9999
    100100    <para os="p">If an X Window System is going to be installed on the LFS
    101     system, it may be necessary to recompile Vim after installing X. Vim
     101    system, you may want to recompile Vim after installing X. Vim
    102102    comes with a GUI version of the editor that requires X and some
    103     additional libraries to be installed. For more information on this
    104     process, refer to the Vim documentation and the Vim installation page
     103    additional libraries to be installed. For more information, refer to the
     104    Vim documentation and the Vim installation page
    105105    in the BLFS book at <ulink
    106106    url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
  • final-system/multilib/shadow-64bit.xml

    rdbbb7658 rc35d00e  
    105105ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen>
    106106
    107     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    108     href="../common/shadow.xml"
    109     xpointer="xpointer(//*[@os='y'])"/>
    110 
    111     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    112     href="../common/shadow.xml"
    113     xpointer="xpointer(//*[@os='z'])"/>
    114 
    115107  </sect2>
    116108
Note: See TracChangeset for help on using the changeset viewer.