o Updated procps URL.

o  Took out hard-coded versioning in ncurses command explanation.
o  Updated the Changelog after chapter swap.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-10-24 19:02:40 +00:00
parent 31538f6819
commit c7188a2eca
4 changed files with 9 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<title>Official Download Location</title> <title>Official Download Location</title>
<para><literallayout>Procps (&procps-version;): <para><literallayout>Procps (&procps-version;):
<ulink url="ftp://people.redhat.com/johnsonm/procps/"/> <ulink url="http://procps.sourceforge.net/"/>
Procps Patch (&procps-patch-version;): Procps Patch (&procps-patch-version;):
<ulink url="&ftp;/"/> <ulink url="&ftp;/"/>

View File

@ -41,6 +41,9 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
chapter04.</para></listitem>
<listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where <listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where
to store the downloaded software" and "How to install the software" to store the downloaded software" and "How to install the software"
sections.</para></listitem> sections.</para></listitem>

View File

@ -4,9 +4,9 @@
<para><userinput>--with-shared:</userinput> This enables the build of the <para><userinput>--with-shared:</userinput> This enables the build of the
shared ncurses library files.</para> shared ncurses library files.</para>
<para><userinput>chmod 755 *.5.3:</userinput> Shared libraries should be <para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared
executable. Ncurses's install routine doesn't set the permissions libraries should be executable. Ncurses's install routine doesn't set the
properly so we do it manually instead.</para> permissions properly so we do it manually instead.</para>
<para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some <para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
programs try to link using -lcurses instead of -lncurses. This symlink programs try to link using -lcurses instead of -lncurses. This symlink

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20021023"> <!ENTITY version "20021024">
<!ENTITY releasedate "October 23rd, 2002"> <!ENTITY releasedate "October 24th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">