Changeset 5d28679b for general


Ignore:
Timestamp:
03/26/2006 09:24:05 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:
532219b
Parents:
88dd4702
Message:

Applied a patch sent in by Chris Staub to suppress some unneeded screen output by the update-pciids command

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    r88dd4702 r5d28679b  
    6868    running the following commands:</para>
    6969
    70 <screen><userinput>make PREFIX=/usr</userinput></screen>
     70<screen><userinput>sed -i 's/null ;/null 2>\&amp;1 ;/' update-pciids.sh &amp;&amp;
     71make PREFIX=/usr</userinput></screen>
    7172
    7273    <para>This package does not come with a test suite.</para>
     
    8687  </sect2>
    8788
     89  <sect2 role="commands">
     90    <title>Command Explanations</title>
     91
     92    <para><command>sed -i 's/null ;/null 2>\&amp;1 ;/'
     93    update-pciids.sh</command>: This command suppresses some unneeded screen
     94    output from the <command>update-pciids</command> command if you don't have
     95    either <application>Lynx</application> or <application>Wget</application>
     96    installed by redirecting the stderr output of the embedded
     97    <command>which</command> command to <filename>/dev/null</filename>.</para>
     98
     99  </sect2>
     100
    88101  <sect2 role="configuration">
    89102    <title>Configuring PCI Utilities</title>
     
    94107    class="username">root</systemitem> user. This program requires the
    95108    <xref linkend='which'/> script or program to find <xref linkend='wget'/>
    96     or <xref linkend='lynx'/> which are used to fetch the most current file, and
    97     then places it in <filename class='directory'>/usr/share</filename>.</para>
     109    or <xref linkend='lynx'/> which are used to fetch the most current file,
     110    and then replace the existing file in
     111    <filename class='directory'>/usr/share</filename>.</para>
    98112
    99113  </sect2>
Note: See TracChangeset for help on using the changeset viewer.