aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-11-13 10:56:50 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-11-13 10:56:50 +0000
commit7b0c375c64504f35c7c6d42e141829adcc9b4210 (patch)
tree35322c13795e32b0481ae2d5bbb04f79f3e1d066
parent3fbdf00ef152f2b52e8d1c1582ff65932f8de095 (diff)
Removed 2 unneccessary commands from shadow, per David Jensen's post on LFS-Dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/shadow.xml10
-rw-r--r--general.ent4
3 files changed, 4 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1de75f550..f610ce03f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -95,6 +95,8 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>November 13th, 2004 [jeremy]: Corrected IPRoute2's patch name, removed some unneeded commands in shadow.</para></listitem>
+
<listitem><para>November 4th, 2004 [jeremy]: Upgraded automake, man-pages,
shadow, findutils, linux, libc-headers, udev, iproute, and zlib to their latest
versions.</para></listitem>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index cd7ec1c65..a753e7ce3 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -33,16 +33,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
<screen><userinput>./configure --libdir=/usr/lib --enable-shared</userinput></screen>
-<para>Work around a problem that prevents Shadow's internationalization from
-working:</para>
-
-<screen><userinput>echo '#define HAVE_SETLOCALE 1' &gt;&gt; config.h</userinput></screen>
-
-<para>Shadow incorrectly declares the malloc() function, causing compilation
-failure. Fix this:</para>
-
-<screen><userinput>sed -i '/extern char/d' libmisc/xmalloc.c</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
diff --git a/general.ent b/general.ent
index f29255877..ebe6e2e94 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20041104">
-<!ENTITY releasedate "November 4, 2004">
+<!ENTITY version "SVN-20041113">
+<!ENTITY releasedate "November 13, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">