Browse Source

* 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
Matthew Burgess 20 years ago
parent
commit
1d5dd18c6e
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter07/udev.xml

+ 4 - 0
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>

+ 1 - 1
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