Updated ntp-4.2.6p4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8906 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2011-10-21 18:15:55 +00:00
parent e942674363
commit 286c613db3
3 changed files with 37 additions and 28 deletions

View File

@ -6,13 +6,13 @@
<!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
<!ENTITY ntp-download-ftp "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">
<!ENTITY ntp-md5sum "8c19ff62ed4f7d64f8e2aa59cb11f364">
<!ENTITY ntp-size "3.3 MB">
<!ENTITY ntp-buildsize "29 MB">
<!ENTITY ntp-md5sum "1447121a07b49361677ffda4f6e29527">
<!ENTITY ntp-size "4.0 MB">
<!ENTITY ntp-buildsize "39 MB">
<!ENTITY ntp-time "0.5 SBU">
]>
<sect1 id="ntp" xreflabel="NTP-&ntp-version;">
<sect1 id="ntp" xreflabel="ntp-&ntp-version;">
<?dbhtml filename="ntp.html"?>
<sect1info>
@ -20,21 +20,21 @@
<date>$Date$</date>
</sect1info>
<title>NTP-&ntp-version;</title>
<title>ntp-&ntp-version;</title>
<indexterm zone="ntp">
<primary sortas="a-NTP">NTP</primary>
<primary sortas="a-ntp">ntp</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to NTP</title>
<title>Introduction to ntp</title>
<para>The <application>NTP</application> package contains a
<para>The <application>ntp</application> package contains a
client and server to keep the time synchronized between various computers over
a network. This package is the official reference implementation of the
NTP protocol.</para>
&lfs65_checked;
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -58,6 +58,7 @@
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
@ -65,8 +66,8 @@
url="&patch-root;/ntp-&ntp-version;-mod_nano-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">NTP Dependencies</bridgehead>
-->
<bridgehead renderas="sect3">ntp Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="openssl"/></para>
@ -77,13 +78,12 @@
</sect2>
<sect2 role="installation">
<title>Installation of NTP</title>
<title>Installation of ntp</title>
<para>Install <application>NTP</application> by running
<para>Install <application>ntp</application> by running
the following commands:</para>
<screen><userinput>patch -Np1 -i ../ntp-&ntp-version;-mod_nano-1.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc \
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--with-binsubdir=sbin &amp;&amp;
make</userinput></screen>
@ -107,7 +107,7 @@ cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring NTP</title>
<title>Configuring ntp</title>
<sect3 id="ntp-config">
<title>Config Files</title>
@ -123,12 +123,12 @@ cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
<sect3>
<title>Configuration Information</title>
<para>The following configuration file defines various NTP servers
<para>The following configuration file defines various ntp servers
with open access from different continents. It also creates a
drift file where <command>ntpd</command> stores the frequency
offset and a pid file to store the <command>ntpd</command> process
ID. Since the documentation included with the package is sparse,
visit the NTP website at <ulink url="http://www.ntp.org/"/> and
visit the ntp website at <ulink url="http://www.ntp.org/"/> and
<ulink url="http://www.pool.ntp.org/"/> for more information.</para>
<screen role="root"><userinput>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"
@ -173,7 +173,7 @@ EOF</userinput></screen>
<primary sortas="f-ntp">ntp</primary>
</indexterm>
<screen role="root"><userinput>make install-ntp</userinput></screen>
<screen role="root"><userinput>make install-ntpd</userinput></screen>
<para>If you prefer to run <command>ntpd</command> periodically, add the
following command to <systemitem class="username">root</systemitem>'s
@ -239,9 +239,9 @@ ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<varlistentry id="ntpd">
<term><command>ntpd</command></term>
<listitem>
<para>is a NTP daemon that runs in the background and keeps
<para>is a ntp daemon that runs in the background and keeps
the date and time synchronized based on response from configured
NTP servers. It also functions as a NTP server.</para>
ntp servers. It also functions as a ntp server.</para>
<indexterm zone="ntp ntpd">
<primary sortas="b-ntpd">ntpd</primary>
</indexterm>
@ -252,7 +252,7 @@ ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<term><command>ntpdate</command></term>
<listitem>
<para>is a client program that sets the date and time based on
the response from an NTP server. This command is deprecated.</para>
the response from an ntp server. This command is deprecated.</para>
<indexterm zone="ntp ntpdate">
<primary sortas="b-ntpdate">ntpdate</primary>
</indexterm>
@ -262,7 +262,7 @@ ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<varlistentry id="ntpdc">
<term><command>ntpdc</command></term>
<listitem>
<para>is used to query the NTP daemon about its current state
<para>is used to query the ntp daemon about its current state
and to request changes in that state.</para>
<indexterm zone="ntp ntpdc">
<primary sortas="b-ntpdc">ntpdc</primary>
@ -294,7 +294,7 @@ ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<varlistentry id="ntptrace">
<term><command>ntptrace</command></term>
<listitem>
<para>traces a chain of NTP servers back to the primary source.</para>
<para>traces a chain of ntp servers back to the primary source.</para>
<indexterm zone="ntp ntptrace">
<primary sortas="b-ntptrace">ntptrace</primary>
</indexterm>

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "September &day;th, &year;">
<!ENTITY releasedate "September &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -55,7 +55,7 @@ $Date$
<!ENTITY lfs-vim-version "7.3">
<!-- End LFS versions -->
<!ENTITY blfs-bootscripts-version "20111019">
<!ENTITY blfs-bootscripts-version "20111021">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
@ -440,7 +440,7 @@ $Date$
<!ENTITY ncftp-version "3.2.3">
<!ENTITY net-tools-version "1.60">
<!ENTITY wireless-tools-version "28">
<!ENTITY ntp-version "4.2.4p7">
<!ENTITY ntp-version "4.2.6p4">
<!ENTITY openssh-version "5.9p1">
<!ENTITY portmap-version "6.0">
<!ENTITY rsync-version "3.0.7">

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>October 21st, 2011</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated ntp-4.2.6p4.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 19th, 2011</para>
<itemizedlist>