diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.sbin/xntpd | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.sbin/xntpd')
| -rw-r--r-- | usr.sbin/xntpd/Makefile | 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/kernel/chuinit.c | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/kernel/clkinit.c | 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/clk_trimtaip.c | 7 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/clk_trimtsip.c | 7 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/util/parsetest.c | 5 | ||||
| -rw-r--r-- | usr.sbin/xntpd/util/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpdc/Makefile | 2 |
18 files changed, 29 insertions, 20 deletions
diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile index 962e64a41bf0..081eb49410a3 100644 --- a/usr.sbin/xntpd/Makefile +++ b/usr.sbin/xntpd/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $Id: Makefile,v 1.3 1994/02/03 22:30:30 wollman Exp $ +# Makefile,v 1.4 1994/09/29 23:43:54 wollman Exp # SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff util diff --git a/usr.sbin/xntpd/README.FreeBSD b/usr.sbin/xntpd/README.FreeBSD index 798a685f7740..a4780c858d04 100644 --- a/usr.sbin/xntpd/README.FreeBSD +++ b/usr.sbin/xntpd/README.FreeBSD @@ -1,4 +1,4 @@ - $Id: README.FreeBSD,v 1.7 1994/04/21 21:10:20 wollman Exp $ + README.FreeBSD,v 1.8 1994/09/29 23:43:55 wollman 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 79b2d9d675e3..c5b75558d934 100644 --- a/usr.sbin/xntpd/authstuff/Makefile +++ b/usr.sbin/xntpd/authstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1993/12/21 21:06:20 wollman Exp $ +# Makefile,v 1.2 1993/12/22 11:32:10 rgrimes 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 425d79d1ddaa..0f5e1699625e 100644 --- a/usr.sbin/xntpd/clockstuff/Makefile +++ b/usr.sbin/xntpd/clockstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1993/12/21 21:06:24 wollman Exp $ +# Makefile,v 1.2 1994/09/15 20:55:44 bde Exp # PROG= propdelay diff --git a/usr.sbin/xntpd/kernel/chuinit.c b/usr.sbin/xntpd/kernel/chuinit.c index 5fd96fdfee0b..e5e802ec25f6 100644 --- a/usr.sbin/xntpd/kernel/chuinit.c +++ b/usr.sbin/xntpd/kernel/chuinit.c @@ -1,7 +1,7 @@ /* ** dynamically loadable chu driver ** -** $Header: /usr/src/etc/xntp3.3ww/kernel/RCS/chuinit.c,v 1.1 1994/06/15 22:14:38 rob Exp $ +** /home/ncvs/src/usr.sbin/xntpd/kernel/chuinit.c,v 1.1.1.1 1994/09/29 23:02:42 wollman Exp ** ** william robertson <rob@agate.berkeley.edu> */ diff --git a/usr.sbin/xntpd/kernel/clkinit.c b/usr.sbin/xntpd/kernel/clkinit.c index e15b114cf00f..60f36c20f418 100644 --- a/usr.sbin/xntpd/kernel/clkinit.c +++ b/usr.sbin/xntpd/kernel/clkinit.c @@ -1,7 +1,7 @@ /* ** dynamically loadable clk driver ** -** $Header: /usr/src/etc/xntp3.3ww/kernel/RCS/clkinit.c,v 1.1 1994/06/15 22:14:38 rob Exp $ +** /home/ncvs/src/usr.sbin/xntpd/kernel/clkinit.c,v 1.1.1.1 1994/09/29 23:02:47 wollman Exp ** ** william robertson <rob@agate.berkeley.edu> */ diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index a58c52f35c32..0153dd4b6a93 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1993/12/22 11:32:23 rgrimes Exp $ +# Makefile,v 1.5 1994/04/03 20:37:05 wollman Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index 1d1cbc92faa4..5537eb0db61f 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $Id:$ + * machines.c,v 1.1.1.3 1994/09/29 23:03:36 wollman Exp */ #include "ntp_stdlib.h" diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index f0af84001c3d..6f1b9aaba294 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1993/12/22 11:32:56 rgrimes Exp $ +# Makefile,v 1.4 1994/10/03 23:51:17 phk Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile index 875592a889c6..8d340f6dc79f 100644 --- a/usr.sbin/xntpd/ntpq/Makefile +++ b/usr.sbin/xntpd/ntpq/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1993/12/22 11:33:07 rgrimes Exp $ +# Makefile,v 1.4 1994/10/03 23:51:22 phk Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile index 5d5f32766de0..b059063bfd09 100644 --- a/usr.sbin/xntpd/ntptrace/Makefile +++ b/usr.sbin/xntpd/ntptrace/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/22 11:33:14 rgrimes Exp $ +# Makefile,v 1.3 1994/10/03 23:51:26 phk Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 1a46fbe2bdb4..1ba7321b79f6 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1993/12/21 19:42:18 wollman Exp $ +# Makefile,v 1.1 1993/12/21 20:04:14 wollman 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 87538f1eb8a1..8d35aeb7a832 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) /* - * $Header: /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.9 1994/02/02 17:45:27 kardel Exp $ + * /home/ncvs/src/usr.sbin/xntpd/parse/clk_trimtaip.c,v 1.1.1.1 1994/09/29 23:01:31 wollman Exp * * Trimble SV6 clock support */ @@ -108,7 +108,10 @@ cvt_trimtaip(buffer, size, format, clock) /* * History: * - * $Log: clk_trimble.c,v $ + * clk_trimtaip.c,v + * Revision 1.1.1.1 1994/09/29 23:01:31 wollman + * xntp 3.4e from Dave Mills @ UDel + * * Revision 3.9 1994/02/02 17:45:27 kardel * rcs ids fixed * diff --git a/usr.sbin/xntpd/parse/clk_trimtsip.c b/usr.sbin/xntpd/parse/clk_trimtsip.c index f622beac08db..3109c57b9987 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) /* - * $Header: /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.9 1994/02/02 17:45:27 kardel Exp $ + * /home/ncvs/src/usr.sbin/xntpd/parse/clk_trimtsip.c,v 1.1.1.1 1994/09/29 23:01:31 wollman Exp * * Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION */ @@ -467,5 +467,8 @@ getint(bp) /* * History: * - * $Log: clk_trimble.c,v $ + * clk_trimtsip.c,v + * Revision 1.1.1.1 1994/09/29 23:01:31 wollman + * xntp 3.4e from Dave Mills @ UDel + * */ diff --git a/usr.sbin/xntpd/parse/util/parsetest.c b/usr.sbin/xntpd/parse/util/parsetest.c index 7fa62a927b83..1f738aad4215 100644 --- a/usr.sbin/xntpd/parse/util/parsetest.c +++ b/usr.sbin/xntpd/parse/util/parsetest.c @@ -10,7 +10,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * $Log: parsetest.c,v $ + * parsetest.c,v + * Revision 1.1.1.4 1994/09/29 23:01:34 wollman + * xntp 3.4e from Dave Mills @ UDel + * * Revision 3.14 1994/05/12 12:49:27 kardel * printf fmt/arg cleanup * diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile index 02cb294eaee1..beb1ea4b5f1e 100644 --- a/usr.sbin/xntpd/util/Makefile +++ b/usr.sbin/xntpd/util/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/22 11:33:28 rgrimes Exp $ +# Makefile,v 1.3 1994/10/03 23:51:29 phk Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile index 6ab7cd0774ba..d38e75ba494c 100644 --- a/usr.sbin/xntpd/xntpd/Makefile +++ b/usr.sbin/xntpd/xntpd/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1994/09/30 00:34:17 wollman Exp $ +# Makefile,v 1.7 1994/10/03 23:51:32 phk Exp # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile index a06cf1a0f83e..9469a6800e0a 100644 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ b/usr.sbin/xntpd/xntpdc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/22 11:34:00 rgrimes Exp $ +# Makefile,v 1.3 1994/10/03 23:51:34 phk Exp # CFLAGS+= -I${.CURDIR}/../include |
