Changeset 1270e6b3 for general


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

Merge another update from trunk.

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

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.