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
This commit is contained in:
Zack Winkles 2004-05-20 02:51:48 +00:00
parent 72b0264b85
commit 7a682ffd82
4 changed files with 7 additions and 4 deletions

View File

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

View File

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

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

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