From f18250cd5811404cecb85ada102f443fed32af39 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 12 Mar 2005 20:05:07 +0000 Subject: Typo - the udev initscript registers udevsend, not udev as the hotplug handler git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 1f1c2bcf9..6e05141b7 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -84,7 +84,7 @@ processes and to udev for device node creation. The S10udev initscript takes care of creating these device nodes when Linux is booted. This script starts with -registering /sbin/udev as a hotplug event handler. +registering /sbin/udevsend as a hotplug event handler. Hotplug events (discussed below) should not be generated during this stage, but udev is registered just in case they do occur. The udevstart program then walks through -- cgit v1.2.3-54-g00ecf