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,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.17 2004/02/17 03:40:20 marka Exp $ */
/* $Id: named.conf,v 1.18 2004/03/02 02:01:18 marka Exp $ */
// NS1
controls { /* empty */ };
options {
query-source address 10.53.0.1;
notify-source 10.53.0.1;

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.20 2004/02/17 03:40:21 marka Exp $ */
/* $Id: named.conf,v 1.21 2004/03/02 02:01:18 marka Exp $ */
// NS2
controls { /* empty */ };
options {
query-source address 10.53.0.2;
notify-source 10.53.0.2;

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.22 2004/02/17 03:40:21 marka Exp $ */
/* $Id: named.conf,v 1.23 2004/03/02 02:01:19 marka Exp $ */
// NS3
controls { /* empty */ };
options {
query-source address 10.53.0.3;
notify-source 10.53.0.3;

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.19 2004/02/17 03:40:21 marka Exp $ */
/* $Id: named.conf,v 1.20 2004/03/02 02:01:19 marka Exp $ */
// NS4
controls { /* empty */ };
options {
query-source address 10.53.0.4;
notify-source 10.53.0.4;

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.17 2004/02/17 03:40:21 marka Exp $ */
/* $Id: named.conf,v 1.18 2004/03/02 02:01:20 marka Exp $ */
// NS5
controls { /* empty */ };
options {
query-source address 10.53.0.5;
notify-source 10.53.0.5;

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.3 2004/02/17 03:40:22 marka Exp $ */
/* $Id: named.conf,v 1.4 2004/03/02 02:01:20 marka Exp $ */
// NS6
controls { /* empty */ };
options {
query-source address 10.53.0.6;
notify-source 10.53.0.6;