Changeset 2995055


Ignore:
Timestamp:
02/27/2013 04:08:04 PM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
debb0893
Parents:
3442e55
Message:

Change comment about missing NIS headers, it is not true that we no longer install them by default for all versions of glibc >= 2.14.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3442e55 r2995055  
    44-->
    55
    6 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 20th, &year;">
     12<!ENTITY releasedate  "February 27th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r3442e55 r2995055  
    4646
    4747    <listitem>
     48      <para>February 27th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update message about NIS and RPC headers
     52          in libtirpc.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>February 21st, 2013</para>
    4959      <itemizedlist>
  • networking/netlibs/libtirpc.xml

    r3442e55 r2995055  
    110110
    111111    <para>
    112       Glibc 2.14 and later does not install NIS and RPC related headers by
    113       default. If needed, install them by running the following command
    114       as the <systemitem class="username">root</systemitem> user:
     112      In LFS-7.1 the NIS and RPC related headers were not installed by default.
     113      If that applies to your system, install them by running the following
     114      command as the <systemitem class="username">root</systemitem> user:
    115115    </para>
    116116
Note: See TracChangeset for help on using the changeset viewer.