* /var/log/hotplug is created by hotplug's Makefile; don't create it ourselves

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-04-04 21:01:09 +00:00
parent fca8a2b798
commit ef8b8675ae
2 changed files with 8 additions and 6 deletions

View File

@ -82,6 +82,11 @@ first a summary, then a detailed log.</para>
</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
&amp; Greg Schafer)</para></listitem>

View File

@ -50,14 +50,11 @@ that reason, remove the network hotplug agent:</para>
<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>