aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-04-05 00:18:37 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-04-05 00:18:37 +0000
commit7c0f28ce6329744983dbd131f7e0707941010274 (patch)
treeb301dc113ca262e047598196056b1bee976d2d0f
parent386babed719f60dd27992de55527631623bea0ce (diff)
udev change by Matt
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml1
-rw-r--r--chapter07/udev.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a0026fe6e..3ef304220 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -89,6 +89,7 @@ first a summary, then a detailed log.</para>
<listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +&amp; Greg Schafer).</para></listitem>
<listitem><para>Fixed: Arch: All - No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat).</para></listitem>
<listitem><para>Fixed: Arch: All - Also minor rewording to improve consistency, in hotplug.</para></listitem>
+<listitem><para>Typo: Arch: All - The udev initscript registers udevsend, not udev, as the hotplug handler (Bryan Kadzban).</para></listitem>
</itemizedlist>
</listitem>
</itemizedlist>
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index f93e654ed..5a1633d44 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -118,7 +118,7 @@ handler.</quote> When a new device connection is detected by the
kernel, the kernel will generate a hotplug event and look at the file
<filename>/proc/sys/kernel/hotplug</filename> to find out the
userspace program that handles the device's connection. The
-<command>udev</command> initscript registered <command>udev</command>
+<command>udev</command> initscript registered <command>udevsend</command>
as this handler. When these hotplug events are generated, the kernel
will tell <command>udev</command> to check the <filename
class="directory">/sys</filename> filesystem for the information