diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
| commit | 72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch) | |
| tree | 49c75f7b6a634efb81c3709f39147fdba24623bb /contrib/bind | |
| parent | 606cad63e046f2873878d07634158eb90c5a2cf6 (diff) | |
Diffstat (limited to 'contrib/bind')
| -rw-r--r-- | contrib/bind/bin/named-xfer/named-xfer.c | 2 | ||||
| -rw-r--r-- | contrib/bind/bin/named/Makefile | 2 | ||||
| -rw-r--r-- | contrib/bind/bin/nslookup/commands.l | 2 | ||||
| -rw-r--r-- | contrib/bind/bin/nslookup/debug.c | 2 | ||||
| -rw-r--r-- | contrib/bind/bin/nslookup/getinfo.c | 2 | ||||
| -rw-r--r-- | contrib/bind/bin/nslookup/main.c | 2 | ||||
| -rw-r--r-- | contrib/bind/doc/man/dig.1 | 2 | ||||
| -rw-r--r-- | contrib/bind/doc/man/host.1 | 2 | ||||
| -rw-r--r-- | contrib/bind/doc/man/nslookup.8 | 2 | ||||
| -rw-r--r-- | contrib/bind/port/freebsd/include/port_after.h | 2 | ||||
| -rw-r--r-- | contrib/bind/port/freebsd/include/port_before.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/contrib/bind/bin/named-xfer/named-xfer.c b/contrib/bind/bin/named-xfer/named-xfer.c index ea3ecc873b903..ab78e54420820 100644 --- a/contrib/bind/bin/named-xfer/named-xfer.c +++ b/contrib/bind/bin/named-xfer/named-xfer.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/bin/named-xfer/named-xfer.c,v 1.3.2.5.2.1 2002/07/15 07:51:14 dougb Exp $ */ /* * The original version of named-xfer by Kevin Dunlap. * Completed and integrated with named by David Waitzman diff --git a/contrib/bind/bin/named/Makefile b/contrib/bind/bin/named/Makefile index 5a09205f3b451..16119823b865f 100644 --- a/contrib/bind/bin/named/Makefile +++ b/contrib/bind/bin/named/Makefile @@ -14,7 +14,7 @@ ## SOFTWARE. # $Id: Makefile,v 8.51 2000/12/23 08:02:53 vixie Exp $ -# $FreeBSD$ +# $FreeBSD: src/contrib/bind/bin/named/Makefile,v 1.3.2.3.8.1 2002/07/15 07:51:12 dougb Exp $ DESTDIR= CC= cc diff --git a/contrib/bind/bin/nslookup/commands.l b/contrib/bind/bin/nslookup/commands.l index 94d809451f986..bbf4315cb4ca7 100644 --- a/contrib/bind/bin/nslookup/commands.l +++ b/contrib/bind/bin/nslookup/commands.l @@ -1,5 +1,5 @@ %{ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/bin/nslookup/commands.l,v 1.4.2.3.2.1 2002/07/15 07:51:15 dougb Exp $ */ /* * Copyright (c) 1985 * The Regents of the University of California. All rights reserved. diff --git a/contrib/bind/bin/nslookup/debug.c b/contrib/bind/bin/nslookup/debug.c index 1d99ddc50eb48..de7268e564d7c 100644 --- a/contrib/bind/bin/nslookup/debug.c +++ b/contrib/bind/bin/nslookup/debug.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/bin/nslookup/debug.c,v 1.3.2.3.2.1 2002/07/15 07:51:15 dougb Exp $ */ /* * Copyright (c) 1985, 1989 * The Regents of the University of California. All rights reserved. diff --git a/contrib/bind/bin/nslookup/getinfo.c b/contrib/bind/bin/nslookup/getinfo.c index 0c1072e9db8fc..a92d75e9f080e 100644 --- a/contrib/bind/bin/nslookup/getinfo.c +++ b/contrib/bind/bin/nslookup/getinfo.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/bin/nslookup/getinfo.c,v 1.3.2.6.2.1 2002/07/15 07:51:15 dougb Exp $ */ /* * Copyright (c) 1985, 1989 * The Regents of the University of California. All rights reserved. diff --git a/contrib/bind/bin/nslookup/main.c b/contrib/bind/bin/nslookup/main.c index 5bce811629ec3..c378071a7c7a6 100644 --- a/contrib/bind/bin/nslookup/main.c +++ b/contrib/bind/bin/nslookup/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/bin/nslookup/main.c,v 1.3.2.4.2.1 2002/07/15 07:51:15 dougb Exp $ */ /* * Copyright (c) 1985, 1989 * The Regents of the University of California. All rights reserved. diff --git a/contrib/bind/doc/man/dig.1 b/contrib/bind/doc/man/dig.1 index e150b04189303..3685bb19d55f0 100644 --- a/contrib/bind/doc/man/dig.1 +++ b/contrib/bind/doc/man/dig.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bind/doc/man/dig.1,v 1.3.2.1.2.1 2002/07/15 07:51:16 dougb Exp $ .\" $Id: dig.1,v 8.9 2002/06/18 01:53:43 marka Exp $ .\" .\" ++Copyright++ 1993 diff --git a/contrib/bind/doc/man/host.1 b/contrib/bind/doc/man/host.1 index ae5736ab0124d..0b6023e932d91 100644 --- a/contrib/bind/doc/man/host.1 +++ b/contrib/bind/doc/man/host.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bind/doc/man/host.1,v 1.3.2.2.2.1 2002/07/15 07:51:16 dougb Exp $ .\" ++Copyright++ 1993 .\" - .\" Copyright (c) 1993 diff --git a/contrib/bind/doc/man/nslookup.8 b/contrib/bind/doc/man/nslookup.8 index e33993ca3ddc9..983d6f5cafe7b 100644 --- a/contrib/bind/doc/man/nslookup.8 +++ b/contrib/bind/doc/man/nslookup.8 @@ -53,7 +53,7 @@ .\" --Copyright-- .\" .\" @(#)nslookup.8 5.3 (Berkeley) 6/24/90 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bind/doc/man/nslookup.8,v 1.2.2.2.2.1 2002/07/15 07:51:16 dougb Exp $ .\" .Dd June 24, 1990 .Dt NSLOOKUP @SYS_OPS_EXT_U@ diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h index c7070e1efb58e..a1785dba9501f 100644 --- a/contrib/bind/port/freebsd/include/port_after.h +++ b/contrib/bind/port/freebsd/include/port_after.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/port/freebsd/include/port_after.h,v 1.6.2.6.2.1 2002/07/15 07:51:19 dougb Exp $ */ #ifndef PORT_AFTER_H #define PORT_AFTER_H #define USE_POSIX diff --git a/contrib/bind/port/freebsd/include/port_before.h b/contrib/bind/port/freebsd/include/port_before.h index a97e2ef177016..4008b4f79abb3 100644 --- a/contrib/bind/port/freebsd/include/port_before.h +++ b/contrib/bind/port/freebsd/include/port_before.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind/port/freebsd/include/port_before.h,v 1.1.1.2.2.3.2.1 2002/07/15 07:51:19 dougb Exp $ */ #define WANT_IRS_NIS #define WANT_IRS_PW #define HAVE_PW_CLASS |
