Ver Fonte

Upgrade to Udev-068

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 20 anos atrás
pai
commit
6c511d85f8
3 ficheiros alterados com 34 adições e 14 exclusões
  1. 2 0
      chapter01/changelog.xml
  2. 31 13
      chapter06/udev.xml
  3. 1 1
      general.ent

+ 2 - 0
chapter01/changelog.xml

@@ -114,6 +114,8 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>August 19th, 2005 [matt]: Upgrade to Udev-068</para></listitem>
+
 <listitem><para>August 19th, 2005 [matt]: Upgrade to IANA-etc-2.00</para></listitem>
 
 <listitem><para>August 19th, 2005 [matt]: Upgrade to file-4.15</para></listitem>

+ 31 - 13
chapter06/udev.xml

@@ -17,7 +17,7 @@
 <segmentedlist>
 <segtitle>&buildtime;</segtitle>
 <segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.1 SBU</seg><seg>2.7 MB</seg></seglistitem>
+<seglistitem><seg>0.1 SBU</seg><seg>3.8 MB</seg></seglistitem>
 </segmentedlist>
 
 <segmentedlist>
@@ -72,7 +72,7 @@ complement of device nodes.</para>
 <segmentedlist>
 <segtitle>Installed programs</segtitle>
 <segtitle>Installed directory</segtitle>
-<seglistitem><seg>udev, udevd, udevsend, udevstart, udevinfo, and udevtest</seg>
+<seglistitem><seg>udev, udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg>
 <seg>/etc/udev</seg></seglistitem>
 </segmentedlist>
 
@@ -89,6 +89,15 @@ in LFS) in response to hotplug events</para>
 <indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm>
 </listitem></varlistentry>
 
+<varlistentry id="udevcontrol">
+<term><command>udevcontrol</command></term>
+<listitem>
+<para>Configures a number of options for the running <command>udevd</command>
+daemon, such as the log level.</para>
+<indexterm zone="ch-system-udev udevcontrol"><primary sortas="b-udevcontrol">udevcontrol</primary>
+</indexterm>
+</listitem></varlistentry>
+
 <varlistentry id="udevd">
 <term><command>udevd</command></term>
 <listitem>
@@ -98,6 +107,26 @@ thus avoiding various race conditions</para>
 <indexterm zone="ch-system-udev udevd"><primary sortas="b-udevd">udevd</primary></indexterm>
 </listitem></varlistentry>
 
+<varlistentry id="udevinfo">
+<term><command>udevinfo</command></term>
+<listitem>
+<para>Allows users to query the <command>udev</command> database for
+information on any device currently present on the system; it also
+provides a way to query any device in the <systemitem
+class="filesystem">sysfs</systemitem> tree to help create udev
+rules</para>
+<indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm>
+</listitem></varlistentry>
+
+<varlistentry id="udevmonitor">
+<term><command>udevmonitor</command></term>
+<listitem>
+<para>Prints the event received from the kernel and the event which
+<command>udev</command> sends out after rule processing</para>
+<indexterm zone="ch-system-udev udevmonitor"><primary sortas="b-udevmonitor">udevmonitor</primary>
+</indexterm>
+</listitem></varlistentry>
+
 <varlistentry id="udevsend">
 <term><command>udevsend</command></term>
 <listitem>
@@ -118,17 +147,6 @@ to <command>udev</command></para>
 </listitem>
 </varlistentry>
 
-<varlistentry id="udevinfo">
-<term><command>udevinfo</command></term>
-<listitem>
-<para>Allows users to query the <command>udev</command> database for
-information on any device currently present on the system; it also
-provides a way to query any device in the <systemitem
-class="filesystem">sysfs</systemitem> tree to help create udev
-rules</para>
-<indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm>
-</listitem></varlistentry>
-
 <varlistentry id="udevtest">
 <term><command>udevtest</command></term>
 <listitem>

+ 1 - 1
general.ent

@@ -77,7 +77,7 @@
 <!ENTITY tar-version "1.15.1">
 <!ENTITY tcl-version "8.4.11">
 <!ENTITY texinfo-version "4.8">
-<!ENTITY udev-version "067">
+<!ENTITY udev-version "068">
 <!ENTITY util-linux-version "2.12q">
 <!ENTITY vim-version "6.3">
 <!ENTITY zlib-version "1.2.3">