Changeset a76cbca for chapter06


Ignore:
Timestamp:
07/18/2006 06:29:09 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
8996cc9f
Parents:
2e3e489
Message:

Text corrections thanks to Chris Staub

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/findutils.xml

    r2e3e489 ra76cbca  
    7272    may not be available during the early stages of booting, this program
    7373    needs to be on the root partition.  The <command>updatedb</command>
    74     script also needs to correct an explicit path.</para>
     74    script also needs to be modified to correct an explicit path:</para>
    7575
    7676<screen><userinput>mv -v /usr/bin/find /bin</userinput>
  • chapter06/readline.xml

    r2e3e489 ra76cbca  
    8787    <para>Next, remove the <filename class="extension">.so</filename> files in
    8888    <filename class="directory">/lib</filename> and relink them into <filename
    89     class="directory">/usr/lib</filename>.</para>
     89    class="directory">/usr/lib</filename>:</para>
    9090
    9191<screen><userinput>rm -v /lib/lib{readline,history}.so
  • chapter06/shadow.xml

    r2e3e489 ra76cbca  
    6363
    6464    <para>Disable the installation of the <command>groups</command> program
    65     and its man page, as Coreutils provides a better version:</para>
     65    and its man pages, as Coreutils provides a better version:</para>
    6666
    6767<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
  • chapter06/sysklogd.xml

    r2e3e489 ra76cbca  
    3737
    3838    <para>The following patch fixes various issues, including a problem building
    39     Sysklogd with Linux 2.6 series kernels</para>
     39    Sysklogd with Linux 2.6 series kernels:</para>
    4040
    4141<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
     
    4343    <para>The following patch makes sysklogd treat bytes in the 0x80--0x9f range
    4444    literally in the messages being logged, instead of replacing them with octal
    45     codes. Unpatched sysklogd would damage messages in the UTF-8 encoding.</para>
     45    codes. Unpatched sysklogd would damage messages in the UTF-8 encoding:</para>
    4646
    4747<screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen>
  • chapter06/udev.xml

    r2e3e489 ra76cbca  
    3737
    3838    <para>The udev-config tarball contains LFS-specific files used to configure
    39     Udev.</para>
     39    Udev. Unpack it into the Udev source directory:</para>
    4040
    4141<screen><userinput>tar xf ../&udev-config;.tar.bz2</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.