summaryrefslogtreecommitdiff
path: root/bin/tests/system/dnssec/ns2
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/dnssec/ns2')
-rw-r--r--bin/tests/system/dnssec/ns2/example.db.in4
-rw-r--r--bin/tests/system/dnssec/ns2/insecure.secure.example.db4
-rw-r--r--bin/tests/system/dnssec/ns2/named.conf4
-rw-r--r--bin/tests/system/dnssec/ns2/private.secure.example.db.in4
-rw-r--r--bin/tests/system/dnssec/ns2/root.hint4
-rwxr-xr-xbin/tests/system/dnssec/ns2/sign.sh4
6 files changed, 12 insertions, 12 deletions
diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in
index 2c347925..d1f9dd56 100644
--- a/bin/tests/system/dnssec/ns2/example.db.in
+++ b/bin/tests/system/dnssec/ns2/example.db.in
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 Internet Software Consortium.
+; Copyright (C) 2000, 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-; $Id: example.db.in,v 1.6 2000/08/01 01:14:38 tale Exp $
+; $Id: example.db.in,v 1.6.4.1 2001/01/09 22:35:10 bwelling Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db
index bc42ce31..17dd2f24 100644
--- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db
+++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 Internet Software Consortium.
+; Copyright (C) 2000, 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-; $Id: insecure.secure.example.db,v 1.5 2000/08/01 01:14:39 tale Exp $
+; $Id: insecure.secure.example.db,v 1.5.4.1 2001/01/09 22:35:11 bwelling Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf
index 9d76d3e1..f31a8439 100644
--- a/bin/tests/system/dnssec/ns2/named.conf
+++ b/bin/tests/system/dnssec/ns2/named.conf
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named.conf,v 1.15 2000/11/28 19:06:14 gson Exp $ */
+/* $Id: named.conf,v 1.15.4.1 2001/01/09 22:35:12 bwelling Exp $ */
// NS2
diff --git a/bin/tests/system/dnssec/ns2/private.secure.example.db.in b/bin/tests/system/dnssec/ns2/private.secure.example.db.in
index bb2119a7..ffad95d7 100644
--- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in
+++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 Internet Software Consortium.
+; Copyright (C) 2000, 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-; $Id: private.secure.example.db.in,v 1.5 2000/08/01 01:14:41 tale Exp $
+; $Id: private.secure.example.db.in,v 1.5.4.1 2001/01/09 22:35:14 bwelling Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns2/root.hint b/bin/tests/system/dnssec/ns2/root.hint
index d4d6b3ff..7b6cffd7 100644
--- a/bin/tests/system/dnssec/ns2/root.hint
+++ b/bin/tests/system/dnssec/ns2/root.hint
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 Internet Software Consortium.
+; Copyright (C) 2000, 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-; $Id: root.hint,v 1.5 2000/08/01 01:14:42 tale Exp $
+; $Id: root.hint,v 1.5.4.1 2001/01/09 22:35:16 bwelling Exp $
$TTL 999999
. IN NS a.root-servers.nil.
diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh
index c69577de..116e53e3 100755
--- a/bin/tests/system/dnssec/ns2/sign.sh
+++ b/bin/tests/system/dnssec/ns2/sign.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2000 Internet Software Consortium.
+# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: sign.sh,v 1.14 2000/11/22 20:37:48 bwelling Exp $
+# $Id: sign.sh,v 1.14.4.1 2001/01/09 22:35:17 bwelling Exp $
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh