Changeset ea57941f


Ignore:
Timestamp:
04/26/2006 06:13:17 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f04a417
Parents:
b1deef4
Message:

Updated ntp configuration to use pool time servers.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ntp.xml

    rb1deef4 rea57941f  
    117117      <title>Configuration Information</title>
    118118
    119       <para>The following configuration file defines various NTP
    120       stratum 2 servers with open access from different continents. It also
    121       creates a drift file where <command>ntpd</command> stores the frequency
    122       offset. Since the documentation included with the package is sparse,
    123       visit the NTP website at <ulink url="http://www.ntp.org/"/> for more information.</para>
     119      <para>The following configuration file defines various NTP servers with
     120      open access from different continents. It also creates a drift file where
     121      <command>ntpd</command> stores the frequency offset. Since the
     122      documentation included with the package is sparse, visit the NTP website
     123      at <ulink url="http://www.ntp.org/"/> and <ulink
     124      url="http://www.pool.ntp.org/"/> for more information.</para>
    124125
    125126<screen role="root"><userinput>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"
     
    128129
    129130# Asia
    130 server ntp.shim.org
     131server server 0.asia.pool.ntp.org
    131132
    132133# Australia
    133 server ntp.saard.net
     134server server 0.oceania.pool.ntp.org
    134135
    135136# Europe
    136 server ntp.tuxfamily.net
     137server 0.europe.pool.ntp.org
    137138
    138139# North America
    139 server clock.psu.edu
     140server 0.north-america.pool.ntp.org
     141
     142# South America
     1431.south-america.pool.ntp.org
    140144
    141145driftfile /var/cache/ntp.drift</literal>
  • introduction/welcome/changelog.xml

    rb1deef4 rea57941f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated ntp configuration to use pool serevers.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Updated to dhcp-3.0.3.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.