diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/procps.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d1fbf4c5f..5b0415d9d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -91,6 +91,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 30, 2004 [jeremy]: Removing /lib/libproc.so is no longer +necessary when installing procps</para></listitem> + <listitem><para>August 27, 2004 [jeremy]: Upgraded to Libtool-1.5.8</para></listitem> <listitem><para>August 27, 2004 [jeremy]: Upgraded to Expect-5.42.1</para></listitem> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 073bca8f1..9a2a6417b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -36,10 +36,6 @@ Make, Ncurses</seg></seglistitem> <screen><userinput>make install</userinput></screen> -<para>Remove a spurious library link:</para> - -<screen><userinput>rm /lib/libproc.so</userinput></screen> - </sect2> diff --git a/general.ent b/general.ent index 5bb7a080b..7f1652b93 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040827"> -<!ENTITY releasedate "August 27, 2004"> +<!ENTITY version "SVN-20040830"> +<!ENTITY releasedate "August 30, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |