* 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
This commit is contained in:
Matthew Burgess 2005-04-04 21:05:09 +00:00
parent ef8b8675ae
commit 1d5dd18c6e
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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