Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    r20a35ab r2da40d0  
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    164165chmod 754 /etc/cron.weekly/update-pciids.sh</userinput></screen>
    165166
    166 <screen role="root" revision="systemd"><userinput>cat &gt; /usr/lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
     167<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
    167168<literal>[Unit]
    168169Description=Update pci.ids file
     
    177178ExecStart=/usr/sbin/update-pciids</literal>
    178179EOF
    179 cat &gt; /usr/lib/systemd/system/update-pciids.timer &lt;&lt; "EOF" &amp;&amp;
     180cat &gt; /lib/systemd/system/update-pciids.timer &lt;&lt; "EOF" &amp;&amp;
    180181<literal>[Unit]
    181182Description=Update pci.ids file weekly
     
    224225          <para>
    225226            is a utility for displaying information about all PCI buses
    226             in the system and all devices connected to them
     227            in the system and all devices connected to them.
    227228          </para>
    228229          <indexterm zone="pciutils lspci">
     
    236237        <listitem>
    237238          <para>
    238             is a utility for querying and configuring PCI devices
     239            is a utility for querying and configuring PCI devices.
    239240          </para>
    240241          <indexterm zone="pciutils setpci">
     
    264265        <para>
    265266          is library that allows applications to access the PCI
    266           subsystem
     267          subsystem.
    267268        </para>
    268269        <indexterm zone="pciutils libpci">
Note: See TracChangeset for help on using the changeset viewer.