فهرست منبع

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

Timothy Bauscher 23 سال پیش
والد
کامیت
c7188a2eca
4فایلهای تغییر یافته به همراه9 افزوده شده و 6 حذف شده
  1. 1 1
      appendixa/procps-down.xml
  2. 3 0
      chapter01/changelog.xml
  3. 3 3
      chapter06/ncurses-exp.xml
  4. 2 2
      index.xml

+ 1 - 1
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;/"/>

+ 3 - 0
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>

+ 3 - 3
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

+ 2 - 2
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">