Ignore:
Timestamp:
07/28/2009 04:36:59 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a263ccb3
Parents:
fd91fea
Message:

Updated to usbutils-0.84.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7896 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    rfd91fea r75c492d  
    77  <!ENTITY usbutils-download-http "&sourceforge-repo;/linux-usb/usbutils-&usbutils-version;.tar.gz">
    88  <!ENTITY usbutils-download-ftp  " ">
    9   <!ENTITY usbutils-md5sum        "88978b4ad891f610620b1b8e5e0f43eb">
    10   <!ENTITY usbutils-size          "176 KB">
    11   <!ENTITY usbutils-buildsize     "1.6 MB">
     9  <!ENTITY usbutils-md5sum        "87612c82e66393a395db91361d168c1b">
     10  <!ENTITY usbutils-size          "241 KB">
     11  <!ENTITY usbutils-buildsize     "2 MB">
    1212  <!ENTITY usbutils-time          "less than 0.1 SBU">
    1313]>
     
    3333    used to display information about USB buses in the system and the devices
    3434    connected to them.</para>
     35
     36    &lfs65_checked;
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7274    running the following commands:</para>
    7375
    74 <screen><userinput>sed -i 's|DEST=|&amp;/usr/share/|' update-usbids.sh &amp;&amp;
    75 ./configure --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --disable-zlib &amp;&amp;
    7677make</userinput></screen>
    7778
     
    8182
    8283<screen role="root"><userinput>make install &amp;&amp;
    83 install -v -m755 update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
     84mv -v /usr/sbin/update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
    8485
    8586  </sect2>
     
    8889    <title>Command Explanations</title>
    8990
    90     <para><command>sed -i '...' update-usbids.sh</command>: This command is
    91     used to modify the download script so that it will replace the existing
    92     file in <filename class='directory'>/usr/share</filename> instead of in
    93     the current directory.</para>
     91    <para><parameter>--disable-zlib</parameter>: This stops
     92    <application>usbutils</application> from installing a compressed usb.ids
     93    alongside the uncompressed one.</para>
    9494
    9595  </sect2>
     
    124124
    125125      <seglistitem>
    126         <seg>lsusb and update-usbids</seg>
     126        <seg>lsusb, update-usbids, and usb-devices</seg>
    127127        <seg>None</seg>
    128128        <seg>None</seg>
     
    156156        </listitem>
    157157      </varlistentry>
     158
     159      <varlistentry id="usb-devices">
     160        <term><command>usb-devices</command></term>
     161        <listitem>
     162          <para>is a shell script that displays details of USB buses and devices
     163          connected to them. It is designed to be used if /proc/bus/usb/devices
     164          is not available on your system.</para>
     165          <!-- /proc/bus/usb/devices is scheduled to be moved from usbfs to
     166               debugfs in linux-2.6.31. -->
     167          <indexterm zone="usbutils usb-devices">
     168            <primary sortas="b-usb-devices">usb-devices</primary>
     169          </indexterm>
     170        </listitem>
     171      </varlistentry>
     172
    158173    </variablelist>
    159174
Note: See TracChangeset for help on using the changeset viewer.