Changeset eae7f55


Ignore:
Timestamp:
11/29/2018 09:23:09 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
514a9c4
Parents:
a2bed70
Message:

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)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20756 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra2bed70 reae7f55  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 28th, &year;">
     9<!ENTITY releasedate  "November 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/pciutils.xml

    ra2bed70 reae7f55  
    7171      </listitem>
    7272    </itemizedlist>
     73<!-- Needed to update the pci-ids. systemd has a unit and timer for this,
     74    but for anyone who updates this file on either platform, it's needed
     75    to download the pci.ids file. -->
     76
     77    <bridgehead renderas="sect3">pciutils Dependencies</bridgehead>
     78
     79    <bridgehead renderas="sect4">Recommended</bridgehead>
     80    <para role="recommended">
     81       <xref linkend="curl"/>,
     82       <xref linkend="wget"/>,
     83       OR <xref linkend="lynx"/>
     84       (for the update-pciids script to function correctly).
     85    </para>
    7386
    7487    <para condition="html" role="usernotes">User Notes:
     
    234247        <listitem>
    235248          <para>
    236             fetches the current version of the PCI ID list. Requires
     249             fetches the current version of the PCI ID list. <!-- Requires
    237250            <xref linkend="curl"/>, <xref linkend="lynx"/> or
    238251            <xref linkend="wget"/>.
     252            -->
    239253          </para>
    240254          <indexterm zone="pciutils update-pciids">
  • general/sysutils/usbutils.xml

    ra2bed70 reae7f55  
    7777    <para role="required">
    7878      <xref linkend="libusb"/>
     79      <phrase revision="systemd">and <xref linkend="wget"/></phrase>
     80      <!-- In the systemd book, a unit/timer is installed to update the
     81      usb.ids file automatically. -->
    7982    </para>
    8083
  • introduction/welcome/changelog.xml

    ra2bed70 reae7f55  
    4343-->
    4444    <listitem>
     45      <para>November 29th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Added dependencies to usbutils and pciutils
     49          to allow updating the usb.ids and pci.ids files.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 25th, 2018</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.