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:
Bruce Dubbs 2014-10-25 01:52:14 +00:00
parent c5a4b231f4
commit 838cd0f721
5 changed files with 16 additions and 14 deletions

View File

@ -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"/>

View File

@ -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/&amp;:' lsusb.py &amp;&amp;
./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
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>

View File

@ -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>

View File

@ -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">