Ignore:
Timestamp:
05/24/2016 09:24:59 PM (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:
77ab7f3
Parents:
11ebea6
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r11ebea6 r1118b17  
    153153<screen><userinput remap="install">cp -v ../nscd/nscd.conf /etc/nscd.conf
    154154mkdir -pv /var/cache/nscd</userinput></screen>
     155
     156    <para revision="systemd">Install the systemd support files for
     157    <command>nscd</command>:</para>
     158
     159    <screen revision="systemd"><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
     160install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
    155161
    156162    <para>Next, install the locales that can make the system respond in a
     
    327333    running:</para>
    328334
    329 <screen><userinput>cp -v /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
     335<screen revision="sysv"><userinput>cp -v /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
     336
     337<screen revision="systemd"><userinput>ln -sfv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
    330338
    331339    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     
    563571        </listitem>
    564572      </varlistentry>
    565 <!--
    566       <varlistentry id="pcprofiledump">
    567         <term><command>pcprofiledump</command></term>
    568         <listitem>
    569           <para>Dumps information generated by PC profiling</para>
    570           <indexterm zone="ch-system-glibc pcprofiledump">
    571             <primary sortas="b-pcprofiledump">pcprofiledump</primary>
    572           </indexterm>
    573         </listitem>
    574       </varlistentry>
    575 -->
     573
    576574      <varlistentry id="pldd">
    577575        <term><command>pldd</command></term>
     
    583581        </listitem>
    584582      </varlistentry>
    585 <!--
    586       <varlistentry id="pt_chown">
    587         <term><command>pt_chown</command></term>
    588         <listitem>
    589           <para>A helper program for <command>grantpt</command> to set the owner,
    590           group and access permissions of a slave pseudo terminal</para>
    591           <indexterm zone="ch-system-glibc pt_chown">
    592             <primary sortas="b-pt_chown">pt_chown</primary>
    593           </indexterm>
    594         </listitem>
    595       </varlistentry>
    596 -->
     583
    597584      <varlistentry id="rpcgen">
    598585        <term><command>rpcgen</command></term>
     
    838825        </listitem>
    839826      </varlistentry>
    840 <!--
    841       <varlistentry id="libpcprofile">
    842         <term><filename class="libraryfile">libpcprofile</filename></term>
    843         <listitem>
    844           <para>Contains profiling functions used to track the amount of CPU
    845           time spent in specific source code lines</para>
    846           <indexterm zone="ch-system-glibc libpcprofile">
    847             <primary sortas="c-libpcprofile">libpcprofile</primary>
    848           </indexterm>
    849         </listitem>
    850       </varlistentry>
    851 -->
     827
    852828      <varlistentry id="libpthread">
    853829        <term><filename class="libraryfile">libpthread</filename></term>
Note: See TracChangeset for help on using the changeset viewer.