mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
72b0264b85
commit
7a682ffd82
@ -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 & GCC
|
||||
3.4.1-20040517.</para></listitem>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user