diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 20:05:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 20:05:07 +0000 |
commit | f18250cd5811404cecb85ada102f443fed32af39 (patch) | |
tree | a3acdd9700af09de0be053ba4f1f8375fe62d6d1 | |
parent | 46cfff86ec09b97c3a41a89fba84cd7dfb3ea0ca (diff) |
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
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <command>udev</command> for device node creation.</para> <para>The <command>S10udev</command> initscript takes care of creating these device nodes when Linux is booted. This script starts with -registering <command>/sbin/udev</command> as a hotplug event handler. +registering <command>/sbin/udevsend</command> as a hotplug event handler. Hotplug events (discussed below) should not be generated during this stage, but <command>udev</command> is registered just in case they do occur. The <command>udevstart</command> program then walks through |