diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-01-29 00:36:36 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-01-29 00:36:36 +0000 |
commit | 4e80146618d3c166294593fd0ddbf695f06e6195 (patch) | |
tree | 27a0ec7e7164e6415ea0c18799a9fba43f90b866 | |
parent | dd30a4b8ace26469eb24beaf9a0c4cf3af5091df (diff) |
Fix missed nscd instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/glibc.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b4e78cdc3..24bdd5ad0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2016-01-29</para> + <itemizedlist> + <listitem> + <para>[dj] - Corrected installation of nscd configuration after move + to in-tree build directory for glibc.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2016-01-28</para> <itemizedlist> <listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0177f6a4e..287d38fcd 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -172,8 +172,8 @@ mkdir -pv /var/cache/nscd</userinput></screen> <para>Install the systemd support files for <command>nscd</command>:</para> -<screen><userinput remap="install">install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf -install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen> +<screen><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>The locales that can make the system respond in a different language were not installed by the above command. None of the locales are required, diff --git a/general.ent b/general.ent index 25261ec26..08aa61e35 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "20160128-systemd"> +<!ENTITY version "20160129-systemd"> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "January 28, 2016"> +<!ENTITY releasedate "January 29, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |