aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter03/patches.xml2
-rw-r--r--chapter05/udev.xml2
-rw-r--r--chapter06/udev.xml2
-rw-r--r--general.ent2
5 files changed, 8 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fc447e57d..9453aad80 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,8 +74,8 @@ first a summary, then a detailed log.</para>
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
-<listitem><para>udev-025</para></listitem>
-<listitem><para>udev-025-config-2.patch</para></listitem>
+<listitem><para>udev-026</para></listitem>
+<listitem><para>udev-026-config-1.patch</para></listitem>
<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
</itemizedlist>
</listitem>
@@ -103,6 +103,8 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 7, 2004 [winkie]: Upgraded to Udev 026.</para></listitem>
+
<listitem><para>June 7, 2004 [winkie]: Dropped Net-tools patch for kernel
headers in favor of a simple sed.</para></listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 79d4ab310..580df2e47 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -149,7 +149,7 @@ following:</para>
<varlistentry>
<term>Udev Configuration Patch - 6 KB:</term>
<listitem>
-<para><ulink url="&patches-root;udev-&udev-version;-config-2.patch"/></para>
+<para><ulink url="&patches-root;udev-&udev-version;-config-1.patch"/></para>
</listitem>
</varlistentry>
diff --git a/chapter05/udev.xml b/chapter05/udev.xml
index 3790d8059..c532cc8e2 100644
--- a/chapter05/udev.xml
+++ b/chapter05/udev.xml
@@ -36,7 +36,7 @@ being owned by user root, group root, and only accessible to root. As you
can easily imagine, this isn't ideal. Give it a much better configuration
by applying the following patch:</para>
-<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-1.patch</userinput></screen>
<para>The udevstart program hardcodes the path to the udev program in itself,
which is bad since we install udev in a non-standard location. Fix this by
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 99f9b697f..b9c124cde 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -27,7 +27,7 @@ being owned by user root, group root, and only accessible to root. As you
can easily imagine, this isn't ideal. Give it a much better configuration
by applying the following patch:</para>
-<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-1.patch</userinput></screen>
<para>Now compile Udev:</para>
diff --git a/general.ent b/general.ent
index a3b1289ae..8a24b7832 100644
--- a/general.ent
+++ b/general.ent
@@ -68,6 +68,6 @@
<!ENTITY tcl-version "8.4.6">
<!ENTITY texinfo-version "4.7">
<!ENTITY util-linux-version "2.12a">
-<!ENTITY udev-version "025">
+<!ENTITY udev-version "026">
<!ENTITY vim-version "6.3">
<!ENTITY zlib-version "1.2.1">