Changeset 32324418


Ignore:
Timestamp:
06/26/2004 01:19:14 PM (20 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.0, 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:
811be305
Parents:
e43d9b66
Message:

Applied Alexanders descriptions for udev package contents

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re43d9b66 r32324418  
    7979</listitem>
    8080
     81<listitem><para>June 26, 2004 [matt]: Added descriptions for udev package
     82contents (Alexander Patrakov)</para></listitem>
     83
    8184<listitem><para>June 24, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.7.0
    8285and updated the Net-tools GCC 3.4 patch.</para></listitem>
  • chapter05/udev.xml

    re43d9b66 r32324418  
    1313
    1414<sect2 role="package"><title/>
    15 <!--
    1615<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/udev.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
    17  -->
    1816
    1917<segmentedlist>
  • chapter06/udev.xml

    re43d9b66 r32324418  
    1111
    1212<sect2 role="package"><title/>
     13<para>The Udev package contains programs for dynamic creation of device nodes.</para>
    1314
    1415<segmentedlist>
     
    4748
    4849<sect2 id="contents-udev" role="content"><title>Contents of Udev</title>
    49 <para>Who knows?</para>
     50
     51<segmentedlist>
     52<segtitle>Installed programs</segtitle>
     53<seglistitem><seg>udev, udevd, udevsend, udevstart, udevinfo, udevtest</seg></seglistitem>
     54</segmentedlist>
     55
     56<variablelist><title>Short descriptions</title>
     57                                                                               
     58<varlistentry id="udev">
     59<term><command>udev</command></term>
     60<listitem><indexterm zone="ch-system-udev udev"><primary
     61sortas="b-udev">udev</primary></indexterm>
     62<para>is used to create device nodes in <filename
     63class="directory">/dev</filename> or to rename network interfaces (not in LFS)
     64in response to hotplug events.</para>
     65</listitem></varlistentry>
     66
     67<varlistentry id="udevd">
     68<term><command>udevd</command></term>
     69<listitem> <indexterm zone="ch-system-udev udevd"><primary
     70sortas="b-udevd">udevd</primary></indexterm>
     71<para>is a daemon that reorders hotplug events before submitting them to
     72<command>udev</command>,
     73thus avoiding various race conditions.</para>
     74</listitem></varlistentry>
     75
     76<varlistentry id="udevsend">
     77<term><command>udevsend</command></term>
     78<listitem> <indexterm zone="ch-system-udev udevsend"><primary
     79sortas="b-udevsend">udevsend</primary></indexterm>
     80<para>is used to deliver hotplug events to <command>udevd</command>.</para>
     81</listitem></varlistentry>
     82
     83<varlistentry id="udevstart">
     84<term><command>udevstart</command></term>
     85<listitem> <indexterm zone="ch-system-udev udevstart"><primary
     86sortas="b-udevstart">udevstart</primary></indexterm>
     87<para>is used to create device nodes in <filename
     88class="directory">/dev</filename> that correspond to drivers compiled directly
     89into the kernel. It performs that task by simulating hotplug events presumably
     90dropped by the kernel before invocation of this program (e.g. because the root
     91filesystem has not been mounted) and submitting such synthetic hotplug events
     92to <command>udev</command>.</para>
     93</listitem>
     94</varlistentry>
     95
     96<varlistentry id="udevinfo">
     97<term><command>udevinfo</command></term>
     98<listitem> <indexterm zone="ch-system-udev udevinfo"><primary
     99sortas="b-udevinfo">udevinfo</primary></indexterm>
     100<para>allows users to query the <command>udev</command> database for
     101information on any device currently present on the system. It also
     102provides a way to query any device in the sysfs tree to help creating udev
     103rules.</para>
     104</listitem></varlistentry>
     105
     106<varlistentry id="udevtest">
     107<term><command>udevtest</command></term>
     108<listitem> <indexterm zone="ch-system-udev udevtest"><primary
     109sortas="b-udevtest">udevtest</primary></indexterm>
     110<para>simulates a <command>udev</command> run for the given device,
     111and prints out the name of the node the real <command>udev</command> would
     112have created, or (not in LFS) the name of the renamed network interface.</para>
     113</listitem></varlistentry>
     114
     115<varlistentry id="etc-dev-d">
     116<term><filename class="directory">/etc/dev.d</filename></term>
     117<listitem> <indexterm zone="ch-system-udev etc-dev-d"><primary
     118sortas="b-etc-dev-d">/etc/dev.d</primary></indexterm>
     119<para>directory is supposed to contain user-written handlers for device
     120creation hotplug events.</para>
     121</listitem></varlistentry>
     122
     123<varlistentry id="etc-udev">
     124<term><filename class="directory">/etc/udev</filename></term>
     125<listitem> <indexterm zone="ch-system-udev etc-udev"><primary
     126sortas="b-etc-udev">/etc/udev</primary></indexterm>
     127<para>directory contains <command>udev</command> configuation files,
     128device permissions and rules for device naming.</para>
     129</listitem></varlistentry>
     130</variablelist>
    50131</sect2>
    51132
    52 
    53133</sect1>
  • general.ent

    re43d9b66 r32324418  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20040624">
    3 <!ENTITY releasedate "June 24, 2004">
     2<!ENTITY version "SVN-20040626">
     3<!ENTITY releasedate "June 26, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.