Ignore:
Timestamp:
03/05/2012 06:28:32 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b19a7449
Parents:
719353d
Message:

Update to wireless-tools.29

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wireless-tools.xml

    r719353d r0aa7aa09  
    55  %general-entities;
    66
    7   <!ENTITY wireless-download-http "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.28.tar.gz">
     7  <!ENTITY wireless-download-http "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz">
    88  <!ENTITY wireless-download-ftp  " ">
    9   <!ENTITY wireless-md5sum        "599c94497f9c9073c7b052d3dcb7cd16">
    10   <!ENTITY wireless-size          "249 KB">
    11   <!ENTITY wireless-buildsize     "1.7 MB">
     9  <!ENTITY wireless-md5sum        "e06c222e186f7cc013fd272d023710cb">
     10  <!ENTITY wireless-size          "288 KB">
     11  <!ENTITY wireless-buildsize     "2.0 MB">
    1212  <!ENTITY wireless-time          "less than 0.1 SBU">
    1313]>
     
    4040    of tools allowing  manipulation of the Wireless Extensions. They use a
    4141    textual interface to support the full Wireless Extension.</para>
     42
     43    &lfs70_checked;
    4244
    4345    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108110      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    109111
    110 <screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
    111 
    112   </sect2>
    113 
    114 <!--
     112<screen role="root"><userinput>make PREFIX=/usr INSTALL_MAN=/usr/share/man install</userinput></screen>
     113
     114  </sect2>
     115
    115116  <sect2 role="commands">
    116117    <title>Command Explanations</title>
    117118
    118     <para><command>sed -i -e "s/__GNUC__ == 3/__GNUC__ &gt; 3/"
    119      -e "s/__GNUC_MINOR__ &lt; 4/&amp; || __GNUC__ > 3/" iwlib.h</command>:
    120      This modification is necessary to properly compile inline functions
    121      with GCC4.</para>
    122 
    123   </sect2>
    124 -->
     119    <para><command>INSTALL_MAN=/usr/share/man</command>: Install manual pages
     120    in /usr/share/man instead of /usr/man</para>
     121
     122  </sect2>
    125123
    126124  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.