Changeset 838cd0f


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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/sysutils.xml

    rc5a4b23 r838cd0f  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdwids.xml"/>
    3332  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/>
    3433  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/>
  • 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">
  • introduction/welcome/changelog.xml

    rc5a4b23 r838cd0f  
    4747    <listitem>
    4848      <para>October 24th, 2014</para>
    49       <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Finish update to usbutils-008.  Fixes
     51          <ulink url="&blfs-ticket-root;5719">#5719</ulink>.</para>
     52        </listitem>
     53      <itemizedlist>
     54        <listitem>
     55          <para>[bdubbs] - Remove unneeded page hwids-20141022.</para>
     56        </listitem>
    5057        <listitem>
    5158          <para>[ken] - Update to biber-1.9.  Fixes
  • postlfs/security/cacerts.xml

    rc5a4b23 r838cd0f  
    383383        <term><command>remove-expired-certs.sh</command></term>
    384384        <listitem>
    385           <para>is a utility <application>perl</application> script that
     385          <para>is a utility shell script that
    386386          removes expired certificates from a directory.  The default
    387387          directory is <filename class='directory'>/etc/ssl/certs</filename>.</para>
Note: See TracChangeset for help on using the changeset viewer.