Ignore:
Timestamp:
09/22/2018 11:32:07 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
4de7ca7
Parents:
acf7e2c
Message:

Convert internal like to external links for BLFS packages not in
the Basic book.

Reorder some chapters.

Merge System V and systemd sections so both are always displayed
with proper attribution for system type.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp.xml

    racf7e2c r6397333  
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80 <!--      <xref linkend="libcap-pam"/>,
    81       <xref linkend="libevent"/>, -->
     80      <ulink url="&blfs-book;postlfs/libcap.html">libcap with PAM</ulink>,
     81      <ulink url="&blfs-book;basicnet/libevent.html">libevent</ulink>,
    8282      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>, and
    8383      <ulink url="https://www.gnu.org/software/autogen/">libopts from AutoGen</ulink>
     
    242242
    243243      <para>If you choose Option one, then install the
    244       <phrase revision="sysv"><filename>/etc/rc.d/init.d/ntp</filename>
    245       init script</phrase>
    246       <phrase revision="systemd"><filename>ntpd.service</filename> unit</phrase>
     244      <filename>/etc/rc.d/init.d/ntp</filename>
     245      init script (System V based systems) or the
     246      <filename>ntpd.service</filename> unit (systemd based systems)
    247247      included in the
    248       <xref linkend="bootscripts" revision="sysv"/>
    249       <xref linkend="systemd-units" revision="systemd"/> package.</para>
    250 
    251       <indexterm zone="ntp ntp-init" revision="sysv">
     248      <xref linkend="bootscripts"/> or
     249      <xref linkend="systemd-units"/> packages respectively.</para>
     250
     251      <indexterm zone="ntp ntp-init">
    252252        <primary sortas="f-ntp">ntp</primary>
    253253      </indexterm>
    254254
    255       <indexterm zone="ntp ntp-init" revision="systemd">
     255      <indexterm zone="ntp ntp-init">
    256256        <primary sortas="f-ntpd">ntpd.service</primary>
    257257      </indexterm>
     
    265265<screen><literal>ntpd -q</literal></screen>
    266266
    267       <para revision="sysv">Execute the following command if you would like to
     267      <para>For System V systems, execute the following command if you would like to
    268268      set the hardware clock to the current system time at shutdown and
    269269      reboot:</para>
    270270
    271 <screen role="root" revision="sysv"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
     271<screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
    272272ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
    273273
    274       <para revision="sysv">The other way around is already set up by
    275       LFS.</para>
     274      <para>The other way around is already set up by LFS.</para>
    276275
    277276    </sect3>
Note: See TracChangeset for help on using the changeset viewer.