Author: wblaszcz Date: 2009-11-10 02:01:13 -0700 (Tue, 10 Nov 2009) New Revision: 8128
Added: trunk/BOOK/general/sysutils/udev.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/sysutils.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/security/acl.xml Log: Added new package. udev-145 Modified: trunk/BOOK/general/sysutils/sysutils.xml =================================================================== --- trunk/BOOK/general/sysutils/sysutils.xml 2009-11-08 16:44:31 UTC (rev 8127) +++ trunk/BOOK/general/sysutils/sysutils.xml 2009-11-10 09:01:13 UTC (rev 8128) @@ -35,6 +35,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="apache-ant.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hal.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="DeviceKit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="DeviceKit-power.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lzma-utils.xml"/> Added: trunk/BOOK/general/sysutils/udev.xml =================================================================== --- trunk/BOOK/general/sysutils/udev.xml (rev 0) +++ trunk/BOOK/general/sysutils/udev.xml 2009-11-10 09:01:13 UTC (rev 8128) @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY udev-download-http "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"> + <!ENTITY udev-download-ftp " "> + <!ENTITY udev-md5sum "b3d3b5f88c7b81e7615700a04db685e1"> + <!ENTITY udev-size "517 KB"> + <!ENTITY udev-buildsize "11 MB"> + <!ENTITY udev-time "0.2 SBU"> +]> + +<sect1 id="udev" xreflabel="udev-&udev-version;"> + <?dbhtml filename="udev.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>udev-&udev-version;</title> + + <indexterm zone="udev"> + <primary sortas="a-udev">udev</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to udev</title> + + <para><application>Udev</application> was indeed installed in LFS and there + is no reason to reinstall it unless you are going to install + <application>DeviceKit-power</application>. This is so that we can enable + the extra features which includes <application>gudev</application>, a + requirement for <application>DeviceKit-power</application>.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&udev-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&udev-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &udev-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &udev-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &udev-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &udev-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">udev Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="glib2"/>, + <xref linkend="acl"/>, + <xref linkend="pciutils"/>, and + <xref linkend="usbutils"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="gobject-introspection"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/udev"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of udev</title> + + <para>Install <application>udev</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc --sbindir=/sbin \ + --with-rootlibdir=/lib --libexecdir=/lib/udev \ + --docdir=/usr/share/doc/udev-145 && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../xincludes/gtk-doc-rebuild.xml"/> + + <para><option>--enable-introspection</option>: This option enables GObject + introspection.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>udevadm, udevd, ata_id, cdrom_id, collect, create_floppy_devices, + edd_id, fstab_import, hid2hci, keymap, modem-modeswitch, path_id, + pci-db, scsi_id, udev-acl, usb-db, usb_id, and v4l_id</seg> + <seg>libudev.so and libgudev-1.0.so</seg> + <seg>/etc/udev, /lib/udev/{keymaps,rules.d}, + /usr/{include/gudev-1.0/gudev,share/{doc/udev-145/writing_udev_rules, + gtk-doc/html/{gudev,libudev}}}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="udevadm"> + <term><command>udevadm</command></term> + <listitem> + <para>is a udev management tool.</para> + <indexterm zone="udev udevadm"> + <primary sortas="b-udevadm">udevadm</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="udevd"> + <term><command>udevd</command></term> + <listitem> + <para>is an event managing daemon.</para> + <indexterm zone="udev udevd"> + <primary sortas="b-udevd">udevd</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libudev"> + <term><filename class='libraryfile'>libudev.so</filename></term> + <listitem> + <para>provides access to udev device information.</para> + <indexterm zone="udev libudev"> + <primary sortas="c-libLIBRARY1">libudev.so</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libgudev-1.0"> + <term><filename class='libraryfile'>libgudev-1.0.so</filename></term> + <listitem> + <para>is a GObject-based wrapper library for libudev.</para> + <indexterm zone="udev libgudev-1.0"> + <primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/sysutils/udev.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-11-08 16:44:31 UTC (rev 8127) +++ trunk/BOOK/general.ent 2009-11-10 09:01:13 UTC (rev 8128) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "08"> <!-- Always 2 digits --> +<!ENTITY day "10"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -239,6 +239,7 @@ <!ENTITY apache-ant-version "1.7.1"> <!ENTITY dbus-version "1.2.16"> <!ENTITY hal-version "0.5.12"> +<!ENTITY udev-version "145"> <!ENTITY DeviceKit-version "003"> <!ENTITY DeviceKit-power-version "009"> <!ENTITY unrar-version "3.7.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-11-08 16:44:31 UTC (rev 8127) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-11-10 09:01:13 UTC (rev 8128) @@ -40,6 +40,15 @@ </listitem> --> + <listitem> + <para>November 10th, 2009</para> + <itemizedlist> + <listitem> + <para>[wblaszcz] - Added new package. udev-145.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>November 8th, 2009</para> <itemizedlist> Modified: trunk/BOOK/postlfs/security/acl.xml =================================================================== --- trunk/BOOK/postlfs/security/acl.xml 2009-11-08 16:44:31 UTC (rev 8127) +++ trunk/BOOK/postlfs/security/acl.xml 2009-11-10 09:01:13 UTC (rev 8128) @@ -87,7 +87,9 @@ <screen role="root"><userinput>make install install-dev install-lib && mv /usr/share/doc/acl /usr/share/doc/acl-&acl-version;</userinput></screen> - <para>You should now re-install <application>Coreutils</application> and proceed to run the test suite.</para> + <para>You should now re-install <application><ulink + url="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/coreutils.html">Coreutils</ulink> + </application> and proceed to run the test suite.</para> <para>There are three sets of tests that come with this package. Issue the following to execute all three: -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
