瀏覽代碼

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
Jeremy Utley 21 年之前
父節點
當前提交
7b0c375c64
共有 3 個文件被更改,包括 4 次插入12 次删除
  1. 2 0
      chapter01/changelog.xml
  2. 0 10
      chapter06/shadow.xml
  3. 2 2
      general.ent

+ 2 - 0
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>

+ 0 - 10
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>

+ 2 - 2
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/">