Changeset 286c613d


Ignore:
Timestamp:
10/21/2011 06:15:55 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
692111b
Parents:
e9426743
Message:

Updated ntp-4.2.6p4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8906 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ntp.xml

    re9426743 r286c613d  
    77  <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    88  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">
    9   <!ENTITY ntp-md5sum        "8c19ff62ed4f7d64f8e2aa59cb11f364">
    10   <!ENTITY ntp-size          "3.3 MB">
    11   <!ENTITY ntp-buildsize     "29 MB">
     9  <!ENTITY ntp-md5sum        "1447121a07b49361677ffda4f6e29527">
     10  <!ENTITY ntp-size          "4.0 MB">
     11  <!ENTITY ntp-buildsize     "39 MB">
    1212  <!ENTITY ntp-time          "0.5 SBU">
    1313]>
    1414
    15 <sect1 id="ntp" xreflabel="NTP-&ntp-version;">
     15<sect1 id="ntp" xreflabel="ntp-&ntp-version;">
    1616  <?dbhtml filename="ntp.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>NTP-&ntp-version;</title>
     23  <title>ntp-&ntp-version;</title>
    2424
    2525  <indexterm zone="ntp">
    26     <primary sortas="a-NTP">NTP</primary>
     26    <primary sortas="a-ntp">ntp</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to NTP</title>
    31 
    32     <para>The <application>NTP</application> package contains a
     30    <title>Introduction to ntp</title>
     31
     32    <para>The <application>ntp</application> package contains a
    3333    client and server to keep the time synchronized between various computers over
    3434    a network. This package is the official reference implementation of the
    3535    NTP protocol.</para>
    3636
    37     &lfs65_checked;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959    </itemizedlist>
    6060
     61<!--
    6162    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6263    <itemizedlist spacing='compact'>
     
    6667      </listitem>
    6768    </itemizedlist>
    68 
    69     <bridgehead renderas="sect3">NTP Dependencies</bridgehead>
     69-->
     70    <bridgehead renderas="sect3">ntp Dependencies</bridgehead>
    7071
    7172    <bridgehead renderas="sect4">Optional</bridgehead>
     
    7879
    7980  <sect2 role="installation">
    80     <title>Installation of NTP</title>
    81 
    82     <para>Install <application>NTP</application> by running
     81    <title>Installation of ntp</title>
     82
     83    <para>Install <application>ntp</application> by running
    8384    the following commands:</para>
    8485
    85 <screen><userinput>patch -Np1 -i ../ntp-&ntp-version;-mod_nano-1.patch &amp;&amp;
    86 ./configure --prefix=/usr --sysconfdir=/etc \
     86<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8787            --with-binsubdir=sbin &amp;&amp;
    8888make</userinput></screen>
     
    108108
    109109  <sect2 role="configuration">
    110     <title>Configuring NTP</title>
     110    <title>Configuring ntp</title>
    111111
    112112    <sect3 id="ntp-config">
     
    124124      <title>Configuration Information</title>
    125125
    126       <para>The following configuration file defines various NTP servers
     126      <para>The following configuration file defines various ntp servers
    127127      with open access from different continents. It also creates a
    128128      drift file where <command>ntpd</command> stores the frequency
    129129      offset and a pid file to store the <command>ntpd</command> process
    130130      ID. Since the documentation included with the package is sparse,
    131       visit the NTP website at <ulink url="http://www.ntp.org/"/> and
     131      visit the ntp website at <ulink url="http://www.ntp.org/"/> and
    132132      <ulink url="http://www.pool.ntp.org/"/> for more information.</para>
    133133
     
    174174      </indexterm>
    175175
    176 <screen role="root"><userinput>make install-ntp</userinput></screen>
     176<screen role="root"><userinput>make install-ntpd</userinput></screen>
    177177
    178178      <para>If you prefer to run <command>ntpd</command> periodically, add the
     
    240240        <term><command>ntpd</command></term>
    241241        <listitem>
    242           <para>is a NTP daemon that runs in the background and keeps
     242          <para>is a ntp daemon that runs in the background and keeps
    243243          the date and time synchronized based on response from configured
    244           NTP servers. It also functions as a NTP server.</para>
     244          ntp servers. It also functions as a ntp server.</para>
    245245          <indexterm zone="ntp ntpd">
    246246            <primary sortas="b-ntpd">ntpd</primary>
     
    253253        <listitem>
    254254          <para>is a client program that sets the date and time based on
    255           the response from an NTP server. This command is deprecated.</para>
     255          the response from an ntp server. This command is deprecated.</para>
    256256          <indexterm zone="ntp ntpdate">
    257257            <primary sortas="b-ntpdate">ntpdate</primary>
     
    263263        <term><command>ntpdc</command></term>
    264264        <listitem>
    265           <para>is used to query the NTP daemon about its current state
     265          <para>is used to query the ntp daemon about its current state
    266266          and to request changes in that state.</para>
    267267          <indexterm zone="ntp ntpdc">
     
    295295        <term><command>ntptrace</command></term>
    296296        <listitem>
    297           <para>traces a chain of NTP servers back to the primary source.</para>
     297          <para>traces a chain of ntp servers back to the primary source.</para>
    298298          <indexterm zone="ntp ntptrace">
    299299            <primary sortas="b-ntptrace">ntptrace</primary>
  • general.ent

    re9426743 r286c613d  
    44-->
    55
    6 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "September &day;th, &year;">
     12<!ENTITY releasedate  "September &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    5656<!-- End LFS versions -->
    5757
    58 <!ENTITY blfs-bootscripts-version     "20111019">
     58<!ENTITY blfs-bootscripts-version     "20111021">
    5959<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6060
     
    441441<!ENTITY net-tools-version            "1.60">
    442442<!ENTITY wireless-tools-version       "28">
    443 <!ENTITY ntp-version                  "4.2.4p7">
     443<!ENTITY ntp-version                  "4.2.6p4">
    444444<!ENTITY openssh-version              "5.9p1">
    445445<!ENTITY portmap-version              "6.0">
  • introduction/welcome/changelog.xml

    re9426743 r286c613d  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>October 21st, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated ntp-4.2.6p4.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.