diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-07-31 21:00:19 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-07-31 21:00:19 +0000 |
commit | e10f29cb8e41349dd4b830490ffc463c96ba8dfb (patch) | |
tree | d5597bfb5539ae9a2467ac7809270b0c6090e8c4 /chapter06/systemd.xml | |
parent | cd43052699740e608512fdc8466fc388c82fe389 (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
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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> |