* Don't create the /var/log/hotplug/events file; the bootscripts do that for us (merge of r4986 from trunk).

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-04-17 12:06:57 +00:00
parent 411697db8a
commit ad5100b742
2 changed files with 3 additions and 4 deletions

View File

@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </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 <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> and don't set LC_ALL (Ken Moffat and Alexander Patrakov)</para></listitem>

View File

@ -50,10 +50,6 @@ that reason, remove the network hotplug agent:</para>
<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> <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 <para>Create a directory for storing firmware that can be loaded by
<command>hotplug</command>:</para> <command>hotplug</command>:</para>