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. +April 4, 2005 [matt]: Typo: The udev initscript +registers udevsend, not udev, as the hotplug handler (Bryan +Kadzban) + April 4, 2005 [matt]: No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat). Also minor rewording to improve consistency. 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. When a new device connection is detected by the kernel, the kernel will generate a hotplug event and look at the file /proc/sys/kernel/hotplug to find out the userspace program that handles the device's connection. The -udev initscript registered udev +udev initscript registered udevsend as this handler. When these hotplug events are generated, the kernel will tell udev to check the /sys filesystem for the information