Changeset ef8b867


Ignore:
Timestamp:
04/04/2005 09:01:09 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1d5dd18c
Parents:
fca8a2b
Message:
  • /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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfca8a2b ref8b867  
    8383</listitem>
    8484
     85<listitem><para>April 4, 2005 [matt]: No need to manually create
     86<filename class="directory">/var/log/hotplug</filename> as hotplug's Makefile
     87creates it (Ken Moffat).  Also minor rewording to improve consistency.</para>
     88</listitem>
     89
    8590<listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat
    8691&amp; Greg Schafer)</para></listitem>
  • chapter06/hotplug.xml

    rfca8a2b ref8b867  
    5151<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    5252
    53 <para>For logging of hotplug events we will create a directory and a
    54 blank file. This file will show all the information passed to hotplug:</para>
     53<para>Create a file that is necessary for the logging of hotplug events:</para>
    5554
    56 <screen><userinput>mkdir /var/log/hotplug
    57 touch /var/log/hotplug/events</userinput></screen>
     55<screen><userinput>touch /var/log/hotplug/events</userinput></screen>
    5856
    59 <para>For firmware to be loaded by hotplug we will create the necessary
    60 directory:</para>
     57<para>Create a directory for storing firmware that can be loaded by hotplug:</para>
    6158
    6259<screen><userinput>mkdir /lib/firmware</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.