aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 21:05:09 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 21:05:09 +0000
commit1d5dd18c6eb4835d6af743cd134dff72a267447c (patch)
tree98e671dff3f7ec1aa069ab32d553b12d2375c22c
parentef8b8675ae1b9342951578bcae0201ccabb6d250 (diff)
* Typo: The udev initscript registers udevsend, not udev as the hotplug handler
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter07/udev.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 510fe076a..ee6d7638a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -82,6 +82,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>April 4, 2005 [matt]: Typo: The udev initscript
+registers udevsend, not udev, as the hotplug handler (Bryan
+Kadzban)</para></listitem>
+
<listitem><para>April 4, 2005 [matt]: No need to manually create
<filename class="directory">/var/log/hotplug</filename> as hotplug's Makefile
creates it (Ken Moffat). Also minor rewording to improve consistency.</para>
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index 6e05141b7..dfd7b0b01 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -113,7 +113,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