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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.