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
This commit is contained in:
Jeremy Utley 2004-11-13 10:56:50 +00:00
parent 3fbdf00ef1
commit 7b0c375c64
3 changed files with 4 additions and 12 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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/">