[Lunar-commits] r21172 - moonbase/trunk/net/ntp
Florin Braescu
florin at lunar-linux.org
Mon Aug 28 18:25:22 UTC 2006
Author: florin
Date: 2006-08-28 18:25:21 +0000 (Mon, 28 Aug 2006)
New Revision: 21172
Modified:
moonbase/trunk/net/ntp/BUILD
moonbase/trunk/net/ntp/DETAILS
Log:
bump the version from 4.2.0 to 4.2.2. patch from Zbiggy. bugfixes and improvements.
Modified: moonbase/trunk/net/ntp/BUILD
===================================================================
--- moonbase/trunk/net/ntp/BUILD 2006-08-28 17:07:09 UTC (rev 21171)
+++ moonbase/trunk/net/ntp/BUILD 2006-08-28 18:25:21 UTC (rev 21172)
@@ -2,7 +2,7 @@
#if you're gonna change something in here make doggone sure you
#eyeball the init script too!
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ patch_it $SOURCE2 0 &&
./configure --build=$BUILD \
--prefix=/usr \
--bindir=/usr/sbin \
Modified: moonbase/trunk/net/ntp/DETAILS
===================================================================
--- moonbase/trunk/net/ntp/DETAILS 2006-08-28 17:07:09 UTC (rev 21171)
+++ moonbase/trunk/net/ntp/DETAILS 2006-08-28 18:25:21 UTC (rev 21172)
@@ -1,31 +1,29 @@
MODULE=ntp
- VERSION=4.2.0
+ VERSION=4.2.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-ntp_config.patch
- SOURCE_URL[0]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
- SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4/
- SOURCE_URL[2]=http://uiarchive.uiuc.edu/mirrors/ftp/ftp.udel.edu/pub/ntp/ntp4/
- SOURCE_URL[3]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/
+ SOURCE2=$MODULE-$VERSION-ntp_config.patch.bz2
+ SOURCE_URL[0]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/
+ SOURCE_URL[1]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
+ SOURCE_URL[2]=ftp://ftp.udel.edu/pub/ntp/ntp4/
+ SOURCE_URL[3]=http://uiarchive.uiuc.edu/mirrors/ftp/ftp.udel.edu/pub/ntp/ntp4/
SOURCE2_URL[0]=$PATCH_URL/
- SOURCE_VFY=md5:0f8fabe87cf54f409b57c6283f0c0c3d
+ SOURCE_VFY=sha1:a3e9652a1d9e288e2c0d88d1876de67ca4d608fb
+ SOURCE2_VFY=sha1:986123f045409f5131aebb5c304cf45d295ede8e
WEB_SITE=http://www.ntp.org/
ENTERED=20011004
- UPDATED=20040214
+ UPDATED=20060828
SHORT="ntp syncs 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
More information about the Lunar-commits
mailing list