aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/util-linux.xml2
-rw-r--r--general.ent4
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 964bcf39f..98bb0b1d6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2014-08-10</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Util-Linux-2.25 needs a filename in ADJTIME_PATH,
+ fixes <ulink url="&lfs-ticket-root;3656">#3656</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2014-08-08</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 1b90d4995..dbcea0791 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -57,7 +57,7 @@
<para>Prepare Util-linux for compilation:</para>
-<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock \
+<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--docdir=/usr/share/doc/util-linx-&util-linux-version;</userinput></screen>
<para>Compile the package:</para>
diff --git a/general.ent b/general.ent
index 11d9f078e..c52f33e1e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "SVN-20140808">
+<!ENTITY version "SVN-20140810">
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "August 08, 2014">
+<!ENTITY releasedate "August 10, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.6">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->