浏览代码

Upgrade to udev-067 and fix the failing test

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父节点
当前提交
ff0dd81f45
共有 4 个文件被更改,包括 12 次插入4 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/packages.xml
  3. 5 0
      chapter06/udev.xml
  4. 3 3
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -112,6 +112,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
+for the failing test (bug 1611).</para></listitem>
+
 <listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required
 <listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required
 on an LFS system (fixes bug 1614).</para></listitem>
 on an LFS system (fixes bug 1614).</para></listitem>
 
 

+ 1 - 1
chapter03/packages.xml

@@ -394,7 +394,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
 </varlistentry>
 </varlistentry>
 
 
 <varlistentry>
 <varlistentry>
-<term>Udev (&udev-version;) - 425 KB:</term>
+<term>Udev (&udev-version;) - 437 KB:</term>
 <listitem>
 <listitem>
 <para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
 <para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
 </listitem>
 </listitem>

+ 5 - 0
chapter06/udev.xml

@@ -30,6 +30,11 @@
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Udev</title>
 <title>Installation of Udev</title>
 
 
+<para>Fix an incorrect assumption in the Udev testsuite regarding the location
+of the <command>test</command> binary:</para>
+
+<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
+
 <para>Compile the package:</para>
 <para>Compile the package:</para>
 
 
 <screen><userinput>make udevdir=/dev</userinput></screen>
 <screen><userinput>make udevdir=/dev</userinput></screen>

+ 3 - 3
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050812">
-<!ENTITY releasedate "August 12, 2005">
+<!ENTITY version "SVN-20050814">
+<!ENTITY releasedate "August 14, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
 
@@ -77,7 +77,7 @@
 <!ENTITY tar-version "1.15.1">
 <!ENTITY tar-version "1.15.1">
 <!ENTITY tcl-version "8.4.11">
 <!ENTITY tcl-version "8.4.11">
 <!ENTITY texinfo-version "4.8">
 <!ENTITY texinfo-version "4.8">
-<!ENTITY udev-version "063">
+<!ENTITY udev-version "067">
 <!ENTITY util-linux-version "2.12q">
 <!ENTITY util-linux-version "2.12q">
 <!ENTITY vim-version "6.3">
 <!ENTITY vim-version "6.3">
 <!ENTITY zlib-version "1.2.3">
 <!ENTITY zlib-version "1.2.3">