Ignore:
Timestamp:
04/20/2015 11:28:26 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
a65f8ca2
Parents:
9d438f4
Message:

Imported changes from the main book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r9d438f4 raad85a6  
    249249    </indexterm>
    250250
     251  <sect3>
     252  <title>Adding nsswitch.conf</title>
     253
    251254    <para>The <filename>/etc/nsswitch.conf</filename> file needs to be created
    252     because, although Glibc provides defaults when this file is missing or corrupt,
    253     the Glibc defaults do not work well in a networked environment. The time zone
    254     also needs to be configured.</para>
     255    because the Glibc defaults do not work well in a networked environment.
     256    </para>
    255257
    256258    <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     
    275277EOF</userinput></screen>
    276278
    277     <para>Install timezone data:</para>
     279    </sect3>
     280
     281    <sect3>
     282    <title>Adding time zone data</title>
     283
     284    <para>Install and set up the timezone data with the following:</para>
    278285<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
    279286
     
    353360    time zone selected (e.g., Canada/Eastern).</para>
    354361
    355   </sect2>
    356 
    357   <sect2 id="conf-ld" role="configuration">
     362  </sect3>
     363
     364  <sect3 id="conf-ld" role="configuration">
    358365    <title>Configuring the Dynamic Loader</title>
    359366
     
    398405mkdir -pv /etc/ld.so.conf.d</userinput></screen>
    399406
     407  </sect3>
    400408  </sect2>
    401409
Note: See TracChangeset for help on using the changeset viewer.