Changeset 1c36436


Ignore:
Timestamp:
11/17/2003 11:09:06 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b36e2197
Parents:
a94f11b
Message:

updated to ntp-4.2.0

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    ra94f11b r1c36436  
    320320<glossdef><para>Network File System</para></glossdef></glossentry>
    321321
     322<glossentry id="gNTP"><glossterm><acronym>NTP</acronym></glossterm>
     323<glossdef><para>Network Time Protocol</para></glossdef></glossentry>
     324
    322325<glossentry id="gOAF"><glossterm><acronym>OAF</acronym></glossterm>
    323326<glossdef><para>Object Activation Framework</para></glossdef></glossentry>
  • basicnet/netprogs/ntp/ntp-config.xml

    ra94f11b r1c36436  
    11<sect2>
    2 <title>Configuring <application>NTP</application></title>
     2<title>Configuring <application><acronym>NTP</acronym></application></title>
    33
    44<sect3><title>Config files</title>
     
    1111servers to use with the primary server designated with the prefer tag. It also
    1212creates a drift file where <command>ntpd</command> stores the frequency
    13 offset. Since the documentation included with the package is sparse, visit the NTP website at
     13offset. Since the documentation included with the package is sparse,
     14visit the <acronym>NTP</acronym> website at
    1415<ulink url="http://www.ntp.org/"/> for more information.</para>
    1516
     
    3031<filename>/etc/rc.d/init.d/ntp</filename> and put the start and
    3132stop symlinks:</para>
     33
    3234<screen><userinput>#!/bin/bash
    3335# Begin $rc_base/init.d/ntp
     
    6567
    6668</sect2>
    67 
  • basicnet/netprogs/ntp/ntp-desc.xml

    ra94f11b r1c36436  
    22<title>Contents</title>
    33
    4 <para>The <application>NTP</application> package contains NTP protocol client
    5 and server.</para>
     4<para>The <application><acronym>NTP</acronym></application> package
     5contains <command>ntp-wait</command>, <command>ntptrace</command>,
     6<command>ntpd</command>, <command>ntpdate</command>,
     7<command>ntpdc</command>, <command>ntpq</command>,
     8<command>ntptime</command>, <command>tickadj</command> and
     9<command>ntp-keygen</command>.</para>
    610
    711</sect2>
     
    913<sect2><title>Description</title>
    1014
    11 <para><command>ntpd</command>:
    12 NTP daemon that runs in the background and keeps the date/time synchronized
    13 based on response from configured NTP servers. It also functions as a NTP
    14 server.</para>
     15<sect3><title>ntp-wait</title>
     16<para><command>ntp-wait</command> is useful at boot time, to delay the
     17boot sequence until <command>ntpd</command> has set the
     18time.</para></sect3>
    1519
    16 <para><command>ntpdate</command>:
    17 NTP Client program that sets the date/time based on the response from
    18 an NTP Server. This command is deprecated.</para>
     20<sect3><title>ntptrace</title>
     21<para><command>ntptrace</command> traces a chain of
     22<acronym>NTP</acronym> servers back to the primary source.</para></sect3>
    1923
    20 <para><command>ntp-genkeys</command>:
    21 This program generates cryptographic data files used by the NTPv4
    22 authentication and identification schemes. a ARPANET file transfer client.</para>
     24<sect3><title>ntpd</title>
     25<para><command>ntpd</command> is a NTP daemon that runs in the
     26background and keeps the date and time synchronized based on response
     27from configured <acronym>NTP</acronym> servers. It also functions as a
     28<acronym>NTP</acronym> server.</para></sect3>
    2329
    24 <para><command>ntpdc</command> and <command>ntpq</command>:
    25 Programs to query and set <command>ntpd</command> configuration.</para>
     30<sect3><title>ntpdate</title>
     31<para><command>ntpdate</command> is a client program that sets the date
     32and time based on the response from an <acronym>NTP</acronym> server.
     33This command is deprecated.</para></sect3>
    2634
    27 <para><command>ntptrace</command>:
    28 Trace a chain of NTP servers back to the primary source.</para>
     35<sect3><title>ntpdc</title>
     36<para><command>ntpdc</command> is used to query the
     37<acronym>NTP</acronym> daemon about its current state and to request
     38changes in that state.</para></sect3>
     39
     40<sect3><title>ntpq</title>
     41<para><command>ntpq</command> is an utility program used to monitor
     42<command>ntpd</command> operations and determine
     43performance.</para></sect3>
     44
     45<sect3><title>ntptime</title>
     46<para><command>ntptime</command> reads and displays time-related
     47kernel variables.</para></sect3>
     48
     49<sect3><title>tickadj</title>
     50<para><command>tickadj</command> reads, and optionally modifies,
     51several timekeeping-related variables in older kernels that do not have
     52support for precision timekeeping.</para></sect3>
     53
     54<sect3><title>ntp-keygen</title>
     55<para><command>ntp-keygen</command> generates cryptographic data files
     56used by the <acronym>NTP</acronym>v4 authentication and identification
     57schemes.</para></sect3>
    2958
    3059</sect2>
    31 
  • basicnet/netprogs/ntp/ntp-inst.xml

    ra94f11b r1c36436  
    11<sect2>
    2 <title>Installation of <application>NTP</application></title>
     2<title>Installation of <application><acronym>NTP</acronym></application></title>
    33
    4 <para>Install <application>NTP</application> by running the following
     4<para>Install <application><acronym>NTP</acronym></application> by running the following
    55commands:</para>
    66
     
    1010
    1111</sect2>
    12 
  • basicnet/netprogs/ntp/ntp-intro.xml

    ra94f11b r1c36436  
    11<sect2>
    2 <title>Introduction to <application>NTP</application></title>
     2<title>Introduction to <application><acronym>NTP</acronym></application></title>
    33
    4 <para>The <application>NTP</application> package contains a client and server
     4<para>The <application><acronym>NTP</acronym></application> package contains a client and server
    55to keep the time synchronized between various computers over a network.
    6 This package is the official reference implementation of the NTP protocol.</para>
     6This package is the official reference implementation of the <acronym>NTP</acronym> protocol.</para>
    77
    88<sect3><title>Package information</title>
     
    1515</sect3>
    1616
    17 <sect3><title><application>NTP</application> dependencies</title>
     17<sect3><title><application><acronym>NTP</acronym></application> dependencies</title>
    1818<sect4><title>Optional</title>
    19 <para><xref linkend="readline"/></para></sect4>
     19<para><xref linkend="readline"/> and <xref linkend="openssl"/></para></sect4>
    2020</sect3>
    2121
    22 
    2322</sect2>
  • basicnet/netprogs/ntp/ntp.ent

    ra94f11b r1c36436  
    44<!ENTITY ntp-config SYSTEM "ntp-config.xml">
    55<!ENTITY ntp-desc SYSTEM "ntp-desc.xml">
    6 <!ENTITY ntp-version "4.1.2">
     6<!ENTITY ntp-version "4.2.0">
    77<!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-&ntp-version;.tar.gz">
    88<!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-&ntp-version;.tar.gz">
    9 <!ENTITY ntp-size "2.2 MB">
    10 <!ENTITY ntp-buildsize "19 MB">
    11 <!ENTITY ntp-time "0.36 SBU">
     9<!ENTITY ntp-size "2.4 MB">
     10<!ENTITY ntp-buildsize "27 MB">
     11<!ENTITY ntp-time "0.53 SBU">
  • index.xml

    ra94f11b r1c36436  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20031116">
    6 <!ENTITY releasedate "November 16th, 2003">
     5<!ENTITY version "CVS-20031117">
     6<!ENTITY releasedate "November 17th, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    ra94f11b r1c36436  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>November 17th, 2003 [igor]: Updated to
     15NTP-4.2.0.</para></listitem>
    1316
    1417<listitem><para>November 16th, 2003 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.