Changeset 6a9875d for chapter06


Ignore:
Timestamp:
10/06/2002 03:50:25 PM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a47ad43
Parents:
6b8e9e9
Message:

Applied Bill Maltby's grammatic-fixes patch.

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

Location:
chapter06
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • chapter06/config-glibc.xml

    r6b8e9e9 r6a9875d  
    33<para>We need to create the /etc/nsswitch.conf file. Although glibc should
    44provide defaults when this file is missing or corrupt, its defaults don't work
    5 well with networking which will be dealt with in a later chapter. Also, our
     5well with networking. That is dealt with in a later chapter. Also, our
    66timezone needs to be set up.</para>
    77
  • chapter06/config-keyboard.xml

    r6b8e9e9 r6a9875d  
    1919the keymap directly into the kernel. This will make sure that your
    2020keyboard always works as expected, even when you have booted into
    21 maintenance mode (by passing `init=/bin/sh' to the kernel) in which case
     21maintenance mode (by passing `init=/bin/sh' to the kernel), in which case
    2222the bootscript that normally sets up your keymap isn't run.</para>
    2323
  • chapter06/config-ldso.xml

    r6b8e9e9 r6a9875d  
    99directories other than <filename class="directory">/lib</filename> and
    1010<filename class="directory">/usr/lib</filename>, you need to add them to
    11 the <filename>/etc/ld.so.conf</filename> file in order for the dynamic
     11the <filename>/etc/ld.so.conf</filename> file for the dynamic
    1212loader to find them. Two directories that are commonly known to contain
    1313additional libraries are <filename
  • chapter06/config-shadowpwd.xml

    r6b8e9e9 r6a9875d  
    11<sect2><title>Configuring Shadow Password Suite</title>
    22
    3 <para>This package contains utilities to modify users's passwords, add
     3<para>This package contains utilities to modify users' passwords, add
    44or delete users and groups, and the like. We're not going to explain
    55what 'password shadowing' means. A full explanation can be found in the doc/HOWTO
  • chapter06/config-vim.xml

    r6b8e9e9 r6a9875d  
    11<sect2><title>Configuring Vim</title>
    22
    3 <para>By default vim runs in vi compatible mode. Some people might like this,
     3<para>By default, vim runs in vi compatible mode. Some people might like this,
    44but we have a high preference to run vim in vim mode (else we wouldn't
    55have included vim in this book, but the original vi). Create the
  • chapter06/create-utmp.xml

    r6b8e9e9 r6a9875d  
    44
    55<para>Programs like login, shutdown, uptime and others want to read from and
    6 write to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain
    7 information about who is currently logged in. It also contains information
     6write to the /var/run/utmp, /var/log/btmp and /var/log/wtmp. These files contain
     7information about who is currently logged in. They also contain information
    88on when the computer was last booted and shutdown and a record of the
    99bad login attempts.</para>
  • chapter06/procps-exp.xml

    r6b8e9e9 r6a9875d  
    77This will set the Makefile variable XSCPT to an empty value so that
    88the XConsole installation is disabled. Otherwise "Make install" tries to
    9 copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. And that directory
    10 does not exist, because X is not installed.</para>
     9copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That directory
     10does not exist because X is not installed.</para>
    1111
    1212</sect2>
  • chapter06/psmisc-inst.xml

    r6b8e9e9 r6a9875d  
    1010<para>Psmisc installs the
    1111<filename>/usr/share/man/man1/pidof.1</filename> man page, but Psmisc's
    12 pidof program isn't installed by default. Generally this isn't a problem,
    13 because we install the Sysvinit package later on which provides
     12pidof program isn't installed by default. Generally, this isn't a problem
     13because we later install the Sysvinit package, which provides
    1414a better pidof program.</para>
    1515
    1616<para>It's up to you now to decide if you are going to use the Sysvinit
    17 package which provides a pidof program, or not. If you are going to, you
     17package, which provides a pidof program, or not. If you are going to, you
    1818should remove Psmisc's pidof man page by running:</para>
    1919
  • chapter06/shadowpwd-exp.xml

    r6b8e9e9 r6a9875d  
    33
    44<para><userinput>cp limits login.access /etc:</userinput> These files
    5 were not installed during the installation of the package so we copy
    6 them manually as those files are used to configure authentication
     5were not installed during the installation of the package, so we copy
     6them manually because those files are used to configure authentication
    77details on the system.</para>
    88
  • chapter06/shadowpwd-inst.xml

    r6b8e9e9 r6a9875d  
    44<para>Before you install this package, you may want to have a look at
    55the Shadow hint. It discusses how you can make your system more secure
    6 regarding passwords, such as how to enable the more secure MD5 passwords,
     6regarding passwords, such as how to enable the more secure MD5 passwords
    77and how to get the most out of this Shadow package. The Shadow hint can
    88be found at <ulink url="&hints-root;shadowpasswd_plus.txt"/>.</para>
  • chapter06/sysvinit-inst.xml

    r6b8e9e9 r6a9875d  
    22<title>Installation of Sysvinit</title>
    33
    4 <para>When run levels are changed (for example, when halting the system)
     4<para>When run levels are changed (for example, when halting the system),
    55init sends the TERM and KILL signals to the processes which it started.
    66init prints "Sending processes the TERM signal" to the screen. This seems
  • chapter06/tar-inst.xml

    r6b8e9e9 r6a9875d  
    55use the tar
    66patch available from the LFS FTP site. This patch will add the -j option
    7 to tar which works the same as the -z option to tar (which can be used
    8 for gzip files).</para>
     7to tar, which works the same as the -z option used for gzip files.</para>
    98 
    109<para>Apply the patch by running the following command:</para>
  • chapter06/utillinux-inst.xml

    r6b8e9e9 r6a9875d  
    22<title>FHS compliance notes</title>
    33
    4 <para>The FHS recommends that we use /var/lib/hwclock as the location of the
    5 adjtime file, instead of the usual /etc. To make hwclock, which is part of the
    6 util-linux package, FHS-compliant, run the following.</para>
     4<para>The FHS recommends that we use /var/lib/hwclock, instead of the
     5usual /etc, as the location of the adjtime file. To make hwclock, which
     6is part of the util-linux package, FHS-compliant, run the following.</para>
    77
    88<para><screen><userinput>cp hwclock/hwclock.c{,.backup} &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.