aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-03-14 20:38:18 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-03-14 20:38:18 +0000
commit787440b0397a12e6dde7b54790f21f325c54882e (patch)
treeccbcc05417af026f204bd9a0101ca5fdd2907fad /chapter06
parentc59fe132197afde128dfe8595d045770dadb0480 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/hotplug.xml42
1 files changed, 21 insertions, 21 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index 6aa10f214..6ac55e75c 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -117,17 +117,6 @@ user-provided scripts.
</listitem>
</varlistentry>
-<varlistentry id="hotplug-functions">
-<term><filename>/etc/hotplug/hotplug.functions</filename></term>
-<listitem>
-<indexterm zone="ch-system-hotplug hotplug-functions"><primary
-sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
-<para>This file contains common functions used by other scripts in the Hotplug
-package.
-</para>
-</listitem>
-</varlistentry>
-
<varlistentry id="hotplug-blacklist">
<term><filename>/etc/hotplug/blacklist</filename></term>
<listitem>
@@ -139,6 +128,17 @@ the kernel by the hotplug scripts.
</listitem>
</varlistentry>
+<varlistentry id="hotplug-functions">
+<term><filename>/etc/hotplug/hotplug.functions</filename></term>
+<listitem>
+<indexterm zone="ch-system-hotplug hotplug-functions"><primary
+sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
+<para>This file contains common functions used by other scripts in the Hotplug
+package.
+</para>
+</listitem>
+</varlistentry>
+
<varlistentry id="hotplug-subdirs">
<term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term>
<listitem>
@@ -160,16 +160,6 @@ call for each USB device, based on its vendor ID and other attributes.
</listitem>
</varlistentry>
-<varlistentry id="hotplug-events">
-<term><filename>/var/log/hotplug/events</filename></term>
-<listitem>
-<indexterm zone="ch-system-hotplug hotplug-events"><primary
-sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
-<para>This file contains all the events that hotplug has called since bootup.
-</para>
-</listitem>
-</varlistentry>
-
<varlistentry id="hotplug-hotplug.d">
<term><filename class="directory">/etc/hotplug.d</filename></term>
<listitem>
@@ -191,6 +181,16 @@ firmware loaded before use.</para>
</listitem>
</varlistentry>
+<varlistentry id="hotplug-events">
+<term><filename>/var/log/hotplug/events</filename></term>
+<listitem>
+<indexterm zone="ch-system-hotplug hotplug-events"><primary
+sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
+<para>This file contains all the events that hotplug has called since bootup.
+</para>
+</listitem>
+</varlistentry>
+
</variablelist>
</sect2>
</sect1>