mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Change findutils' and vim's configure option explanations conform to the convention used elsewhere in the book (fixes bug 1613)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0687e9fdb0
commit
06948c18f5
@ -112,6 +112,10 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>August 12th, 2005 [matt]: Change findutils and vim's configure
|
||||
switch explanations to the convention used in the rest of the book (Bug
|
||||
1613).</para></listitem>
|
||||
|
||||
<listitem><para>August 12th, 2005 [matt]: Expand explanation of device node
|
||||
creation at the start of chapter 6.</para></listitem>
|
||||
|
||||
|
@ -38,9 +38,16 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed</seg></seglistitem>
|
||||
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
|
||||
--localstatedir=/var/lib/locate</userinput></screen>
|
||||
|
||||
<para>The <parameter>localstatedir</parameter> option above changes the
|
||||
location of the <command>locate</command> database to be in <filename
|
||||
class="directory">/var/lib/locate</filename>, which is FHS-compliant.</para>
|
||||
<para>The meaning of the configure options:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--localstatedir</parameter></term>
|
||||
<listitem><para>This option changes the location of the <command>locate</command>
|
||||
database to be in <filename class="directory">/var/lib/locate</filename>, which
|
||||
is FHS-compliant.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
@ -55,13 +55,19 @@ addressed upstream. The following patch fixes the problems:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
|
||||
<para>The optional but highly recommended
|
||||
<parameter>--enable-multibyte</parameter> switch includes support for
|
||||
editing files in multibyte character encodings into
|
||||
<command>vim</command>. This is needed if using a locale with
|
||||
a multibyte character set. This switch is also helpful to be able to
|
||||
edit text files initially created in Linux distributions like Fedora
|
||||
Core that use UTF-8 as a default character set.</para>
|
||||
<para>The meaning of the configure options:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-multibyte</parameter></term>
|
||||
<listitem><para>This optional but highly recommended switch enables support for
|
||||
editing files in multibyte character encodings. This is needed if using a
|
||||
locale with a multibyte character set. This switch is also helpful to be able to
|
||||
edit text files initially created in Linux distributions like Fedora Core that
|
||||
use UTF-8 as a default character set.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user