mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Remove reference to timesyncd.conf man page
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cd43052699
commit
e10f29cb8e
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2014-07-28</para>
|
<para>2014-07-28</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -55,6 +55,12 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</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
|
<para>Apply a patch so that compat <command>pkg-config</command> files get
|
||||||
installed without installing compat libs which are useless on LFS:</para>
|
installed without installing compat libs which are useless on LFS:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user