فهرست منبع

New udev patch (/dev/random is now 0444 instead of 0666)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 سال پیش
والد
کامیت
7a682ffd82
4فایلهای تغییر یافته به همراه7 افزوده شده و 4 حذف شده
  1. 4 1
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 1 1
      chapter05/udev.xml
  4. 1 1
      chapter06/udev.xml

+ 4 - 1
chapter01/changelog.xml

@@ -70,7 +70,7 @@ 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>udev-025</para></listitem>
-<listitem><para>udev-025-config-1.patch</para></listitem>
+<listitem><para>udev-025-config-2.patch</para></listitem>
 <listitem><para>util-linux-2.12a-kernel-headers-1.patch</para></listitem>
 <listitem><para>hotplug-2004_04_01</para></listitem>
 </itemizedlist>
@@ -102,6 +102,9 @@ first a summary, then a detailed log.</para>
 <listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
 </para></listitem>
 
+<listitem><para>May 19th, 2004 [winkie]: Change permissions of /dev/random to
+0444 instead of 0666.</para></listitem>
+
 <listitem><para>May 19th, 2004 [winkie]: Upgraded to Binutils 2.15 &amp; GCC
 3.4.1-20040517.</para></listitem>
 

+ 1 - 1
chapter03/patches.xml

@@ -163,7 +163,7 @@ following:</para>
 <varlistentry>
 <term>Udev Configuration Patch - 6 KB:</term>
 <listitem>
-<para><ulink url="&patches-root;udev-&udev-version;-config-1.patch"/></para>
+<para><ulink url="&patches-root;udev-&udev-version;-config-2.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-1.patch
+<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch
 </userinput></screen>
 
 <para>The udevstart program hardcodes the path to the udev program in itself,

+ 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-1.patch
+<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch
 </userinput></screen>
 
 <para>Now compile Udev:</para>