Author: jim Date: 2005-04-04 18:18:37 -0600 (Mon, 04 Apr 2005) New Revision: 4875
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter07/udev.xml Log: udev change by Matt Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-05 00:16:05 UTC (rev 4874) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-05 00:18:37 UTC (rev 4875) @@ -89,6 +89,7 @@ <listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer).</para></listitem> <listitem><para>Fixed: Arch: All - No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat).</para></listitem> <listitem><para>Fixed: Arch: All - Also minor rewording to improve consistency, in hotplug.</para></listitem> +<listitem><para>Typo: Arch: All - The udev initscript registers udevsend, not udev, as the hotplug handler (Bryan Kadzban).</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/multi-arch/BOOK/chapter07/udev.xml =================================================================== --- branches/multi-arch/BOOK/chapter07/udev.xml 2005-04-05 00:16:05 UTC (rev 4874) +++ branches/multi-arch/BOOK/chapter07/udev.xml 2005-04-05 00:18:37 UTC (rev 4875) @@ -118,7 +118,7 @@ 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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
