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

« back to all changes in this revision

Viewing changes to bin/tests/system/checkconf/dnssec.3

  • 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:
14
14
 * PERFORMANCE OF THIS SOFTWARE.
15
15
 */
16
16
 
17
 
/* $Id: dnssec.3,v 1.1.6.4 2011-05-08 07:09:28 marka Exp $ */
 
17
/* $Id: dnssec.3,v 1.1.6.5 2011/11/07 00:31:48 marka Exp $ */
18
18
 
19
19
options {
20
20
        dnssec-validation no;
29
29
        match-clients { none; };
30
30
        dnssec-enable yes;
31
31
};
 
32
 
 
33
view view3 {
 
34
        match-clients { none; };
 
35
        dnssec-lookaside auto;
 
36
};
 
37
 
 
38
view view4 {
 
39
        match-clients { none; };
 
40
        dnssec-lookaside no;
 
41
};
 
42
 
 
43
view view5 {
 
44
        match-clients { none; };
 
45
        auto-dnssec off;
 
46
};