mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Updated Ncurses contents list and fixes some typos.
Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fc02f2718a
commit
9058aa1ecb
@ -737,7 +737,7 @@
|
||||
|
||||
<seglistitem>
|
||||
<seg>Bash, Berkeley DB, Bison, Coreutils, Flex, GCC, Glibc, Make,
|
||||
and Linux-Libc-Headers</seg>
|
||||
and Linux API Headers</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -36,6 +36,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2007-09-16</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[manuel] - Updated Ncurses contents list and fixes some typos.
|
||||
Thanks to Chris Staub for the patch.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2007-09-15</para>
|
||||
<itemizedlist>
|
||||
@ -61,15 +71,15 @@
|
||||
<listitem>
|
||||
<para>[jhuntwork] - Upgrade to Glibc-2.6.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;2018">#2018</ulink>.
|
||||
Thanks to Matthew Burgess for preparing a discrete patch,
|
||||
Robert Connolly and Dan Nicholson for investigating how best
|
||||
to adjust CFLAGS, and Greg Schafer for showing the technical
|
||||
benefits of using CFLAGS with Glibc.</para>
|
||||
Thanks to Matthew Burgess for preparing a discrete patch,
|
||||
Robert Connolly and Dan Nicholson for investigating how best
|
||||
to adjust CFLAGS, and Greg Schafer for showing the technical
|
||||
benefits of using CFLAGS with Glibc.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[jhuntwork] - Upgrade to GCC-4.2.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;2002">#2002</ulink>.
|
||||
Thanks to Matthew Burgess for preparing a discrete patch.</para>
|
||||
Thanks to Matthew Burgess for preparing a discrete patch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to DB-4.6.19. Fixes
|
||||
|
@ -252,7 +252,7 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
|
||||
<seglistitem>
|
||||
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
|
||||
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.{a,so},
|
||||
libssp.{a,so}libstdc++.{a,so}, and libsupc++.a</seg>
|
||||
libssp.{a,so}, libstdc++.{a,so}, and libsupc++.a</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -89,7 +89,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>
|
||||
scripts/test-installation.pl</userinput></screen>
|
||||
|
||||
<para>The <command>ldd</command> shell script contains Bash-specific
|
||||
syntax. Change it's default program interpreter to <command>/bin/bash</command>
|
||||
syntax. Change its default program interpreter to <command>/bin/bash</command>
|
||||
in case another <command>/bin/sh</command> is installed as described in the
|
||||
<ulink url="&blfs-root;view/svn/postlfs/shells.html">Shells</ulink>
|
||||
chapter of the BLFS book:</para>
|
||||
|
@ -61,7 +61,7 @@
|
||||
<term><parameter>--disable-ifconfig</parameter></term>
|
||||
<listitem>
|
||||
<para>This option prevents Inetutils from installing the
|
||||
<command>ifconfig</command>, which can be used to configure network
|
||||
<command>ifconfig</command> program, which can be used to configure network
|
||||
interfaces. LFS uses <command>ip</command> from IPRoute2 to perform
|
||||
this task.</para>
|
||||
</listitem>
|
||||
|
@ -80,7 +80,7 @@ EOF</userinput></screen>
|
||||
to install them yourself after finishing LFS if you wish to do so.</para>
|
||||
|
||||
<para>Finally, patch the sources to fix output errors if the man page is
|
||||
prematurely aborted by pressing the 'q' key.</para>
|
||||
prematurely aborted by pressing the 'q' key:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
|
||||
|
||||
@ -341,7 +341,7 @@ make install</userinput></screen>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>accessdb, apropos, catman, convert-mans,lexgrog, man, mandb,
|
||||
<seg>accessdb, apropos, catman, convert-mans, lexgrog, man, mandb,
|
||||
manpath, whatis, and zsoelim</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -165,7 +165,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
|
||||
reset (link to tset), tack, tic, toe, tput, and tset</seg>
|
||||
ncurses5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg>
|
||||
<seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}),
|
||||
libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so},
|
||||
libpanelw.{a,so} and their non-wide-character counterparts without "w"
|
||||
@ -218,6 +218,16 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ncurses5-config">
|
||||
<term><command>ncurses5-config</command></term>
|
||||
<listitem>
|
||||
<para>Provides configuration information for ncurses</para>
|
||||
<indexterm zone="ch-system-ncurses ncurses5-config">
|
||||
<primary sortas="b-ncurses5-config">ncurses5-config</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="reset">
|
||||
<term><command>reset</command></term>
|
||||
<listitem>
|
||||
|
@ -206,7 +206,7 @@ install -m644 -v docs/writing_udev_rules/index.html \
|
||||
<varlistentry id="path_id">
|
||||
<term><command>path_id</command></term>
|
||||
<listitem>
|
||||
<para>Provide the shortest possible unique hardware path to a
|
||||
<para>Provides the shortest possible unique hardware path to a
|
||||
device</para>
|
||||
<indexterm zone="ch-system-udev path_id">
|
||||
<primary sortas="b-path_id">path_id</primary>
|
||||
@ -365,7 +365,7 @@ install -m644 -v docs/writing_udev_rules/index.html \
|
||||
<varlistentry id="etc-udev">
|
||||
<term><filename class="directory">/etc/udev</filename></term>
|
||||
<listitem>
|
||||
<para>Contains Udev configuation files,
|
||||
<para>Contains Udev configuration files,
|
||||
device permissions, and rules for device naming</para>
|
||||
<indexterm zone="ch-system-udev etc-udev">
|
||||
<primary sortas="e-/etc/udev">/etc/udev</primary>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20070915">
|
||||
<!ENTITY releasedate "September 15, 2007">
|
||||
<!ENTITY version "SVN-20070916">
|
||||
<!ENTITY releasedate "September 16, 2007">
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user