Changeset 699b552c


Ignore:
Timestamp:
10/15/2012 08:05:23 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:
d8717e4
Parents:
1915d54
Message:

Stop net-tools from trying to build obsolete Metricom radio support

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1915d54 r699b552c  
    4444
    4545-->
     46   
     47    <listitem>
     48      <para>October 15th, 2012</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Stop net-tools from trying to build
     52          obsolete Metricom radio support.  Thanks to Mark Devaney
     53          for the report.  Fixes
     54          <ulink url="&blfs-ticket-root;3591">#3591</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
    4659    <listitem>
    4760      <para>October 11th, 2012</para>
  • networking/netprogs/net-tools.xml

    r1915d54 r699b552c  
    120120    following commands:</para>
    121121
    122 <screen><userinput>sed -i -e '/Token/s/y$/n/' config.in &amp;&amp;
     122<screen><userinput>sed -i -e '/Token/s/y$/n/'        config.in &amp;&amp;
     123sed -i -e '/HAVE_HWSTRIP/s/y$/n/' config.in &amp;&amp;
    123124yes "" | make config                 &amp;&amp;
    124125make</userinput></screen>
     
    139140    simpler change than changing the location for the token ring headers.
    140141    </para>
     142
     143    <para><command>sed -i -e '/HAVE_HWSTRIP/s/y$/n/' config.in</command>:
     144    Removes obsolete Metricom radio support that requires a header no longer
     145    included in the kernel.  </para>
    141146
    142147    <para><command>yes "" | make config</command>: Piping <command>yes</command>
Note: See TracChangeset for help on using the changeset viewer.