diff options
Diffstat (limited to 'bin/tests/system/glue/ns1/named.conf')
-rw-r--r-- | bin/tests/system/glue/ns1/named.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/tests/system/glue/ns1/named.conf b/bin/tests/system/glue/ns1/named.conf index e5dc8cde..a880708f 100644 --- a/bin/tests/system/glue/ns1/named.conf +++ b/bin/tests/system/glue/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8.206.2 2004/03/06 10:22:06 marka Exp $ */ +/* $Id: named.conf,v 1.10.18.3 2005/08/25 00:05:44 marka Exp $ */ controls { /* empty */ }; @@ -30,6 +30,7 @@ options { recursion no; notify no; cache-file "cache"; + check-integrity no; }; zone "." { |