~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to bin/tests/system/resolver/ns6/named.conf

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
3
3
 *
4
4
 * Permission to use, copy, modify, and/or distribute this software for any
5
5
 * purpose with or without fee is hereby granted, provided that the above
14
14
 * PERFORMANCE OF THIS SOFTWARE.
15
15
 */
16
16
 
17
 
/* $Id: named.conf,v 1.2 2010-11-16 06:46:44 marka Exp $ */
 
17
/* $Id$ */
18
18
 
19
19
// NS4
20
20
 
42
42
        file "example.net.db.signed";
43
43
        allow-update { any; };
44
44
};
 
45
 
 
46
zone "to-be-removed.tld" {
 
47
        type master;
 
48
        file "to-be-removed.tld.db";
 
49
        allow-update { any; };
 
50
};