diff options
Diffstat (limited to 'lib/bind')
-rw-r--r-- | lib/bind/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/bind/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/bind/config.h | 2 | ||||
-rw-r--r-- | lib/bind/bind/port_after.h | 2 | ||||
-rw-r--r-- | lib/bind/bind/port_before.h | 2 | ||||
-rw-r--r-- | lib/bind/bind9/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/config.h | 2 | ||||
-rw-r--r-- | lib/bind/config.mk | 2 | ||||
-rw-r--r-- | lib/bind/dns/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/dns/code.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumclass.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumtype.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/rdatastruct.h | 2 | ||||
-rw-r--r-- | lib/bind/isc/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/isc/isc/platform.h | 2 | ||||
-rw-r--r-- | lib/bind/isccc/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/isccfg/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/lwres/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/lwres/lwres/netdb.h | 2 | ||||
-rw-r--r-- | lib/bind/lwres/lwres/platform.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/lib/bind/Makefile b/lib/bind/Makefile index 5eccf49cf248b..2f09df59d3589 100644 --- a/lib/bind/Makefile +++ b/lib/bind/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/Makefile,v 1.1.2.1 2004/09/26 03:10:10 des Exp $ SUBDIR= bind bind9 dns isc isccc isccfg lwres diff --git a/lib/bind/bind/Makefile b/lib/bind/bind/Makefile index 72b00835bcbef..12b34a295a9d8 100644 --- a/lib/bind/bind/Makefile +++ b/lib/bind/bind/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/bind/Makefile,v 1.4.2.1 2004/09/26 03:10:11 des Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/bind/config.h b/lib/bind/bind/config.h index 1d5285f1e88c0..6f4fb462c624c 100644 --- a/lib/bind/bind/config.h +++ b/lib/bind/bind/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/bind/config.h,v 1.1.2.1 2004/09/26 03:10:11 des Exp $ */ /* config.h. Generated by configure. */ /* #undef _SOCKADDR_LEN */ diff --git a/lib/bind/bind/port_after.h b/lib/bind/bind/port_after.h index 755779b13ac7e..8c7813ba748c7 100644 --- a/lib/bind/bind/port_after.h +++ b/lib/bind/bind/port_after.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/bind/port_after.h,v 1.1.2.1 2004/09/26 03:10:11 des Exp $ */ #ifndef port_after_h #define port_after_h diff --git a/lib/bind/bind/port_before.h b/lib/bind/bind/port_before.h index 02a45bda9c8a3..c47860ecbd235 100644 --- a/lib/bind/bind/port_before.h +++ b/lib/bind/bind/port_before.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/bind/port_before.h,v 1.1.2.1 2004/09/26 03:10:11 des Exp $ */ #ifndef port_before_h #define port_before_h diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile index d470ed66efa40..fed4aa716ff99 100644 --- a/lib/bind/bind9/Makefile +++ b/lib/bind/bind9/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/bind9/Makefile,v 1.4.2.1 2004/09/26 03:10:11 des Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/config.h b/lib/bind/config.h index eb9594e3ba108..bc8f7345e8ccd 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/config.h,v 1.1.2.2 2005/03/23 18:16:32 dougb Exp $ */ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ diff --git a/lib/bind/config.mk b/lib/bind/config.mk index 78f72d5cf9ba2..365cf51b97ac9 100644 --- a/lib/bind/config.mk +++ b/lib/bind/config.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/config.mk,v 1.9.2.2 2005/03/23 18:16:32 dougb Exp $ # BIND version number .if defined(BIND_DIR) && exists(${BIND_DIR}/version) diff --git a/lib/bind/dns/Makefile b/lib/bind/dns/Makefile index a3ab5656c7c6e..7febb6dcfd281 100644 --- a/lib/bind/dns/Makefile +++ b/lib/bind/dns/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/dns/Makefile,v 1.4.2.2 2005/03/23 18:16:33 dougb Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h index 7cf495eadba76..5702fdf1b296a 100644 --- a/lib/bind/dns/code.h +++ b/lib/bind/dns/code.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/code.h,v 1.1.2.2 2005/03/23 18:16:33 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h index f3490a471184c..14d6b43558f36 100644 --- a/lib/bind/dns/dns/enumclass.h +++ b/lib/bind/dns/dns/enumclass.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/enumclass.h,v 1.1.2.2 2005/03/23 18:16:33 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h index 8692368d5e61d..c1daf7cd8845f 100644 --- a/lib/bind/dns/dns/enumtype.h +++ b/lib/bind/dns/dns/enumtype.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/enumtype.h,v 1.1.2.2 2005/03/23 18:16:33 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h index ce30e49f59d7b..260b1b9b1f0f3 100644 --- a/lib/bind/dns/dns/rdatastruct.h +++ b/lib/bind/dns/dns/rdatastruct.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/rdatastruct.h,v 1.1.2.2 2005/03/23 18:16:33 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile index 6114bd0cdf68c..57fa04010f447 100644 --- a/lib/bind/isc/Makefile +++ b/lib/bind/isc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/isc/Makefile,v 1.4.2.1 2004/09/26 03:10:12 des Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/isc/isc/platform.h b/lib/bind/isc/isc/platform.h index be0e8ebf3e3de..9659fe72370d6 100644 --- a/lib/bind/isc/isc/platform.h +++ b/lib/bind/isc/isc/platform.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/isc/isc/platform.h,v 1.1.2.1 2004/09/26 03:10:12 des Exp $ */ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile index 18e9c1465552f..d2bbc78ca6e7b 100644 --- a/lib/bind/isccc/Makefile +++ b/lib/bind/isccc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/isccc/Makefile,v 1.4.2.1 2004/09/26 03:10:12 des Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/isccfg/Makefile b/lib/bind/isccfg/Makefile index 609da2c98c163..64f0bceae2329 100644 --- a/lib/bind/isccfg/Makefile +++ b/lib/bind/isccfg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/isccfg/Makefile,v 1.4.2.1 2004/09/26 03:10:12 des Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/lwres/Makefile b/lib/bind/lwres/Makefile index 55b59ebd36108..c23359e318ca8 100644 --- a/lib/bind/lwres/Makefile +++ b/lib/bind/lwres/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/lwres/Makefile,v 1.5.2.3 2005/02/13 07:23:11 obrien Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/lwres/lwres/netdb.h b/lib/bind/lwres/lwres/netdb.h index 0746e1465a2f1..2a3e2e6df0ee3 100644 --- a/lib/bind/lwres/lwres/netdb.h +++ b/lib/bind/lwres/lwres/netdb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/lwres/lwres/netdb.h,v 1.1.2.1 2004/09/26 03:10:13 des Exp $ */ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/lwres/lwres/platform.h b/lib/bind/lwres/lwres/platform.h index 99b78004d3a04..e45e33ba738d7 100644 --- a/lib/bind/lwres/lwres/platform.h +++ b/lib/bind/lwres/lwres/platform.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/lwres/lwres/platform.h,v 1.1.2.1 2004/09/26 03:10:13 des Exp $ */ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |