소스 검색

Upgraded to Udev 026

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 년 전
부모
커밋
1582636bcd
5개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 2
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 1 1
      chapter05/udev.xml
  4. 1 1
      chapter06/udev.xml
  5. 1 1
      general.ent

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

+ 1 - 1
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>
 

+ 1 - 1
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

+ 1 - 1
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>
 

+ 1 - 1
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">