Ver código fonte

Fix hwclock

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 11 anos atrás
pai
commit
e2b5ce5cca
3 arquivos alterados com 13 adições e 3 exclusões
  1. 10 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/util-linux.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -35,6 +35,16 @@
       </itemizedlist>
     </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>

+ 1 - 1
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>

+ 2 - 2
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}]" -->