aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-05-24 21:24:59 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-05-24 21:24:59 +0000
commit1118b1757d67c5e7deb4c9e4b864b00f9d8a8b0c (patch)
treecf1411feb617804f8468b98348eff7f377b2ee07 /chapter06/glibc.xml
parent11ebea60aa77e5a8b24f08971e153d05c12a4406 (diff)
Create branches/merge in svn repo fo rtesting of merged LFS books
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml48
1 files changed, 12 insertions, 36 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index e577e229a..02abb3dad 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -153,6 +153,12 @@ cd build</userinput></screen>
<screen><userinput remap="install">cp -v ../nscd/nscd.conf /etc/nscd.conf
mkdir -pv /var/cache/nscd</userinput></screen>
+ <para revision="systemd">Install the systemd support files for
+ <command>nscd</command>:</para>
+
+ <screen revision="systemd"><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
+install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
+
<para>Next, install the locales that can make the system respond in a
different language. None of the locales are required, but if some of them
are missing, the test suites of future packages would skip important
@@ -326,7 +332,9 @@ unset ZONEINFO</userinput></screen>
<para>Then create the <filename>/etc/localtime</filename> file by
running:</para>
-<screen><userinput>cp -v /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
+<screen revision="sysv"><userinput>cp -v /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
+
+<screen revision="systemd"><userinput>ln -sfv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
time zone selected (e.g., Canada/Eastern).</para>
@@ -562,17 +570,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
</indexterm>
</listitem>
</varlistentry>
-<!--
- <varlistentry id="pcprofiledump">
- <term><command>pcprofiledump</command></term>
- <listitem>
- <para>Dumps information generated by PC profiling</para>
- <indexterm zone="ch-system-glibc pcprofiledump">
- <primary sortas="b-pcprofiledump">pcprofiledump</primary>
- </indexterm>
- </listitem>
- </varlistentry>
--->
+
<varlistentry id="pldd">
<term><command>pldd</command></term>
<listitem>
@@ -582,18 +580,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
</indexterm>
</listitem>
</varlistentry>
-<!--
- <varlistentry id="pt_chown">
- <term><command>pt_chown</command></term>
- <listitem>
- <para>A helper program for <command>grantpt</command> to set the owner,
- group and access permissions of a slave pseudo terminal</para>
- <indexterm zone="ch-system-glibc pt_chown">
- <primary sortas="b-pt_chown">pt_chown</primary>
- </indexterm>
- </listitem>
- </varlistentry>
--->
+
<varlistentry id="rpcgen">
<term><command>rpcgen</command></term>
<listitem>
@@ -837,18 +824,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
</indexterm>
</listitem>
</varlistentry>
-<!--
- <varlistentry id="libpcprofile">
- <term><filename class="libraryfile">libpcprofile</filename></term>
- <listitem>
- <para>Contains profiling functions used to track the amount of CPU
- time spent in specific source code lines</para>
- <indexterm zone="ch-system-glibc libpcprofile">
- <primary sortas="c-libpcprofile">libpcprofile</primary>
- </indexterm>
- </listitem>
- </varlistentry>
--->
+
<varlistentry id="libpthread">
<term><filename class="libraryfile">libpthread</filename></term>
<listitem>