Author: matthew Date: 2005-04-04 15:17:08 -0600 (Mon, 04 Apr 2005) New Revision: 4869
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter06/e2fsprogs.xml branches/6.1/BOOK/chapter06/hotplug.xml branches/6.1/BOOK/chapter07/udev.xml Log: Ported 6.1 related fixes from trunk. Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-04-04 21:05:09 UTC (rev 4868) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-04-04 21:17:08 UTC (rev 4869) @@ -82,6 +82,21 @@ </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> +</listitem> + +<listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer)</para></listitem> + +<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para> +</listitem> + <listitem><para>April 2, 2005 [jhuntwork]: Fixed dtd url for sysklogd xml files</para></listitem> <listitem><para>March 31, 2005 [jhuntwork]: Changed the link for less to point to ftp.gnu.org</para></listitem> Modified: branches/6.1/BOOK/chapter06/e2fsprogs.xml =================================================================== --- branches/6.1/BOOK/chapter06/e2fsprogs.xml 2005-04-04 21:05:09 UTC (rev 4868) +++ branches/6.1/BOOK/chapter06/e2fsprogs.xml 2005-04-04 21:17:08 UTC (rev 4869) @@ -36,6 +36,10 @@ <screen><userinput>mkdir build cd build</userinput></screen> +<para>Fix a compilation error in E2fsprogs' testsuite:</para> + +<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in</userinput></screen> + <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \ Modified: branches/6.1/BOOK/chapter06/hotplug.xml =================================================================== --- branches/6.1/BOOK/chapter06/hotplug.xml 2005-04-04 21:05:09 UTC (rev 4868) +++ branches/6.1/BOOK/chapter06/hotplug.xml 2005-04-04 21:17:08 UTC (rev 4869) @@ -50,14 +50,11 @@ <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>For logging of hotplug events we will create a directory and a -blank file. This file will show all the information passed to hotplug:</para> +<para>Create a file that is necessary for the logging of hotplug events:</para> -<screen><userinput>mkdir /var/log/hotplug -touch /var/log/hotplug/events</userinput></screen> +<screen><userinput>touch /var/log/hotplug/events</userinput></screen> -<para>For firmware to be loaded by hotplug we will create the necessary -directory:</para> +<para>Create a directory for storing firmware that can be loaded by hotplug:</para> <screen><userinput>mkdir /lib/firmware</userinput></screen> Modified: branches/6.1/BOOK/chapter07/udev.xml =================================================================== --- branches/6.1/BOOK/chapter07/udev.xml 2005-04-04 21:05:09 UTC (rev 4868) +++ branches/6.1/BOOK/chapter07/udev.xml 2005-04-04 21:17:08 UTC (rev 4869) @@ -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
