Ignore:
Timestamp:
10/25/2014 01:52:14 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
96a723e
Parents:
c5a4b23
Message:

Finish update to usbutils-008.
Remove unneeded page hwids-20141022.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    rc5a4b23 r838cd0f  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="hdwids"/> (necessary for <command>lsusb.py</command>) and
    7978      <xref linkend="libusb"/>
    8079    </para>
     
    9897
    9998<screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&amp;:' lsusb.py &amp;&amp;
     99
    100100./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    101101make</userinput></screen>
     
    129129
    130130  </sect2>
    131 <!--
     131
    132132  <sect2 role="configuration">
    133133    <title>Configuring USB Utils</title>
     
    135135    <para>
    136136      The <filename>usb.ids</filename> data file is constantly being
    137       updated. To get a current version of this file, run
    138       <command>update-usbids</command> as the <systemitem
    139       class="username">root</systemitem> user. This program requires the
    140       <xref linkend="which"/> script or program to find <xref linkend="lynx"/>
    141       or <xref linkend="wget"/> which are used to download the most current file,
    142       and replace the existing file in
    143       <filename class="directory">/usr/share/misc</filename>.
    144     </para>
     137      updated. To get a current version of this file, run, as the <systemitem
     138      class="username">root</systemitem> user:</para>
     139
     140<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
    145141
    146142    <para>
    147143      You may wish to add an entry to
    148144      <systemitem class="username">root</systemitem>'s (or any other user who has
    149       write privilege to <filename class="directory">/usr/share/misc</filename>)
     145      write privilege to <filename class="directory">/usr/share/hwdata</filename>)
    150146      crontab to automatically update the <filename>usb.ids</filename> file
    151147      periodically.
    152148    </para>
    153149
    154   </sect2>-->
     150  </sect2>
    155151
    156152  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.