aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/Makefile2
-rw-r--r--usr.sbin/xntpd/Makefile.inc2
-rw-r--r--usr.sbin/xntpd/README.FreeBSD2
-rw-r--r--usr.sbin/xntpd/authstuff/Makefile2
-rw-r--r--usr.sbin/xntpd/clockstuff/Makefile2
-rw-r--r--usr.sbin/xntpd/doc/ntpdate.82
-rw-r--r--usr.sbin/xntpd/doc/ntpq.82
-rw-r--r--usr.sbin/xntpd/doc/ntptrace.82
-rw-r--r--usr.sbin/xntpd/doc/tickadj.82
-rw-r--r--usr.sbin/xntpd/doc/xntpd.82
-rw-r--r--usr.sbin/xntpd/doc/xntpdc.82
-rw-r--r--usr.sbin/xntpd/kernel/chuinit.c2
-rw-r--r--usr.sbin/xntpd/kernel/clkinit.c2
-rw-r--r--usr.sbin/xntpd/lib/Makefile2
-rw-r--r--usr.sbin/xntpd/lib/machines.c2
-rw-r--r--usr.sbin/xntpd/ntpdate/Makefile2
-rw-r--r--usr.sbin/xntpd/ntpq/Makefile2
-rw-r--r--usr.sbin/xntpd/ntptrace/Makefile2
-rw-r--r--usr.sbin/xntpd/parse/Makefile2
-rw-r--r--usr.sbin/xntpd/parse/clk_trimtaip.c2
-rw-r--r--usr.sbin/xntpd/parse/clk_trimtsip.c2
-rw-r--r--usr.sbin/xntpd/parse/util/Makefile2
-rw-r--r--usr.sbin/xntpd/util/Makefile2
-rw-r--r--usr.sbin/xntpd/util/tickadj.c2
-rw-r--r--usr.sbin/xntpd/xntpd/Makefile2
-rw-r--r--usr.sbin/xntpd/xntpdc/Makefile2
26 files changed, 26 insertions, 26 deletions
diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile
index c1623c7cdaf9..ade65619bfac 100644
--- a/usr.sbin/xntpd/Makefile
+++ b/usr.sbin/xntpd/Makefile
@@ -1,6 +1,6 @@
#
# Makefile for xntpd.
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/Makefile,v 1.7.2.1 1999/08/29 15:49:07 peter Exp $
#
SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
index 3fa34c048038..eb59506456f3 100644
--- a/usr.sbin/xntpd/Makefile.inc
+++ b/usr.sbin/xntpd/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/Makefile.inc,v 1.17.2.1 1999/08/29 15:49:08 peter Exp $
DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY
NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD
diff --git a/usr.sbin/xntpd/README.FreeBSD b/usr.sbin/xntpd/README.FreeBSD
index 3d41380f82c3..655cef3d76bc 100644
--- a/usr.sbin/xntpd/README.FreeBSD
+++ b/usr.sbin/xntpd/README.FreeBSD
@@ -1,4 +1,4 @@
- $FreeBSD$
+ $FreeBSD: src/usr.sbin/xntpd/README.FreeBSD,v 1.10.2.1 1999/08/29 15:49:08 peter Exp $
This version of NTP was converted to the BSD-style Makefile system by
Garrett Wollman (wollman@FreeBSD.org); it is based on version
diff --git a/usr.sbin/xntpd/authstuff/Makefile b/usr.sbin/xntpd/authstuff/Makefile
index bf6ec874cc73..b82ae3b2d11f 100644
--- a/usr.sbin/xntpd/authstuff/Makefile
+++ b/usr.sbin/xntpd/authstuff/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/authstuff/Makefile,v 1.6.2.1 1999/08/29 15:49:10 peter Exp $
#
# Most of the programs in this directory are completely useless for the
# NTP configuration that we provide by default.
diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile
index 22bc486094fd..d71ea8251af4 100644
--- a/usr.sbin/xntpd/clockstuff/Makefile
+++ b/usr.sbin/xntpd/clockstuff/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/clockstuff/Makefile,v 1.5.2.1 1999/08/29 15:49:11 peter Exp $
#
PROG= propdelay
diff --git a/usr.sbin/xntpd/doc/ntpdate.8 b/usr.sbin/xntpd/doc/ntpdate.8
index fc34f075fa9d..1f6845cb3300 100644
--- a/usr.sbin/xntpd/doc/ntpdate.8
+++ b/usr.sbin/xntpd/doc/ntpdate.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/ntpdate.8,v 1.4.2.1 1999/08/29 15:49:13 peter Exp $
.\"
.Dd December 21, 1993
.Dt NTPDATE 8
diff --git a/usr.sbin/xntpd/doc/ntpq.8 b/usr.sbin/xntpd/doc/ntpq.8
index 1974dd32281d..83770059a606 100644
--- a/usr.sbin/xntpd/doc/ntpq.8
+++ b/usr.sbin/xntpd/doc/ntpq.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/ntpq.8,v 1.5.2.2 1999/08/29 15:49:14 peter Exp $
.\"
.Dd December 21, 1993
.Dt NTPQ 8
diff --git a/usr.sbin/xntpd/doc/ntptrace.8 b/usr.sbin/xntpd/doc/ntptrace.8
index 1ef35959cb59..bbc935ff5fce 100644
--- a/usr.sbin/xntpd/doc/ntptrace.8
+++ b/usr.sbin/xntpd/doc/ntptrace.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/ntptrace.8,v 1.2.2.1 1999/08/29 15:49:15 peter Exp $
.\"
.Dd December 21, 1993
.Dt NTPTRACE 8
diff --git a/usr.sbin/xntpd/doc/tickadj.8 b/usr.sbin/xntpd/doc/tickadj.8
index 4ba5a090831e..62e6ad635528 100644
--- a/usr.sbin/xntpd/doc/tickadj.8
+++ b/usr.sbin/xntpd/doc/tickadj.8
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/tickadj.8,v 1.6.2.1 1999/08/29 15:49:15 peter Exp $
.\"
.Dd December 21, 1993
.Dt TICKADJ 8
diff --git a/usr.sbin/xntpd/doc/xntpd.8 b/usr.sbin/xntpd/doc/xntpd.8
index a4a290c77e5a..3e80036b2d35 100644
--- a/usr.sbin/xntpd/doc/xntpd.8
+++ b/usr.sbin/xntpd/doc/xntpd.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/xntpd.8,v 1.5.2.2 1999/08/29 15:49:16 peter Exp $
.\"
.Dd December 21, 1993
.Dt XNTPD 8
diff --git a/usr.sbin/xntpd/doc/xntpdc.8 b/usr.sbin/xntpd/doc/xntpdc.8
index cd6fff0ed0e4..30e515e7b2a7 100644
--- a/usr.sbin/xntpd/doc/xntpdc.8
+++ b/usr.sbin/xntpd/doc/xntpdc.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/xntpd/doc/xntpdc.8,v 1.3.2.1 1999/08/29 15:49:16 peter Exp $
.\"
.Dd December 21, 1993
.Dt XNTPDC 8
diff --git a/usr.sbin/xntpd/kernel/chuinit.c b/usr.sbin/xntpd/kernel/chuinit.c
index 77a4cd2cc4b8..885784932f75 100644
--- a/usr.sbin/xntpd/kernel/chuinit.c
+++ b/usr.sbin/xntpd/kernel/chuinit.c
@@ -1,7 +1,7 @@
/*
** dynamically loadable chu driver
**
-** $FreeBSD$
+** $FreeBSD: src/usr.sbin/xntpd/kernel/chuinit.c,v 1.2.8.1 1999/08/29 15:49:18 peter Exp $
**
** william robertson <rob@agate.berkeley.edu>
*/
diff --git a/usr.sbin/xntpd/kernel/clkinit.c b/usr.sbin/xntpd/kernel/clkinit.c
index 9dae10d4e162..d4a05511d431 100644
--- a/usr.sbin/xntpd/kernel/clkinit.c
+++ b/usr.sbin/xntpd/kernel/clkinit.c
@@ -1,7 +1,7 @@
/*
** dynamically loadable clk driver
**
-** $FreeBSD$
+** $FreeBSD: src/usr.sbin/xntpd/kernel/clkinit.c,v 1.2.8.1 1999/08/29 15:49:18 peter Exp $
**
** william robertson <rob@agate.berkeley.edu>
*/
diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile
index 19b01ddb4275..57f0c73b145f 100644
--- a/usr.sbin/xntpd/lib/Makefile
+++ b/usr.sbin/xntpd/lib/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/lib/Makefile,v 1.8.2.1 1999/08/29 15:49:20 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c
index b6cd04b7f7df..3d1e5888154a 100644
--- a/usr.sbin/xntpd/lib/machines.c
+++ b/usr.sbin/xntpd/lib/machines.c
@@ -2,7 +2,7 @@
*
* Real bummers unite !
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/xntpd/lib/machines.c,v 1.3.2.1 1999/08/29 15:49:22 peter Exp $
*/
#include "ntp_stdlib.h"
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile
index f56183526909..d2b48f07d331 100644
--- a/usr.sbin/xntpd/ntpdate/Makefile
+++ b/usr.sbin/xntpd/ntpdate/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/ntpdate/Makefile,v 1.10.2.1 1999/08/29 15:49:24 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile
index 669b40804bfe..7b09c685ce68 100644
--- a/usr.sbin/xntpd/ntpq/Makefile
+++ b/usr.sbin/xntpd/ntpq/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/ntpq/Makefile,v 1.10.2.1 1999/08/29 15:49:25 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile
index 1b704ba44ba0..cafd33a42076 100644
--- a/usr.sbin/xntpd/ntptrace/Makefile
+++ b/usr.sbin/xntpd/ntptrace/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/ntptrace/Makefile,v 1.9.2.1 1999/08/29 15:49:26 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile
index 444f23dd7a35..c17a7cd0c567 100644
--- a/usr.sbin/xntpd/parse/Makefile
+++ b/usr.sbin/xntpd/parse/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/parse/Makefile,v 1.3.2.1 1999/08/29 15:49:28 peter Exp $
#
PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \
diff --git a/usr.sbin/xntpd/parse/clk_trimtaip.c b/usr.sbin/xntpd/parse/clk_trimtaip.c
index ac0e75c8b958..d54388b078b4 100644
--- a/usr.sbin/xntpd/parse/clk_trimtaip.c
+++ b/usr.sbin/xntpd/parse/clk_trimtaip.c
@@ -1,6 +1,6 @@
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTAIP)
/*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/xntpd/parse/clk_trimtaip.c,v 1.1.1.1.10.1 1999/08/29 15:49:29 peter Exp $
*
* Trimble SV6 clock support
*/
diff --git a/usr.sbin/xntpd/parse/clk_trimtsip.c b/usr.sbin/xntpd/parse/clk_trimtsip.c
index 7a4e3ddba080..0d50aa81e6ab 100644
--- a/usr.sbin/xntpd/parse/clk_trimtsip.c
+++ b/usr.sbin/xntpd/parse/clk_trimtsip.c
@@ -1,6 +1,6 @@
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTSIP)
/*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/xntpd/parse/clk_trimtsip.c,v 1.3.2.1 1999/08/29 15:49:29 peter Exp $
*
* Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION
*/
diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile
index 496b70e3f58d..c56edf5b1b48 100644
--- a/usr.sbin/xntpd/parse/util/Makefile
+++ b/usr.sbin/xntpd/parse/util/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/parse/util/Makefile,v 1.5.2.1 1999/08/29 15:49:30 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../../include
diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile
index 4eb52756cfcf..1db15c6253c0 100644
--- a/usr.sbin/xntpd/util/Makefile
+++ b/usr.sbin/xntpd/util/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/util/Makefile,v 1.9.2.1 1999/08/29 15:49:32 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/util/tickadj.c b/usr.sbin/xntpd/util/tickadj.c
index 87ac4f257f80..99484ad01ca6 100644
--- a/usr.sbin/xntpd/util/tickadj.c
+++ b/usr.sbin/xntpd/util/tickadj.c
@@ -8,7 +8,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/xntpd/util/tickadj.c,v 1.15.2.1 1999/08/29 15:49:33 peter Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile
index 0b655841a23e..c14f5cb7d7ac 100644
--- a/usr.sbin/xntpd/xntpd/Makefile
+++ b/usr.sbin/xntpd/xntpd/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/xntpd/Makefile,v 1.13.2.1 1999/08/29 15:49:34 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include
diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile
index a224c48ae088..6cfe419fb32d 100644
--- a/usr.sbin/xntpd/xntpdc/Makefile
+++ b/usr.sbin/xntpd/xntpdc/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/xntpd/xntpdc/Makefile,v 1.9.2.1 1999/08/29 15:49:37 peter Exp $
#
CFLAGS+= -I${.CURDIR}/../include