diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 12:29:52 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 12:29:52 +0000 |
commit | ff0dd81f455b7ccd107ce897d441d2966b24675a (patch) | |
tree | 99c4bd22331a2b1639d576606deddaa5ba154eba | |
parent | 791a9ec3c2a7dae316e6a4ba37baec03ef5ba028 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/udev.xml | 5 | ||||
-rw-r--r-- | general.ent | 6 |
4 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 02489c145..b50d4d95b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,6 +112,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </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 on an LFS system (fixes bug 1614).</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 39179dbd8..f1a7e4c3b 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -394,7 +394,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> </varlistentry> <varlistentry> -<term>Udev (&udev-version;) - 425 KB:</term> +<term>Udev (&udev-version;) - 437 KB:</term> <listitem> <para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para> </listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 1abe92c56..099171c3f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -30,6 +30,11 @@ <sect2 role="installation"> <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> <screen><userinput>make udevdir=/dev</userinput></screen> diff --git a/general.ent b/general.ent index 01e69c2c0..f1e5071de 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?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 generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> @@ -77,7 +77,7 @@ <!ENTITY tar-version "1.15.1"> <!ENTITY tcl-version "8.4.11"> <!ENTITY texinfo-version "4.8"> -<!ENTITY udev-version "063"> +<!ENTITY udev-version "067"> <!ENTITY util-linux-version "2.12q"> <!ENTITY vim-version "6.3"> <!ENTITY zlib-version "1.2.3"> |