Ignore:
Timestamp:
07/31/2014 09:00:19 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
9aad6f7
Parents:
cd43052
Message:

Remove reference to timesyncd.conf man page

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rcd43052 re10f29c  
    5555
    5656<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
     57
     58    <para>The <filename>timesyncd.conf</filename> file contains a
     59    reference to a non-existent <filename>timesyncd.conf(5)</filename> man
     60    page. Remove that reference to avoid possible confusion:</para>
     61
     62<screen><userinput>sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in</userinput></screen>
    5763
    5864    <para>Apply a patch so that compat <command>pkg-config</command> files get
Note: See TracChangeset for help on using the changeset viewer.