Jelajahi Sumber

Fix missed nscd instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 9 tahun lalu
induk
melakukan
4e80146618
3 mengubah file dengan 14 tambahan dan 4 penghapusan
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 2 - 2
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,

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone       "7.9">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->