Author: matthew Date: 2005-04-04 15:05:09 -0600 (Mon, 04 Apr 2005) New Revision: 4868
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter07/udev.xml Log: * Typo: The udev initscript registers udevsend, not udev as the hotplug handler Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-04-04 21:01:09 UTC (rev 4867) +++ trunk/BOOK/chapter01/changelog.xml 2005-04-04 21:05:09 UTC (rev 4868) @@ -82,6 +82,10 @@ </itemizedlist> </listitem> +<listitem><para>April 4, 2005 [matt]: Typo: The udev initscript +registers udevsend, not udev, as the hotplug handler (Bryan +Kadzban)</para></listitem> + <listitem><para>April 4, 2005 [matt]: No need to manually create <filename class="directory">/var/log/hotplug</filename> as hotplug's Makefile creates it (Ken Moffat). Also minor rewording to improve consistency.</para> Modified: trunk/BOOK/chapter07/udev.xml =================================================================== --- trunk/BOOK/chapter07/udev.xml 2005-04-04 21:01:09 UTC (rev 4867) +++ trunk/BOOK/chapter07/udev.xml 2005-04-04 21:05:09 UTC (rev 4868) @@ -113,7 +113,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
