From 1d5dd18c6eb4835d6af743cd134dff72a267447c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 4 Apr 2005 21:05:09 +0000 Subject: * 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 --- chapter01/changelog.xml | 4 ++++ chapter07/udev.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf