diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/xntpd | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/README.FreeBSD | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/authstuff/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/clockstuff/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/ntpdate.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/ntpq.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/ntptrace.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/tickadj.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/xntpd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/xntpdc.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/lib/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/lib/machines.c | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/ntpq/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/ntptrace/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/parse/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/parse/util/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/util/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/util/tickadj.c | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/xntpd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/xntpdc/Makefile | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile index 409f99c..c1623c7 100644 --- a/usr.sbin/xntpd/Makefile +++ b/usr.sbin/xntpd/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $Id: Makefile,v 1.6 1997/02/22 16:14:13 peter Exp $ +# $FreeBSD$ # SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index cecc8ec..3fa34c0 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ 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 523d84c..3d41380 100644 --- a/usr.sbin/xntpd/README.FreeBSD +++ b/usr.sbin/xntpd/README.FreeBSD @@ -1,4 +1,4 @@ - $Id$ + $FreeBSD$ 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 13d86f5..bf6ec87 100644 --- a/usr.sbin/xntpd/authstuff/Makefile +++ b/usr.sbin/xntpd/authstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1997/02/22 16:14:15 peter Exp $ +# $FreeBSD$ # # 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 5dfc4ca..22bc486 100644 --- a/usr.sbin/xntpd/clockstuff/Makefile +++ b/usr.sbin/xntpd/clockstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1997/02/22 16:14:17 peter Exp $ +# $FreeBSD$ # PROG= propdelay diff --git a/usr.sbin/xntpd/doc/ntpdate.8 b/usr.sbin/xntpd/doc/ntpdate.8 index 959c8a1..c927c0d 100644 --- a/usr.sbin/xntpd/doc/ntpdate.8 +++ b/usr.sbin/xntpd/doc/ntpdate.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: ntpdate.8,v 1.4 1998/02/19 08:05:35 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPDATE 8 diff --git a/usr.sbin/xntpd/doc/ntpq.8 b/usr.sbin/xntpd/doc/ntpq.8 index 6bd8d14..1974dd3 100644 --- a/usr.sbin/xntpd/doc/ntpq.8 +++ b/usr.sbin/xntpd/doc/ntpq.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: ntpq.8,v 1.5 1998/02/19 08:05:38 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPQ 8 diff --git a/usr.sbin/xntpd/doc/ntptrace.8 b/usr.sbin/xntpd/doc/ntptrace.8 index ab66988..1ef3595 100644 --- a/usr.sbin/xntpd/doc/ntptrace.8 +++ b/usr.sbin/xntpd/doc/ntptrace.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPTRACE 8 diff --git a/usr.sbin/xntpd/doc/tickadj.8 b/usr.sbin/xntpd/doc/tickadj.8 index e510bfd..4ba5a09 100644 --- a/usr.sbin/xntpd/doc/tickadj.8 +++ b/usr.sbin/xntpd/doc/tickadj.8 @@ -1,4 +1,4 @@ -.\" $Id: tickadj.8,v 1.5 1998/01/22 07:26:08 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt TICKADJ 8 diff --git a/usr.sbin/xntpd/doc/xntpd.8 b/usr.sbin/xntpd/doc/xntpd.8 index c37e666..a4a290c 100644 --- a/usr.sbin/xntpd/doc/xntpd.8 +++ b/usr.sbin/xntpd/doc/xntpd.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: xntpd.8,v 1.5 1998/02/19 08:05:43 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt XNTPD 8 diff --git a/usr.sbin/xntpd/doc/xntpdc.8 b/usr.sbin/xntpd/doc/xntpdc.8 index b2ad6ff..cd6fff0 100644 --- a/usr.sbin/xntpd/doc/xntpdc.8 +++ b/usr.sbin/xntpd/doc/xntpdc.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt XNTPDC 8 diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 948e66d..19b01dd 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index 2fc7785..b6cd04b 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $Id$ + * $FreeBSD$ */ #include "ntp_stdlib.h" diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index 3b388a2..f561835 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile index b630b28..669b408 100644 --- a/usr.sbin/xntpd/ntpq/Makefile +++ b/usr.sbin/xntpd/ntpq/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/07 09:46:08 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile index 2632aa4..1b704ba 100644 --- a/usr.sbin/xntpd/ntptrace/Makefile +++ b/usr.sbin/xntpd/ntptrace/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1998/03/07 09:46:10 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 8162377..444f23d 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index 851e8df..496b70e 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../../include diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile index e50ae17..4eb5275 100644 --- a/usr.sbin/xntpd/util/Makefile +++ b/usr.sbin/xntpd/util/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1998/03/07 09:46:12 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/util/tickadj.c b/usr.sbin/xntpd/util/tickadj.c index 9ba0e65..87ac4f2 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[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile index 909e8dd..0b65584 100644 --- a/usr.sbin/xntpd/xntpd/Makefile +++ b/usr.sbin/xntpd/xntpd/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 1998/03/07 09:46:15 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile index 6bfab3d..8c8a1a2 100644 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ b/usr.sbin/xntpd/xntpdc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/19 15:12:05 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include |