Author: gdalziel
Date: 2009-07-28 10:36:59 -0600 (Tue, 28 Jul 2009)
New Revision: 7896
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/usbutils.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to usbutils-0.84.
Modified: trunk/BOOK/general/sysutils/usbutils.xml
===================================================================
--- trunk/BOOK/general/sysutils/usbutils.xml 2009-07-28 14:31:06 UTC (rev
7895)
+++ trunk/BOOK/general/sysutils/usbutils.xml 2009-07-28 16:36:59 UTC (rev
7896)
@@ -6,9 +6,9 @@
<!ENTITY usbutils-download-http
"&sourceforge-repo;/linux-usb/usbutils-&usbutils-version;.tar.gz">
<!ENTITY usbutils-download-ftp " ">
- <!ENTITY usbutils-md5sum "88978b4ad891f610620b1b8e5e0f43eb">
- <!ENTITY usbutils-size "176 KB">
- <!ENTITY usbutils-buildsize "1.6 MB">
+ <!ENTITY usbutils-md5sum "87612c82e66393a395db91361d168c1b">
+ <!ENTITY usbutils-size "241 KB">
+ <!ENTITY usbutils-buildsize "2 MB">
<!ENTITY usbutils-time "less than 0.1 SBU">
]>
@@ -33,6 +33,8 @@
used to display information about USB buses in the system and the devices
connected to them.</para>
+ &lfs65_checked;
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -71,8 +73,7 @@
<para>Install <application>usbutils</application> by
running the following commands:</para>
-<screen><userinput>sed -i 's|DEST=|&/usr/share/|' update-usbids.sh
&&
-./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr --disable-zlib &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -80,17 +81,16 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-install -v -m755 update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
+mv -v /usr/sbin/update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed -i '...' update-usbids.sh</command>: This command is
- used to modify the download script so that it will replace the existing
- file in <filename class='directory'>/usr/share</filename> instead of in
- the current directory.</para>
+ <para><parameter>--disable-zlib</parameter>: This stops
+ <application>usbutils</application> from installing a compressed usb.ids
+ alongside the uncompressed one.</para>
</sect2>
@@ -123,7 +123,7 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>lsusb and update-usbids</seg>
+ <seg>lsusb, update-usbids, and usb-devices</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
@@ -155,6 +155,21 @@
</indexterm>
</listitem>
</varlistentry>
+
+ <varlistentry id="usb-devices">
+ <term><command>usb-devices</command></term>
+ <listitem>
+ <para>is a shell script that displays details of USB buses and
devices
+ connected to them. It is designed to be used if /proc/bus/usb/devices
+ is not available on your system.</para>
+ <!-- /proc/bus/usb/devices is scheduled to be moved from usbfs to
+ debugfs in linux-2.6.31. -->
+ <indexterm zone="usbutils usb-devices">
+ <primary sortas="b-usb-devices">usb-devices</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-28 14:31:06 UTC (rev 7895)
+++ trunk/BOOK/general.ent 2009-07-28 16:36:59 UTC (rev 7896)
@@ -214,7 +214,7 @@
<!ENTITY unzip-version "5.52">
<!ENTITY zip-version "3.0">
<!ENTITY pciutils-version "3.1.3">
-<!ENTITY usbutils-version "0.73">
+<!ENTITY usbutils-version "0.84">
<!ENTITY cpio-version "2.9">
<!ENTITY mc-version "4.6.1">
<!ENTITY sysstat-version "8.0.4.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-28 14:31:06 UTC
(rev 7895)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-28 16:36:59 UTC
(rev 7896)
@@ -44,6 +44,10 @@
<para>July 28th, 2009</para>
<itemizedlist>
<listitem>
+ <para>[gdalziel] - Updated to usbutils-0.84. Thanks again to Matthew
+ the information.</para>
+ </listitem>
+ <listitem>
<para>[gdalziel] - Updated to pciutils-3.1.3. Thanks to Matthew for
the hint about install-lib.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page