Upgraded to Udev 026

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Zack Winkles 2004-06-08 01:58:48 +00:00
parent aa242b107f
commit 1582636bcd
5 changed files with 8 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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