           SPELL=ntp
         VERSION=4.2.4
     SOURCE_HASH=sha512:3e280a8d14ed04e02d6a57b4073568726a2b0ebb2563056659b814debd48293cf96c05f842a057cd9ba4938032498a9b4210da0980ade2311fa3f86f04a1e213
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/$SOURCE
   SOURCE_URL[1]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$SOURCE
#   SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/$SOURCE
#   SOURCE_URL[2]=http://uiarchive.uiuc.edu/mirrors/ftp/ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/$SOURCE
#   SOURCE_URL[3]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ntp-4.2/$SOURCE
        WEB_SITE=http://www.ntp.org/
         ENTERED=20011004
      LICENSE[0]=PD
            DOCS="$DOCS README.* WHERE-TO-START *.y2kfixes"
        KEYWORDS="utils"
       PATCHLEVEL=1
           SHORT="Sync your time with an ntp server"
cat << EOF
NTP (Network Time Protocol) tries to keep servers in sync

Very usefull with GPS timesources, but typically used in a third
level setup to your ISP (Which typicall syncs to a first level timesource)

Several methods, use "ntpd -g -q ntp.server.dom" in a crontab
(or after connecting), or create /etc/ntp.conf and start "ntpd -g"

The -g is needed to enable a big step, otherwise it takes too long to sync.

Note: issue the "ntpd -g" command ASAP after the network is initialized,
and check out ntp-wait to not have it take too long to sync in why other
server's starts (and their logs get bad).
It's fastest slew rate is 0.5ms/sec, ie. 2000 secs to fix a secon
EOF
