mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
c5a4b231f4
commit
838cd0f721
@ -29,7 +29,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdwids.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logrotate.xml"/>
|
||||
|
@ -75,7 +75,6 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="hdwids"/> (necessary for <command>lsusb.py</command>) and
|
||||
<xref linkend="libusb"/>
|
||||
</para>
|
||||
|
||||
@ -97,6 +96,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&:' lsusb.py &&
|
||||
|
||||
./configure --prefix=/usr --datadir=/usr/share/hwdata &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -128,30 +128,26 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
<!--
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring USB Utils</title>
|
||||
|
||||
<para>
|
||||
The <filename>usb.ids</filename> data file is constantly being
|
||||
updated. To get a current version of this file, run
|
||||
<command>update-usbids</command> as the <systemitem
|
||||
class="username">root</systemitem> user. This program requires the
|
||||
<xref linkend="which"/> script or program to find <xref linkend="lynx"/>
|
||||
or <xref linkend="wget"/> which are used to download the most current file,
|
||||
and replace the existing file in
|
||||
<filename class="directory">/usr/share/misc</filename>.
|
||||
</para>
|
||||
updated. To get a current version of this file, run, as the <systemitem
|
||||
class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
|
||||
|
||||
<para>
|
||||
You may wish to add an entry to
|
||||
<systemitem class="username">root</systemitem>'s (or any other user who has
|
||||
write privilege to <filename class="directory">/usr/share/misc</filename>)
|
||||
write privilege to <filename class="directory">/usr/share/hwdata</filename>)
|
||||
crontab to automatically update the <filename>usb.ids</filename> file
|
||||
periodically.
|
||||
</para>
|
||||
|
||||
</sect2>-->
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -46,7 +46,14 @@
|
||||
|
||||
<listitem>
|
||||
<para>October 24th, 2014</para>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Finish update to usbutils-008. Fixes
|
||||
<ulink url="&blfs-ticket-root;5719">#5719</ulink>.</para>
|
||||
</listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove unneeded page hwids-20141022.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Update to biber-1.9. Fixes
|
||||
<ulink url="&blfs-ticket-root;5728">#5728</ulink>.</para>
|
||||
|
@ -382,7 +382,7 @@ unset SSLDIR</userinput></screen>
|
||||
<varlistentry id="remove-expired-certs">
|
||||
<term><command>remove-expired-certs.sh</command></term>
|
||||
<listitem>
|
||||
<para>is a utility <application>perl</application> script that
|
||||
<para>is a utility shell script that
|
||||
removes expired certificates from a directory. The default
|
||||
directory is <filename class='directory'>/etc/ssl/certs</filename>.</para>
|
||||
<indexterm zone="cacerts remove-expired-certs">
|
||||
|
Loading…
Reference in New Issue
Block a user