summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/ntp/FREEBSD-upgrade35
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/ntp/FREEBSD-upgrade b/contrib/ntp/FREEBSD-upgrade
new file mode 100644
index 0000000..57d1060
--- /dev/null
+++ b/contrib/ntp/FREEBSD-upgrade
@@ -0,0 +1,35 @@
+# ex:ts=8
+#
+# $FreeBSD$
+
+NTP 4.0.98f
+ originals can be found on ftp://louie.udel.edu/pub/ntp/testing
+
+For the import of NTP the following files were removed:
+
+ ports/* NT files
+ html/pic/* GIF files
+
+The stripped down version was created using FREEBSD-Xlist during extraction:
+
+ tar -X FREEBSD-Xlist -xvzf ntp-4.0.98f.tar.gz
+ mv ntp-4.0.98f ntp
+
+Imported by:
+
+ cvs import -m 'Virgin import of ntpd 4.0.98f' \
+ src/contrib/ntp DMILLS v4_0_98f
+
+config.h was generated by running configure and excluding almost all clock
+drivers (what is included is DCF77 -- what I use -- and local clocks).
+
+The file is then edited to edit the value of "NO_PARENB_IGNPAR" because we
+need to set no parity on the serial port (needed for DCF77). All clock
+drivers are then disabled (some of them are included by default by ntpd).
+
+Note that there are two #ifdef to support both alpha and i386 from the same
+sources. They'll need to be redone for each upgrade to the vendor branch to
+keep config.h in sync.
+
+Documentation in /usr/share/doc/ntp is generated from the HTML files with
+lynx (without the GIF files of course).
OpenPOWER on IntegriCloud