Browse Source

Remove reference to timesyncd.conf man page

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Chris Staub 11 years ago
parent
commit
e10f29cb8e
2 changed files with 16 additions and 0 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/systemd.xml

+ 10 - 0
chapter01/changelog.xml

@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2014-07-31</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed reference to a non-existent man page mentioned
+          in timesyncd.conf.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2014-07-28</para>
       <itemizedlist>

+ 6 - 0
chapter06/systemd.xml

@@ -55,6 +55,12 @@ EOF</userinput></screen>
 
 <screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
 
+    <para>The <filename>timesyncd.conf</filename> file contains a
+    reference to a non-existent <filename>timesyncd.conf(5)</filename> man
+    page. Remove that reference to avoid possible confusion:</para>
+
+<screen><userinput>sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in</userinput></screen>
+
     <para>Apply a patch so that compat <command>pkg-config</command> files get
     installed without installing compat libs which are useless on LFS:</para>