diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/nettools-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6051d8b70..951a1d3c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,10 @@ </itemizedlist> </para></listitem> +<listitem><para>May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed +<userinput>make install</userinput> to <userinput>make +update</userinput>.</para></listitem> + <listitem><para>May 15th, 2003 [timothy]: Chapter 05: Installing Patch: Added <userinput>CPPFLAGS=-D_GNU_SOURCE</userinput> before <userinput>./configure</userinput> to fix patch build on PPC.</para></listitem> diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index 95c4e29ac..a0f1e0d0f 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -29,7 +29,7 @@ questions generated by <emphasis>make config</emphasis> by running <para>Finish installing the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<para><screen><userinput>make update</userinput></screen></para> </sect2> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030515"> -<!ENTITY releasedate "May 15th, 2003"> +<!ENTITY version "20030516"> +<!ENTITY releasedate "May 16th, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |