mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Minor typos and grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
09c83f9f5f
commit
acc3ca3532
@ -64,10 +64,10 @@
|
|||||||
into a program can be detrimental. If an update to the library is needed
|
into a program can be detrimental. If an update to the library is needed
|
||||||
to remove a security problem, all programs that use the static library will
|
to remove a security problem, all programs that use the static library will
|
||||||
need to be relinked to the new library. Since the use of static libraries
|
need to be relinked to the new library. Since the use of static libraries
|
||||||
is not always obvious, deciding which programs (and the procedures needed to
|
is not always obvious, the relevant programs (and the procedures needed to
|
||||||
do the linking) may not even be known.</para>
|
do the linking) may not even be known.</para>
|
||||||
|
|
||||||
<para>In the prcedures in Chapter 6, we remove or disable installation of
|
<para>In the procedures in Chapter 6, we remove or disable installation of
|
||||||
most static libraries. In a few cases, especially glibc and gcc, the use
|
most static libraries. In a few cases, especially glibc and gcc, the use
|
||||||
of static libraries remains essential to the general package building
|
of static libraries remains essential to the general package building
|
||||||
process. Usually this is done by passing a
|
process. Usually this is done by passing a
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
-->
|
-->
|
||||||
<para>Prepare Util-linux for compilation:</para>
|
<para>Prepare Util-linux for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||||
--docdir=/usr/share/doc/util-linux-&util-linux-version; \
|
--docdir=/usr/share/doc/util-linux-&util-linux-version; \
|
||||||
--disable-chfn-chsh \
|
--disable-chfn-chsh \
|
||||||
--disable-login \
|
--disable-login \
|
||||||
|
@ -91,7 +91,7 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<para>An explanation of this initialization file is in the man page for
|
<para>An explanation of this initialization file is in the man page for
|
||||||
<emphasis>inittab</emphasis>. For LFS, the key command that is run is
|
<emphasis>inittab</emphasis>. For LFS, the key command that is run is
|
||||||
<command>rc</command>. The intialization file above will instruct
|
<command>rc</command>. The initialization file above will instruct
|
||||||
<command>rc</command> to run all the scripts starting with an S in the
|
<command>rc</command> to run all the scripts starting with an S in the
|
||||||
<filename class="directory">/etc/rc.d/rcS.d</filename> directory
|
<filename class="directory">/etc/rc.d/rcS.d</filename> directory
|
||||||
followed by all the scripts starting with an S in the <filename
|
followed by all the scripts starting with an S in the <filename
|
||||||
|
Loading…
Reference in New Issue
Block a user