1574. [bug] Don't attempt to open the controls socket(s) when

running tests. [RT #9091]
This commit is contained in:
Mark Andrews
2004-03-02 02:01:41 +00:00
parent d970376259
commit 821644d49b
61 changed files with 183 additions and 63 deletions

View File

@@ -15,13 +15,15 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.6 2001/01/09 21:45:23 bwelling Exp $ */
/* $Id: named.conf,v 1.7 2004/03/02 02:01:34 marka Exp $ */
key "update.example." {
algorithm "hmac-md5";
secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};
controls { /* empty */ };
options {
query-source address 10.53.0.1;
notify-source 10.53.0.1;

View File

@@ -15,7 +15,9 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.5 2001/01/09 21:45:25 bwelling Exp $ */
/* $Id: named.conf,v 1.6 2004/03/02 02:01:34 marka Exp $ */
controls { /* empty */ };
options {
query-source address 10.53.0.2;

View File

@@ -15,7 +15,9 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.5 2001/01/09 21:45:26 bwelling Exp $ */
/* $Id: named.conf,v 1.6 2004/03/02 02:01:35 marka Exp $ */
controls { /* empty */ };
options {
query-source address 10.53.0.3;