Changeset 1ed12e2d


Ignore:
Timestamp:
05/20/2006 02:03:40 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b5f7d09
Parents:
3a3f7b8
Message:

Added new package usbutils-0.72

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3a3f7b8 r1ed12e2d  
    1 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     1<!ENTITY day          "20">                   <!-- Always 2 digits -->
    22<!ENTITY month        "05">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    159159<!ENTITY zip-version                  "2.31">
    160160<!ENTITY pciutils-version             "2.2.3">
     161<!ENTITY usbutils-version             "0.72">
    161162<!ENTITY pkgconfig-version            "0.20">
    162163<!ENTITY cpio-version                 "2.6">
  • general/sysutils/pciutils.xml

    r3a3f7b8 r1ed12e2d  
    109109    <command>update-pciids</command> as the <systemitem
    110110    class="username">root</systemitem> user. This program requires the
    111     <xref linkend='which'/> script or program to find <xref linkend='wget'/>
    112     or <xref linkend='lynx'/> which are used to fetch the most current file,
    113     and then replace the existing file in
     111    <xref linkend='which'/> script or program to find <xref linkend='curl'/>,
     112    <xref linkend='wget'/> or <xref linkend='lynx'/> which are used to
     113    download the most current file, and then replace the existing file in
    114114    <filename class='directory'>/usr/share</filename>.</para>
     115
     116    <para>You may wish to add an entry to
     117    <systemitem class="username">root</systemitem>'s (or any other user who
     118    has write privilege to <filename class='directory'>/usr/share</filename>)
     119    crontab to automatically update the <filename>pci.ids</filename> file
     120    periodically.</para>
    115121
    116122  </sect2>
     
    121127    <segmentedlist>
    122128      <segtitle>Installed Programs</segtitle>
    123       <segtitle>Installed Libraries</segtitle>
    124       <segtitle>Installed Directories</segtitle>
     129      <segtitle>Installed Library</segtitle>
     130      <segtitle>Installed Directory</segtitle>
    125131
    126132      <seglistitem>
     
    161167        <listitem>
    162168          <para>fetches the current version of the PCI ID list. Requires
    163           <xref linkend="wget"/> or <xref linkend="lynx"/>.</para>
     169          <xref linkend="curl"/>, <xref linkend="wget"/> or
     170          <xref linkend="lynx"/>.</para>
    164171          <indexterm zone="pciutils update-pciids">
    165172            <primary sortas="b-update-pciids">update-pciids</primary>
  • general/sysutils/sysutils.xml

    r3a3f7b8 r1ed12e2d  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zip.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pciutils.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usbutils.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkgconfig.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cpio.xml"/>
  • introduction/welcome/changelog.xml

    r3a3f7b8 r1ed12e2d  
    4343
    4444    <listitem>
     45      <para>May 20th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added new package usbutils-0.72.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>May 19th, 2006</para>
    4655      <itemizedlist>
  • introduction/welcome/credits.xml

    r3a3f7b8 r1ed12e2d  
    239239        pilot-link, Poppler, PyXML, Samba 3 (many additions), SANE (original
    240240        instructions by Alex Kloss), Shadow (rewrite), SLIB, Sound Juicer,
    241         Stunnel, Sysstat, system-tools-backends, Totem and unixODBC:
     241        Stunnel, Sysstat, system-tools-backends, Totem, unixODBC and usbutils:
    242242        <emphasis>Randy McMurchy</emphasis></para>
    243243      </listitem>
Note: See TracChangeset for help on using the changeset viewer.