Author: matthew Date: 2005-04-17 06:03:35 -0600 (Sun, 17 Apr 2005) New Revision: 4986
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/hotplug.xml Log: * Don't create the /var/log/hotplug/events file; the bootscripts do that for us. Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-04-17 11:32:36 UTC (rev 4985) +++ trunk/BOOK/chapter01/changelog.xml 2005-04-17 12:03:35 UTC (rev 4986) @@ -83,6 +83,9 @@ </itemizedlist> </listitem> +<listitem><para>April 17, 2005 [matt]: Don't create hotplug's events log file; +the bootscripts handle that for us.</para></listitem> + <listitem><para>April 17, 2005 [matt]: Use canonical charmaps in /etc/profile and don't set LC_ALL (Ken Moffat and Alexander Patrakov)</para></listitem> Modified: trunk/BOOK/chapter06/hotplug.xml =================================================================== --- trunk/BOOK/chapter06/hotplug.xml 2005-04-17 11:32:36 UTC (rev 4985) +++ trunk/BOOK/chapter06/hotplug.xml 2005-04-17 12:03:35 UTC (rev 4986) @@ -50,10 +50,6 @@ <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>Create a file that is necessary for the logging of hotplug events:</para> - -<screen><userinput>touch /var/log/hotplug/events</userinput></screen> - <para>Create a directory for storing firmware that can be loaded by <command>hotplug</command>:</para> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
