Ignore:
Timestamp:
10/26/2014 10:09:24 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
da4ed49
Parents:
34eaf20
Message:

Netprogs conversion.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14755 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp-systemd.xml

    r34eaf20 rdec19e9  
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para role="optional">
    65       <xref linkend="libcap-pam"/>,
    66       <xref linkend="openssl"/>, and
     65      <xref linkend="openssl"/> and
    6766      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>
    6867    </para>
     
    181180      and update the time each time <command>ntpd</command> is scheduled.</para>
    182181
    183       <para>If you choose Option one, then install the
    184       <filename>/etc/rc.d/init.d/ntp</filename>
    185       init script included in the
    186       <xref linkend="bootscripts"/> package.</para>
     182      <para>
     183        To start the <command>ntpd</command> daemon at boot,
     184        install the systemd unit from the <xref linkend="bootscripts"/>
     185        package by running the following command as the
     186        <systemitem class="username">root</systemitem> user:
     187      </para>
    187188
    188189      <indexterm zone="ntp ntp-init">
     
    197198
    198199<screen><literal>ntpd -q</literal></screen>
    199 
    200       <para>Execute the following command if you would like to set the
    201       hardware clock to the current system time at shutdown and reboot:</para>
    202 
    203 <screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
    204 ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
    205 
    206       <para>The other way around is already set up by LFS.</para>
    207200
    208201    </sect3>
Note: See TracChangeset for help on using the changeset viewer.