- Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control

in testbound scripts.


git-svn-id: file:///svn/unbound/trunk@3104 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-04-08 07:13:49 +00:00
parent a8c4de09ba
commit c7d1e6ccf9
2 changed files with 5 additions and 0 deletions

View 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 7 April 2014: Wouter
- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
hints (patch from Anand Buddhdev). hints (patch from Anand Buddhdev).

View file

@ -193,6 +193,7 @@ setup_config(FILE* in, int* lineno, int* pass_argc, char* pass_argv[])
fprintf(cfg, " username: \"\"\n"); fprintf(cfg, " username: \"\"\n");
fprintf(cfg, " pidfile: \"\"\n"); fprintf(cfg, " pidfile: \"\"\n");
fprintf(cfg, " val-log-level: 2\n"); fprintf(cfg, " val-log-level: 2\n");
fprintf(cfg, "remote-control: control-enable: no\n");
while(fgets(line, MAX_LINE_LEN-1, in)) { while(fgets(line, MAX_LINE_LEN-1, in)) {
parse = line; parse = line;
(*lineno)++; (*lineno)++;