Changeset 787440b0


Ignore:
Timestamp:
03/14/2005 08:38:18 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.1, 6.1.1, 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:
04162dd2
Parents:
c59fe13
Message:

Reorder the descriptions of files and directories installed by hotplug

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc59fe13 r787440b0  
    8383</listitem>
    8484
     85<listitem><para>March 14, 2005 [matt]: List the installed files/directories
     86descriptions in a somewhat more alphabetic order.</para></listitem>
     87
    8588<listitem><para>March 14, 2005 [matt]: Fix typos, and reword some of the hotplug explanations for (hopefully) improved clarity</para>
    8689</listitem>
  • chapter06/hotplug.xml

    rc59fe13 r787440b0  
    118118</varlistentry>
    119119
     120<varlistentry id="hotplug-blacklist">
     121<term><filename>/etc/hotplug/blacklist</filename></term>
     122<listitem>
     123<indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
     124sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
     125<para>This file contains the list of modules that should never be inserted into
     126the kernel by the hotplug scripts.
     127</para>
     128</listitem>
     129</varlistentry>
     130
    120131<varlistentry id="hotplug-functions">
    121132<term><filename>/etc/hotplug/hotplug.functions</filename></term>
     
    125136<para>This file contains common functions used by other scripts in the Hotplug
    126137package.
    127 </para>
    128 </listitem>
    129 </varlistentry>
    130 
    131 <varlistentry id="hotplug-blacklist">
    132 <term><filename>/etc/hotplug/blacklist</filename></term>
    133 <listitem>
    134 <indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
    135 sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
    136 <para>This file contains the list of modules that should never be inserted into
    137 the kernel by the hotplug scripts.
    138138</para>
    139139</listitem>
     
    161161</varlistentry>
    162162
    163 <varlistentry id="hotplug-events">
    164 <term><filename>/var/log/hotplug/events</filename></term>
    165 <listitem>
    166 <indexterm zone="ch-system-hotplug hotplug-events"><primary
    167 sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
    168 <para>This file contains all the events that hotplug has called since bootup.
    169 </para>
    170 </listitem>
    171 </varlistentry>
    172 
    173163<varlistentry id="hotplug-hotplug.d">
    174164<term><filename class="directory">/etc/hotplug.d</filename></term>
     
    192182</varlistentry>
    193183
     184<varlistentry id="hotplug-events">
     185<term><filename>/var/log/hotplug/events</filename></term>
     186<listitem>
     187<indexterm zone="ch-system-hotplug hotplug-events"><primary
     188sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
     189<para>This file contains all the events that hotplug has called since bootup.
     190</para>
     191</listitem>
     192</varlistentry>
     193
    194194</variablelist>
    195195</sect2>
Note: See TracChangeset for help on using the changeset viewer.