Author: matthew Date: 2005-04-04 15:01:09 -0600 (Mon, 04 Apr 2005) New Revision: 4867
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/hotplug.xml Log: * /var/log/hotplug is created by hotplug's Makefile; don't create it ourselves Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-04-04 20:52:05 UTC (rev 4866) +++ trunk/BOOK/chapter01/changelog.xml 2005-04-04 21:01:09 UTC (rev 4867) @@ -82,6 +82,11 @@ </itemizedlist> </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> Modified: trunk/BOOK/chapter06/hotplug.xml =================================================================== --- trunk/BOOK/chapter06/hotplug.xml 2005-04-04 20:52:05 UTC (rev 4866) +++ trunk/BOOK/chapter06/hotplug.xml 2005-04-04 21:01:09 UTC (rev 4867) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
