diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-30 08:46:06 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-30 08:46:06 +0000 |
commit | a62617aa9565fae591e0d632657019243413db9a (patch) | |
tree | fad7bf3f6041735ff0051597dc1531381b9dd841 | |
parent | 6295e87dd0355dbe283fb2892bcfe65bb02f9974 (diff) |
Stopped trying to remove /lib/libproc.so, since it's no longer there
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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/"> |