summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2012-10-29 07:27:43 -0600
committerInternet Software Consortium, Inc <@isc.org>2012-10-29 07:27:43 -0600
commit56b61b7cd52fdce3fd477a28c8dd55db76eba042 (patch)
tree5619c48ff3e920b87bc1c1a2de09ba68426c38bf /contrib
parentc450e7bf1c721a84ef09d825e79cf998159decc0 (diff)
downloadbind9-56b61b7cd52fdce3fd477a28c8dd55db76eba042.tar.gz
9.9.2
Diffstat (limited to 'contrib')
-rw-r--r--contrib/check-secure-delegation.pl.in2
-rw-r--r--contrib/dlz/bin/dlzbdb/Makefile.in6
-rw-r--r--contrib/named-bootconf/named-bootconf.sh2
-rw-r--r--contrib/nanny/nanny.pl2
-rw-r--r--contrib/sdb/tcl/lookup.tcl2
-rw-r--r--contrib/zone-edit.sh.in2
6 files changed, 8 insertions, 8 deletions
diff --git a/contrib/check-secure-delegation.pl.in b/contrib/check-secure-delegation.pl.in
index 87c868ae..edbf2cf6 100644
--- a/contrib/check-secure-delegation.pl.in
+++ b/contrib/check-secure-delegation.pl.in
@@ -1,6 +1,6 @@
#!@PERL@
#
-# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/contrib/dlz/bin/dlzbdb/Makefile.in b/contrib/dlz/bin/dlzbdb/Makefile.in
index 67244c98..8a4f8c4c 100644
--- a/contrib/dlz/bin/dlzbdb/Makefile.in
+++ b/contrib/dlz/bin/dlzbdb/Makefile.in
@@ -51,11 +51,11 @@ SRCS = dlzbdb.c
@BIND9_MAKE_RULES@
dlzbdb.@O@: dlzbdb.c
- ${LIBTOOL} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \
+ ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \
-c ${srcdir}/dlzbdb.c
dlzbdb: dlzbdb.@O@ ${DEPLIBS}
- ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ dlzbdb.@O@ ${LIBS}
+ ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} -o $@ dlzbdb.@O@ ${LIBS}
doc man:: ${MANOBJS}
@@ -70,4 +70,4 @@ installdirs:
# $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
install:: dlzbdb installdirs
- ${LIBTOOL} ${INSTALL_PROGRAM} dlzbdb ${DESTDIR}${sbindir}
+ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} dlzbdb ${DESTDIR}${sbindir}
diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh
index 029e35bd..cb2aeec9 100644
--- a/contrib/named-bootconf/named-bootconf.sh
+++ b/contrib/named-bootconf/named-bootconf.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Portions Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Portions Copyright (C) 2004, 2006, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Portions Copyright (C) 1999-2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl
index 16ecf1f9..815c2925 100644
--- a/contrib/nanny/nanny.pl
+++ b/contrib/nanny/nanny.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
diff --git a/contrib/sdb/tcl/lookup.tcl b/contrib/sdb/tcl/lookup.tcl
index 83a8e2a4..9d2b2c3e 100644
--- a/contrib/sdb/tcl/lookup.tcl
+++ b/contrib/sdb/tcl/lookup.tcl
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
diff --git a/contrib/zone-edit.sh.in b/contrib/zone-edit.sh.in
index 10fdeec2..3a178918 100644
--- a/contrib/zone-edit.sh.in
+++ b/contrib/zone-edit.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above