diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-19 22:51:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-19 22:51:46 +0000 |
commit | 6c511d85f80eb55024dcd42cdeb4577a932609af (patch) | |
tree | 09290c5390b02517b3b0f3f27bdd606fc7f05f14 /chapter06 | |
parent | a938e5e7ca8771832b516a815d50118846f314c8 (diff) |
Upgrade to Udev-068
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 099171c3f..b582ad2af 100644 --- a/chapter06/udev.xml +++ b/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> |