[Lunar-commits] <moonbase> ntp: modified SOURCE_URLs to include both http and ftp downloads

Duncan Gibson engelsman at lunar-linux.org
Tue Jun 2 18:43:46 CEST 2009


commit 9c56e33838d5004aad16e66578bb2ad482cf79b5
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Tue Jun 2 18:43:46 2009 +0200

    ntp: modified SOURCE_URLs to include both http and ftp downloads
    
    scirocco's SOURCE_URL change from http://www.eecis.udel.edu
    to ftp://ftp.udel.edu worked for me yesterday, but not today,
    whereas the http one works again. Changed SOURCE_URL to have both.
---
 net/ntp/DETAILS |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/net/ntp/DETAILS b/net/ntp/DETAILS
index 7ec1099..b699cd5 100644
--- a/net/ntp/DETAILS
+++ b/net/ntp/DETAILS
@@ -1,23 +1,24 @@
           MODULE=ntp
          VERSION=4.2.4p7
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.udel.edu/pub/ntp/ntp4
+   SOURCE_URL[0]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4
+   SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4
       SOURCE_VFY=sha1:8476f75daffe9851cc6f33d170902bce77637499
         WEB_SITE=http://www.ntp.org
          ENTERED=20011004
-         UPDATED=20090529
+         UPDATED=20090602
            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.
+NTP (Network Time Protocol) tries to keep servers in sync Very
+useful with GPS timesources, but typically used in a third level
+setup to your ISP (Which typically 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
+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 second.
 EOF


More information about the Lunar-commits mailing list