summaryrefslogtreecommitdiffstats
path: root/contrib/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp')
-rw-r--r--contrib/ntp/FREEBSD-Xlist2
-rw-r--r--contrib/ntp/FREEBSD-upgrade35
-rw-r--r--contrib/ntp/ntpd/ntp_proto.c2
3 files changed, 39 insertions, 0 deletions
diff --git a/contrib/ntp/FREEBSD-Xlist b/contrib/ntp/FREEBSD-Xlist
new file mode 100644
index 0000000..16cfc18
--- /dev/null
+++ b/contrib/ntp/FREEBSD-Xlist
@@ -0,0 +1,2 @@
+*ports
+*html/pic
diff --git a/contrib/ntp/FREEBSD-upgrade b/contrib/ntp/FREEBSD-upgrade
new file mode 100644
index 0000000..ea48483
--- /dev/null
+++ b/contrib/ntp/FREEBSD-upgrade
@@ -0,0 +1,35 @@
+# ex:ts=8
+#
+# $FreeBSD$
+
+NTP 4.0.99b
+ 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.99b.tar.gz
+ mv ntp-4.0.99b ntp
+
+Imported by:
+
+ cvs import -m 'Virgin import of ntpd 4.0.99b' \
+ src/contrib/ntp DMILLS v4_0_99b
+
+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).
diff --git a/contrib/ntp/ntpd/ntp_proto.c b/contrib/ntp/ntpd/ntp_proto.c
index a24c0e3..fd59a6b 100644
--- a/contrib/ntp/ntpd/ntp_proto.c
+++ b/contrib/ntp/ntpd/ntp_proto.c
@@ -1,5 +1,7 @@
/*
* ntp_proto.c - NTP version 4 protocol machinery
+ *
+ * $FreeBSD$
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
OpenPOWER on IntegriCloud