aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/README.bk
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-11-04 19:36:11 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-11-04 19:36:11 +0000
commitba371819a70ed076ebef04af93922a043272bfbe (patch)
tree5071c8dbfd7605eec15909cabca2296957573ac7 /contrib/ntp/README.bk
parenteaabcee53b14292268a8af3ed8d17ad356353132 (diff)
downloadsrc-ba371819a70ed076ebef04af93922a043272bfbe.tar.gz
src-ba371819a70ed076ebef04af93922a043272bfbe.zip
Virgin import of ntpd 4.1.1b
Notes
Notes: svn path=/vendor/ntp/dist/; revision=106424
Diffstat (limited to 'contrib/ntp/README.bk')
-rw-r--r--contrib/ntp/README.bk14
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/ntp/README.bk b/contrib/ntp/README.bk
index 6db482109137..df109b67bab5 100644
--- a/contrib/ntp/README.bk
+++ b/contrib/ntp/README.bk
@@ -1,8 +1,8 @@
In order to use the BitKeeper repository version of NTP you will have
to have the following tools installed:
- autoconf 2.50 or later (we use 2.52)
- automake (we use 1.5)
+ autoconf 2.52 or later
+ automake 1.5 or later
lynx
Lynx is used to generate the COPYRIGHT file. Don't ask.
@@ -17,24 +17,34 @@ please ask. The license is pretty easy to read.
Once you have installed bitkeeper, you can clone any NTP repository.
+ Note: as of 2002-05, ntp.bkserver.net and ntp.bkbits.net are
+ being upgraded. Depending on the "phase" of the upgrade, one
+ of the two machines may not answer.
+
You can get the ntp-stable repository by either of the following commands:
bk clone bk://www.ntp.org/home/bk/ntp-stable ntp-stable
bk clone bk://ntp.bkserver.net/ntp-stable ntp-stable
+ bk clone bk://ntp.bkbits.net/ntp-stable ntp-stable
+
You can get the ntp-dev repository by either of the following commands:
bk clone bk://www.ntp.org/home/bk/ntp-dev ntp-dev
bk clone bk://ntp.bkserver.net/ntp-dev ntp-dev
+ bk clone bk://ntp.bkbits.net/ntp-dev ntp-dev
+
The IPV6 patch has been applied:
bk clone bk://www.ntp.org/home/bk/ntp-dev-ipv6 ntp-dev-ipv6
bk clone bk://ntp.bkserver.net/ntp-dev-ipv6 ntp-dev-ipv6
+ bk clone bk://ntp.bkbits.net/ntp-dev-ipv6 ntp-dev-ipv6
+
The ntp-dev-ipv6 repository will be merged back in to the ntp-dev repo
as soon as the code is stable.