diff options
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/port/freebsd/include/port_after.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/contrib/bind/bin/named-xfer/named-xfer.c b/contrib/bind/bin/named-xfer/named-xfer.c index d7db8869d47b..db27743f2cdc 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.2.2.1 1999/12/13 15:05:19 peter 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 96a392725fb4..1318ee43d3ad 100644 --- a/contrib/bind/bin/named/Makefile +++ b/contrib/bind/bin/named/Makefile @@ -14,7 +14,7 @@ ## SOFTWARE. # $Id: Makefile,v 8.47 1999/08/26 18:42:31 vixie Exp $ -# $FreeBSD$ +# $FreeBSD: src/contrib/bind/bin/named/Makefile,v 1.2.2.1 1999/12/13 15:04:45 peter Exp $ DESTDIR= CC= cc diff --git a/contrib/bind/bin/nslookup/commands.l b/contrib/bind/bin/nslookup/commands.l index c480d46e52ac..e73fa0f9afae 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.1.1.1.2.1 1999/12/13 15:05:23 peter 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 7dac192e5cb0..7cd4e33aeee7 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.2.2.1 1999/12/13 15:05:24 peter 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 673bad0a443b..121eb1335150 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.2.2.1 1999/12/13 15:05:24 peter 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 454fe12b1c2a..b45e19d77eed 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.1.1.1.2.1 1999/12/13 15:05:26 peter 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 3e59b056c58c..cb0bdc3ab3e2 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.1.1.1.2.1 1999/12/13 15:05:44 peter Exp $ .\" $Id: dig.1,v 8.4 1999/10/15 21:29:58 vixie Exp $ .\" .\" ++Copyright++ 1993 diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h index 8dcd1f8654e1..bfb5b1a5b923 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.3.2.1 1999/12/13 15:08:00 peter Exp $ */ #ifndef PORT_AFTER_H #define PORT_AFTER_H #define CAN_RECONNECT |