aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-07-31 21:00:19 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-07-31 21:00:19 +0000
commite10f29cb8e41349dd4b830490ffc463c96ba8dfb (patch)
treed5597bfb5539ae9a2467ac7809270b0c6090e8c4
parentcd43052699740e608512fdc8466fc388c82fe389 (diff)
Remove reference to timesyncd.conf man page
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/systemd.xml6
2 files changed, 16 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index bd75e44f8..5b95a7392 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</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>
<listitem>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 234730aa6..1d8fb7cc0 100644
--- a/chapter06/systemd.xml
+++ b/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>