diff options
Diffstat (limited to 'usr.sbin/ntp')
| -rw-r--r-- | usr.sbin/ntp/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/config.h | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntp.conf.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntp.keys.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntpd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntpdate.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntpdc.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntpq.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntptime.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/doc/ntptrace.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/libparse/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntp-keygen/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntpdate/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntpdc/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntpq/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntptime/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/ntptrace/Makefile | 2 | ||||
| -rwxr-xr-x | usr.sbin/ntp/scripts/mkver | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/scripts/ntptrace | 2 | ||||
| -rwxr-xr-x | usr.sbin/ntp/scripts/ntpver | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/sntp/Makefile | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index 71d130938bf3..e9050bf91209 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -1,5 +1,5 @@ # Makefile for ntpd. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/Makefile,v 1.10 2004/07/22 08:35:41 roberto Exp $ SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \ ntptime ntp-keygen sntp diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 4b931a878bc9..029732a91519 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/Makefile.inc,v 1.6 2004/08/06 07:27:06 cperciva Exp $ DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H NTPDEFS= -DSYS_FREEBSD diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 207992c2985b..5a867e7a5e5b 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ntp/config.h,v 1.12 2004/07/25 22:02:30 roberto Exp $ */ /* Is adjtime() accurate? */ /* #undef ADJTIME_IS_ACCURATE */ diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile index 89646b23bb86..27afe667af53 100644 --- a/usr.sbin/ntp/doc/Makefile +++ b/usr.sbin/ntp/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.10.2.1 2005/05/25 16:31:34 sheldonh Exp $ FILESDIR= ${SHAREDIR}/doc/ntp diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index f638a084eec6..43cd85a4d93d 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntp.conf.5,v 1.16.2.1 2005/07/27 11:53:19 keramida Exp $ .\" .Dd January 13, 2000 .Dt NTP.CONF 5 diff --git a/usr.sbin/ntp/doc/ntp.keys.5 b/usr.sbin/ntp/doc/ntp.keys.5 index dc9531ce245e..6b741b92a1b4 100644 --- a/usr.sbin/ntp/doc/ntp.keys.5 +++ b/usr.sbin/ntp/doc/ntp.keys.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntp.keys.5,v 1.6 2002/12/27 12:15:38 schweikh Exp $ .\" .Dd January 13, 2000 .Dt NTP.KEYS 5 diff --git a/usr.sbin/ntp/doc/ntpd.8 b/usr.sbin/ntp/doc/ntpd.8 index 14457c7bfd7c..a548f354325b 100644 --- a/usr.sbin/ntp/doc/ntpd.8 +++ b/usr.sbin/ntp/doc/ntpd.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpd.8,v 1.10 2004/07/03 18:35:51 ru Exp $ .\" .Dd August 2, 2001 .Dt NTPD 8 diff --git a/usr.sbin/ntp/doc/ntpdate.8 b/usr.sbin/ntp/doc/ntpdate.8 index 9d5084ac6dfd..ffb42198ee73 100644 --- a/usr.sbin/ntp/doc/ntpdate.8 +++ b/usr.sbin/ntp/doc/ntpdate.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpdate.8,v 1.7.8.1 2004/11/15 21:02:10 simon Exp $ .\" .Dd January 6, 2000 .Dt NTPDATE 8 diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8 index e0cecffe0976..7041ed248b79 100644 --- a/usr.sbin/ntp/doc/ntpdc.8 +++ b/usr.sbin/ntp/doc/ntpdc.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpdc.8,v 1.12.2.1 2005/08/18 15:22:11 keramida Exp $ .\" .Dd January 7, 2000 .Dt NTPDC 8 diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index 4c0d7ca9649e..3eb9e0efabe9 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpq.8,v 1.16 2004/07/03 18:35:51 ru Exp $ .\" .Dd January 7, 2000 .Dt NTPQ 8 diff --git a/usr.sbin/ntp/doc/ntptime.8 b/usr.sbin/ntp/doc/ntptime.8 index f130307457f3..3ce0e3627e6f 100644 --- a/usr.sbin/ntp/doc/ntptime.8 +++ b/usr.sbin/ntp/doc/ntptime.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntptime.8,v 1.4 2002/07/14 14:44:40 charnier Exp $ .\" .Dd January 7, 2000 .Dt NTPTIME 8 diff --git a/usr.sbin/ntp/doc/ntptrace.8 b/usr.sbin/ntp/doc/ntptrace.8 index 554a3c0c27c8..687935baf79a 100644 --- a/usr.sbin/ntp/doc/ntptrace.8 +++ b/usr.sbin/ntp/doc/ntptrace.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntptrace.8,v 1.7 2004/07/02 23:12:51 ru Exp $ .\" .Dd January 6, 2000 .Dt NTPTRACE 8 diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 19039105bf2d..679c7158efb2 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/libntp/Makefile,v 1.9.2.1 2005/02/13 07:23:42 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/libntp \ ${.CURDIR}/../../../contrib/ntp/libisc diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile index 22d7ca38c4dc..25cdeff717b1 100644 --- a/usr.sbin/ntp/libparse/Makefile +++ b/usr.sbin/ntp/libparse/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/libparse/Makefile,v 1.6.6.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/libparse diff --git a/usr.sbin/ntp/ntp-keygen/Makefile b/usr.sbin/ntp/ntp-keygen/Makefile index 953bf21eeef9..34e378e50a6c 100644 --- a/usr.sbin/ntp/ntp-keygen/Makefile +++ b/usr.sbin/ntp/ntp-keygen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntp-keygen/Makefile,v 1.2.2.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/util \ ${.CURDIR}/../../../contrib/ntp/ntpd diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index 98889b2f6519..2266d23a64a8 100644 --- a/usr.sbin/ntp/ntpd/Makefile +++ b/usr.sbin/ntp/ntpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpd/Makefile,v 1.10.2.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpd diff --git a/usr.sbin/ntp/ntpdate/Makefile b/usr.sbin/ntp/ntpdate/Makefile index 19419391e67b..0d1cbf50eb63 100644 --- a/usr.sbin/ntp/ntpdate/Makefile +++ b/usr.sbin/ntp/ntpdate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpdate/Makefile,v 1.4.2.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile index 14366453e91a..b6adcb9bf150 100644 --- a/usr.sbin/ntp/ntpdc/Makefile +++ b/usr.sbin/ntp/ntpdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpdc/Makefile,v 1.8.2.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdc diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index 2b3a14c5dd77..8f69b432837e 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpq/Makefile,v 1.8.2.1 2005/02/13 07:23:43 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpq diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile index 8132626f21fb..cf0147bfbd21 100644 --- a/usr.sbin/ntp/ntptime/Makefile +++ b/usr.sbin/ntp/ntptime/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntptime/Makefile,v 1.3.8.1 2005/02/13 07:23:44 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/util diff --git a/usr.sbin/ntp/ntptrace/Makefile b/usr.sbin/ntp/ntptrace/Makefile index b0c26a8ad89b..ac6b2a2e8a75 100644 --- a/usr.sbin/ntp/ntptrace/Makefile +++ b/usr.sbin/ntp/ntptrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntptrace/Makefile,v 1.4.2.1 2005/02/13 07:23:44 obrien Exp $ .PATH: ${.CURDIR}/../scripts diff --git a/usr.sbin/ntp/scripts/mkver b/usr.sbin/ntp/scripts/mkver index d54386d5fd6a..4f340ee043f4 100755 --- a/usr.sbin/ntp/scripts/mkver +++ b/usr.sbin/ntp/scripts/mkver @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/mkver,v 1.9 2004/07/20 15:44:32 roberto Exp $ # PROG=${1-UNKNOWN} diff --git a/usr.sbin/ntp/scripts/ntptrace b/usr.sbin/ntp/scripts/ntptrace index 8a895c4ba0be..4319623c5f9e 100644 --- a/usr.sbin/ntp/scripts/ntptrace +++ b/usr.sbin/ntp/scripts/ntptrace @@ -1,6 +1,6 @@ #! /usr/local/bin/perl -w # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/ntptrace,v 1.1 2004/07/20 15:44:32 roberto Exp $ # John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org diff --git a/usr.sbin/ntp/scripts/ntpver b/usr.sbin/ntp/scripts/ntpver index 6dbc510db8c2..f457be9a0379 100755 --- a/usr.sbin/ntp/scripts/ntpver +++ b/usr.sbin/ntp/scripts/ntpver @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/ntpver,v 1.1 1999/12/13 14:09:56 roberto Exp $ # print version string of NTP daemon # Copyright (c) 1997 by Ulrich Windl # Modified 970318: Harlan Stenn: rewritten... diff --git a/usr.sbin/ntp/sntp/Makefile b/usr.sbin/ntp/sntp/Makefile index 33f98719a716..0ce4e38ee87b 100644 --- a/usr.sbin/ntp/sntp/Makefile +++ b/usr.sbin/ntp/sntp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/sntp/Makefile,v 1.1.2.1 2005/02/13 07:23:44 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/sntp |
