Ignore:
Timestamp:
09/22/2018 11:32:07 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
4de7ca7
Parents:
acf7e2c
Message:

Convert internal like to external links for BLFS packages not in
the Basic book.

Reorder some chapters.

Merge System V and systemd sections so both are always displayed
with proper attribution for system type.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20524 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    racf7e2c r6397333  
    127127
    128128  </sect2>
    129 <!-- No longer needed
    130   <sect2 role="commands">
    131     <title>Command Explanations</title>
    132 
    133     <para>
    134       <command>sed ... lsusb.py</command>: Instructs lsusb.py where to search
    135       <filename>usb.ids</filename>.
    136     </para>
    137 
    138   </sect2>
    139 -->
     129
    140130  <sect2 role="configuration">
    141131    <title>Configuring USB Utils</title>
    142132
    143     <para revision="sysv">
     133    <para>
    144134      The <filename>usb.ids</filename> data file is constantly being updated.
    145       To get a current version of this file, using <xref linkend="wget"/>,
    146       periodically run again, as the
     135      For System V based systems, get a current version of this file, using
     136      <xref linkend="wget"/>, periodically run, as the
    147137      <systemitem class="username">root</systemitem> user:
    148138    </para>
    149139
    150 <screen role="root" revision="sysv"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
    151 
    152     <para revision="sysv">
     140<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
     141
     142    <para>
    153143      You may wish to add an entry to
    154144      <systemitem class="username">root</systemitem>'s (or any other user who has
     
    158148    </para>
    159149
    160     <para revision="systemd">
    161       You should update the <filename>/usr/share/hwdata/usb.ids</filename> file
    162       periodically. Execute the following commands, as the
     150    <para>
     151      For systemd based systems,
     152      execute the following commands, as the
    163153      <systemitem class="username">root</systemitem> user, to create a systemd
    164154      timer to update it weekly on Sundays at 3:00 A.M. (local time):
    165155    </para>
    166156
    167 <screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
     157<screen role="root"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
    168158<literal>[Unit]
    169159Description=Update usb.ids file
Note: See TracChangeset for help on using the changeset viewer.