diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-21 21:38:39 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-21 21:38:39 +0000 |
commit | 95f485ae6b307055fe5265a48cb4cc602662a7d5 (patch) | |
tree | 7216876ca5ec4d0efbcf7e2a19deae605f610744 | |
parent | e7647f8d54ee9b49a954ac660dac7de99f53a8b9 (diff) |
Fixed a rather insidious little bug in Udev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/udev.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 21 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f592562da..0f83471b2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -57,7 +57,9 @@ first a summary, then a detailed log.</para> <listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> <listitem><para>udev-027</para></listitem> +<listitem><para>udev-027-permissions-1.patch</para></listitem> <listitem><para>udev-config-1.permissions</para></listitem> +<listitem><para>udev-config-1.rules</para></listitem> <listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem> <listitem><para>vim-6.3 language files</para></listitem> </itemizedlist> @@ -76,6 +78,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 21, 2004 [winkie]: Added the Udev permissions patch to fix +a regression from version 023 (really nasty bug, too).</para></listitem> + <listitem><para>June 20, 2004 [matt]: chapter07 - console. Add a note regarding the screen font not being set automatically when the console script isn't run. (Alexander Patrakov)</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 0b0b49933..99824c080 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -160,6 +160,13 @@ following:</para> </varlistentry> <varlistentry> +<term>Udev Permissions Patch - 3 KB:</term> +<listitem> +<para><ulink url="&patches-root;udev-&udev-version;-permissions-1.patch"/></para> +</listitem> +</varlistentry> + +<varlistentry> <term>Util-Linux Kernel Headers Patch - 3 KB:</term> <listitem> <para><ulink url="&patches-root;util-linux-&util-linux-version;-kernel_headers-1.patch"/></para> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index c634e823f..5e2416077 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -22,7 +22,13 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>First compile Udev:</para> +<para>Begin by fixing an issue by which Udev ignores the contents of its +permissions configuration file, and instead makes certain nodes (in particular +<filename>/dev/null</filename>) usable only by root.</para> + +<screen><userinput>patch -Np1 -i ../udev-027-permissions-1.patch</userinput></screen> + +<para>Now compile Udev:</para> <screen><userinput>make udevdir=/dev</userinput></screen> diff --git a/general.ent b/general.ent index 35da0033d..1bf3473f2 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040620"> -<!ENTITY releasedate "June 20, 2004"> +<!ENTITY version "CVS-20040621"> +<!ENTITY releasedate "June 21, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |