Changeset a72ca33


Ignore:
Timestamp:
04/07/2015 02:06:14 PM (9 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, 7.8, 7.9, 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:
f96d873
Parents:
3375f61
Message:

Split glibc configuration into separate sections

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r3375f61 ra72ca33  
    244244    </indexterm>
    245245
     246  <sect3>
     247  <title>Adding nsswitch.conf</title>
     248
    246249    <para>The <filename>/etc/nsswitch.conf</filename> file needs to be created
    247     because, although Glibc provides defaults when this file is missing or corrupt,
    248     the Glibc defaults do not work well in a networked environment. The time zone
    249     also needs to be configured.</para>
     250    because the Glibc defaults do not work well in a networked environment.
     251    </para>
    250252
    251253    <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     
    270272EOF</userinput></screen>
    271273
    272     <para>Install timezone data:</para>
     274    </sect3>
     275
     276    <sect3>
     277    <title>Adding time zone data</title>
     278
     279    <para>Install and set up the timezone data with the following:</para>
    273280<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
    274281
     
    348355    time zone selected (e.g., Canada/Eastern).</para>
    349356
    350   </sect2>
    351 
    352   <sect2 id="conf-ld" role="configuration">
     357  </sect3>
     358
     359  <sect3 id="conf-ld" role="configuration">
    353360    <title>Configuring the Dynamic Loader</title>
    354361
     
    393400mkdir -pv /etc/ld.so.conf.d</userinput></screen>
    394401
     402  </sect3>
    395403  </sect2>
    396404
Note: See TracChangeset for help on using the changeset viewer.