aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-24 19:02:40 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-24 19:02:40 +0000
commitc7188a2eca9172f81e576a93ffeae67ca024b86b (patch)
tree0637c5269e2f3eb98798ec8cc377ee2a496d8471
parent31538f681937d513130d7a7f92a4d80151d49508 (diff)
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
-rw-r--r--appendixa/procps-down.xml2
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/ncurses-exp.xml6
-rw-r--r--index.xml4
4 files changed, 9 insertions, 6 deletions
diff --git a/appendixa/procps-down.xml b/appendixa/procps-down.xml
index 95d7fdc0f..cef597390 100644
--- a/appendixa/procps-down.xml
+++ b/appendixa/procps-down.xml
@@ -2,7 +2,7 @@
<title>Official Download Location</title>
<para><literallayout>Procps (&procps-version;):
-<ulink url="ftp://people.redhat.com/johnsonm/procps/"/>
+<ulink url="http://procps.sourceforge.net/"/>
Procps Patch (&procps-patch-version;):
<ulink url="&ftp;/"/>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 905e4fe6e..aca4cd22b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
+chapter04.</para></listitem>
+
<listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where
to store the downloaded software" and "How to install the software"
sections.</para></listitem>
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml
index 71b2ef272..60b126a73 100644
--- a/chapter06/ncurses-exp.xml
+++ b/chapter06/ncurses-exp.xml
@@ -4,9 +4,9 @@
<para><userinput>--with-shared:</userinput> This enables the build of the
shared ncurses library files.</para>
-<para><userinput>chmod 755 *.5.3:</userinput> Shared libraries should be
-executable. Ncurses's install routine doesn't set the permissions
-properly so we do it manually instead.</para>
+<para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared
+libraries should be executable. Ncurses's install routine doesn't set the
+permissions properly so we do it manually instead.</para>
<para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
programs try to link using -lcurses instead of -lncurses. This symlink
diff --git a/index.xml b/index.xml
index c24b58f9c..972531915 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20021023">
-<!ENTITY releasedate "October 23rd, 2002">
+<!ENTITY version "20021024">
+<!ENTITY releasedate "October 24th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">