Author: matthew Date: 2005-04-17 06:06:57 -0600 (Sun, 17 Apr 2005) New Revision: 4987
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter06/hotplug.xml Log: * Don't create the /var/log/hotplug/events file; the bootscripts do that for us (merge of r4986 from trunk). Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-04-17 12:03:35 UTC (rev 4986) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-04-17 12:06:57 UTC (rev 4987) @@ -82,6 +82,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: branches/6.1/BOOK/chapter06/hotplug.xml =================================================================== --- branches/6.1/BOOK/chapter06/hotplug.xml 2005-04-17 12:03:35 UTC (rev 4986) +++ branches/6.1/BOOK/chapter06/hotplug.xml 2005-04-17 12:06:57 UTC (rev 4987) @@ -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
