]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Apr 2014 07:13:49 +0000 (07:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Apr 2014 07:13:49 +0000 (07:13 +0000)
  in testbound scripts.

git-svn-id: file:///svn/unbound/trunk@3104 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/testbound.c

index ccf2594914da211f29229ed656a6af70098e0cfe..ed66ecf54c328583df9bb7653f2bf39955c9808f 100644 (file)
@@ -1,3 +1,7 @@
+8 April 2014: Wouter
+       - Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
+         in testbound scripts.
+
 7 April 2014: Wouter
        - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
          hints (patch from Anand Buddhdev).
index c5e2d4d61fd4e686097d60adc62dc65913ee19f1..b994b8f7eefd2a94f5fef9b7cc53c76fc162bd44 100644 (file)
@@ -193,6 +193,7 @@ setup_config(FILE* in, int* lineno, int* pass_argc, char* pass_argv[])
        fprintf(cfg, "          username: \"\"\n");
        fprintf(cfg, "          pidfile: \"\"\n");
        fprintf(cfg, "          val-log-level: 2\n");
+       fprintf(cfg, "remote-control:   control-enable: no\n");
        while(fgets(line, MAX_LINE_LEN-1, in)) {
                parse = line;
                (*lineno)++;