Changeset 1270e6b3


Ignore:
Timestamp:
10/31/2014 12:28:05 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
c016e37
Parents:
703ac75
Message:

Merge another update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14811 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    r703ac75 r1270e6b3  
    9292    </para>
    9393
    94 <screen><userinput>./configure --prefix=/usr  \
    95             --disable-zlib \
    96             --datadir=/usr/share/misc &amp;&amp;
     94<screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&amp;:' lsusb.py &amp;&amp;
     95
     96./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    9797make</userinput></screen>
    9898
     
    127127    <para>
    128128      The <filename>usb.ids</filename> data file is constantly being
    129       updated. To get a current version of this file, run
    130       <command>update-usbids</command> as the <systemitem
    131       class="username">root</systemitem> user. This program requires the
    132       <xref linkend="which"/> script or program to find <xref linkend="lynx"/>
    133       or <xref linkend="wget"/> which are used to download the most current file,
    134       and replace the existing file in
    135       <filename class="directory">/usr/share/misc</filename>.
    136     </para>
     129      updated. To get a current version of this file, run, as the <systemitem
     130      class="username">root</systemitem> user:</para>
     131
     132<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
    137133
    138134    <para>
    139135      You may wish to add an entry to
    140136      <systemitem class="username">root</systemitem>'s (or any other user who has
    141       write privilege to <filename class="directory">/usr/share/misc</filename>)
     137      write privilege to <filename class="directory">/usr/share/hwdata</filename>)
    142138      crontab to automatically update the <filename>usb.ids</filename> file
    143139      periodically.
  • introduction/welcome/changelog.xml

    r703ac75 r1270e6b3  
    7474          <para>[fernando] - Update to emacs-24.4.  Fixes
    7575          <ulink url="&blfs-ticket-root;5712">#5712</ulink>.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[bdubbs] - Finish update to usbutils-008.  Fixes
     79          <ulink url="&blfs-ticket-root;5719">#5719</ulink>.</para>
    7680        </listitem>
    7781      </itemizedlist>
  • packages.ent

    r703ac75 r1270e6b3  
    238238<!ENTITY unzip-version                "6.0">
    239239<!ENTITY upower-version               "0.9.23">
    240 <!ENTITY usbutils-version             "007">
     240<!ENTITY usbutils-version             "008">
    241241<!ENTITY which-version                "2.20">
    242242<!ENTITY zip-version                  "3.0">
Note: See TracChangeset for help on using the changeset viewer.