Changeset 4e801466


Ignore:
Timestamp:
01/29/2016 12:36:36 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
5c14293
Parents:
dd30a4b
Message:

Fix missed nscd instructions.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rdd30a4b r4e801466  
    3838
    3939    <listitem>
     40      <para>2016-01-29</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dj] - Corrected installation of nscd configuration after move
     44          to in-tree build directory for glibc.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2016-01-28</para>
    4151      <itemizedlist>
  • chapter06/glibc.xml

    rdd30a4b r4e801466  
    173173    <para>Install the systemd support files for <command>nscd</command>:</para>
    174174
    175 <screen><userinput remap="install">install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
    176 install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
     175<screen><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
     176install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
    177177
    178178    <para>The locales that can make the system respond in a different language
  • general.ent

    rdd30a4b r4e801466  
    1 <!ENTITY version         "20160128-systemd">
     1<!ENTITY version         "20160129-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "January 28, 2016">
     3<!ENTITY releasedate     "January 29, 2016">
    44<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.9">
Note: See TracChangeset for help on using the changeset viewer.