Changeset 5bf238b for chapter06


Ignore:
Timestamp:
03/09/2016 04:50:28 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e24604fb
Parents:
30bd808c
Message:

Update to mpfr-3.1.4.
Update to linux-4.4.4.
Update to pkg-config-0.29.1.
Update to tcl-6.8.5.
Remove --disable-profile from Glibc instructions.
Create /var/log/faillog.
Remove --enable-obsolete-rpc from Chapter 5 glibc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    r30bd808c r5bf238b  
    222222  proper permissions:</para>
    223223
    224 <screen><userinput>touch /var/log/{btmp,lastlog,wtmp}
     224<screen><userinput>touch /var/log/{btmp,lastlog,faillog,wtmp}
    225225chgrp -v utmp /var/log/lastlog
    226226chmod -v 664  /var/log/lastlog
     
    229229  <para>The <filename>/var/log/wtmp</filename> file records all logins and
    230230  logouts. The <filename>/var/log/lastlog</filename> file records when each
    231   user last logged in. The <filename>/var/log/btmp</filename> file records the
    232   bad login attempts.</para>
     231  user last logged in. The <filename>/var/log/faillog</filename> file records
     232  failed login attempts.  The <filename>/var/log/btmp</filename> file records
     233  the bad login attempts.</para>
    233234
    234235  <note><para>The <filename>/run/utmp</filename> file records the users that
  • chapter06/glibc.xml

    r30bd808c r5bf238b  
    9191
    9292<screen><userinput remap="configure">../configure --prefix=/usr          \
    93              --disable-profile      \
    9493             --enable-kernel=&min-kernel; \
    9594             --enable-obsolete-rpc</userinput></screen>
     
    414413      <seglistitem>
    415414        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    416         ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
     415        ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd,
    417416        pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
    418417        zdump, and zic</seg>
     
    422421        libmcheck.a, libmemusage.so, libnsl.{a,so}, libnss_compat.so,
    423422        libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnss_nis.so,
    424         libnss_nisplus.so, libpcprofile.so, libpthread.{a,so},
     423        libnss_nisplus.so, libpthread.{a,so},
    425424        libpthread_nonshared.a, libresolv.{a,so}, librpcsvc.a, librt.{a,so},
    426425        libthread_db.so, and libutil.{a,so}</seg>
     
    587586        </listitem>
    588587      </varlistentry>
    589 
     588<!--
    590589      <varlistentry id="pcprofiledump">
    591590        <term><command>pcprofiledump</command></term>
     
    597596        </listitem>
    598597      </varlistentry>
    599 
     598-->
    600599      <varlistentry id="pldd">
    601600        <term><command>pldd</command></term>
     
    862861        </listitem>
    863862      </varlistentry>
    864 
     863<!--
    865864      <varlistentry id="libpcprofile">
    866865        <term><filename class="libraryfile">libpcprofile</filename></term>
     
    873872        </listitem>
    874873      </varlistentry>
    875 
     874-->
    876875      <varlistentry id="libpthread">
    877876        <term><filename class="libraryfile">libpthread</filename></term>
  • chapter06/mpfr.xml

    r30bd808c r5bf238b  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 
     43<!--
    4444    <para>First, apply the following patch to fix various bugs that have been
    4545    addressed upstream:</para>
    4646
    4747<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
    48 
     48-->
    4949    <para>Prepare MPFR for compilation:</para>
    5050
Note: See TracChangeset for help on using the changeset viewer.