瀏覽代碼

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
Matthew Burgess 20 年之前
父節點
當前提交
787440b039
共有 2 個文件被更改,包括 24 次插入21 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 21 21
      chapter06/hotplug.xml

+ 3 - 0
chapter01/changelog.xml

@@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>March 14, 2005 [matt]: List the installed files/directories
+descriptions in a somewhat more alphabetic order.</para></listitem>
+
 <listitem><para>March 14, 2005 [matt]: Fix typos, and reword some of the hotplug explanations for (hopefully) improved clarity</para>
 </listitem>
 

+ 21 - 21
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>