Author: renodr
Date: Thu Nov 29 13:23:09 2018
New Revision: 20756
Log:
Add the dependencies to pciutils to allow the pciutils script to function. This
is mostly for consistency between books. The systemd book has a timer and unit
to allow the pci.ids file to be updated Sundays at 2:30AM Local Time, and
without wget, lynx, or curl installed - the script fails to function.
In addition, add wget to the list of dependencies for usbutils in systemd
(again, as a result of the units)
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/pciutils.xml
trunk/BOOK/general/sysutils/usbutils.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Nov 29 11:01:07 2018 (r20755)
+++ trunk/BOOK/general.ent Thu Nov 29 13:23:09 2018 (r20756)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "28"> <!-- Always 2 digits -->
+<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "November 28th, &year;">
+<!ENTITY releasedate "November 29th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/sysutils/pciutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/pciutils.xml Thu Nov 29 11:01:07 2018
(r20755)
+++ trunk/BOOK/general/sysutils/pciutils.xml Thu Nov 29 13:23:09 2018
(r20756)
@@ -70,6 +70,19 @@
</para>
</listitem>
</itemizedlist>
+<!-- Needed to update the pci-ids. systemd has a unit and timer for this,
+ but for anyone who updates this file on either platform, it's needed
+ to download the pci.ids file. -->
+
+ <bridgehead renderas="sect3">pciutils Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="curl"/>,
+ <xref linkend="wget"/>,
+ OR <xref linkend="lynx"/>
+ (for the update-pciids script to function correctly).
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/pciutils"/>
@@ -233,9 +246,10 @@
<term><command>update-pciids</command></term>
<listitem>
<para>
- fetches the current version of the PCI ID list. Requires
+ fetches the current version of the PCI ID list. <!-- Requires
<xref linkend="curl"/>, <xref linkend="lynx"/> or
<xref linkend="wget"/>.
+ -->
</para>
<indexterm zone="pciutils update-pciids">
<primary sortas="b-update-pciids">update-pciids</primary>
Modified: trunk/BOOK/general/sysutils/usbutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/usbutils.xml Thu Nov 29 11:01:07 2018
(r20755)
+++ trunk/BOOK/general/sysutils/usbutils.xml Thu Nov 29 13:23:09 2018
(r20756)
@@ -76,6 +76,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libusb"/>
+ <phrase revision="systemd">and <xref linkend="wget"/></phrase>
+ <!-- In the systemd book, a unit/timer is installed to update the
+ usb.ids file automatically. -->
</para>
<bridgehead renderas="sect4">Required Runtime</bridgehead>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Nov 29 11:01:07
2018 (r20755)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Nov 29 13:23:09
2018 (r20756)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>November 29th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Added dependencies to usbutils and pciutils
+ to allow updating the usb.ids and pci.ids files.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 25th, 2018</para>
<itemizedlist>
<listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page