From ee6fe1d1975604af266af6c370fc6193dae80fdd Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 13 Jun 2000 21:49:56 +0000 Subject: [PATCH] Remove port option from query-sources --- bin/tests/system/dnssec/ns1/named.conf | 2 +- bin/tests/system/dnssec/ns2/named.conf | 2 +- bin/tests/system/dnssec/ns3/named.conf | 2 +- bin/tests/system/dnssec/ns4/named.conf | 2 +- bin/tests/system/dnssec/ns5/named.conf | 2 +- bin/tests/system/notify/ns1/named.conf | 2 +- bin/tests/system/notify/ns2/named.conf | 2 +- bin/tests/system/notify/ns3/named.conf | 2 +- bin/tests/system/views/ns1/named.conf | 2 +- bin/tests/system/views/ns2/named1.conf | 2 +- bin/tests/system/views/ns2/named2.conf | 2 +- bin/tests/system/views/ns3/named1.conf | 2 +- bin/tests/system/views/ns3/named2.conf | 2 +- bin/tests/system/xfer/ns1/named.conf | 2 +- bin/tests/system/xfer/ns2/named.conf | 2 +- bin/tests/system/xfer/ns3/named.conf | 2 +- bin/tests/system/xferquota/ns1/named.conf | 2 +- bin/tests/system/xferquota/ns2/named.conf | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/tests/system/dnssec/ns1/named.conf b/bin/tests/system/dnssec/ns1/named.conf index 405ba7704a..8f8ceb2f69 100644 --- a/bin/tests/system/dnssec/ns1/named.conf +++ b/bin/tests/system/dnssec/ns1/named.conf @@ -1,7 +1,7 @@ // NS1 options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.1; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf index de02bc47f0..f4844f0194 100644 --- a/bin/tests/system/dnssec/ns2/named.conf +++ b/bin/tests/system/dnssec/ns2/named.conf @@ -1,7 +1,7 @@ // NS2 options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; }; diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index bd122da188..205a294a5c 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -1,7 +1,7 @@ // NS3 options { - query-source address 10.53.0.3 port 5300; + query-source address 10.53.0.3; port 5300; pid-file "named.pid"; listen-on { 10.53.0.3; }; diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index 2de429f680..3f0706bd2b 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -1,7 +1,7 @@ // NS4 options { - query-source address 10.53.0.4 port 5300; + query-source address 10.53.0.4; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/dnssec/ns5/named.conf b/bin/tests/system/dnssec/ns5/named.conf index 85b1173722..25af50928c 100644 --- a/bin/tests/system/dnssec/ns5/named.conf +++ b/bin/tests/system/dnssec/ns5/named.conf @@ -1,7 +1,7 @@ // NS5 options { - query-source address 10.53.0.5 port 5300; + query-source address 10.53.0.5; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/notify/ns1/named.conf b/bin/tests/system/notify/ns1/named.conf index eb173c77b0..fc040d5fc6 100644 --- a/bin/tests/system/notify/ns1/named.conf +++ b/bin/tests/system/notify/ns1/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.1; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index f70c64f014..cb35ea3f2f 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; }; diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index 454317a9a3..2e2bbf5cd0 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.3 port 5300; + query-source address 10.53.0.3; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/views/ns1/named.conf b/bin/tests/system/views/ns1/named.conf index eb173c77b0..fc040d5fc6 100644 --- a/bin/tests/system/views/ns1/named.conf +++ b/bin/tests/system/views/ns1/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.1; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/views/ns2/named1.conf b/bin/tests/system/views/ns2/named1.conf index f70c64f014..cb35ea3f2f 100644 --- a/bin/tests/system/views/ns2/named1.conf +++ b/bin/tests/system/views/ns2/named1.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; }; diff --git a/bin/tests/system/views/ns2/named2.conf b/bin/tests/system/views/ns2/named2.conf index 071d787a00..640b19b0fb 100644 --- a/bin/tests/system/views/ns2/named2.conf +++ b/bin/tests/system/views/ns2/named2.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; diff --git a/bin/tests/system/views/ns3/named1.conf b/bin/tests/system/views/ns3/named1.conf index 44ce2e59d9..ab326977a7 100644 --- a/bin/tests/system/views/ns3/named1.conf +++ b/bin/tests/system/views/ns3/named1.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.3 port 5300; + query-source address 10.53.0.3; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/views/ns3/named2.conf b/bin/tests/system/views/ns3/named2.conf index 94a44200f2..e309a85737 100644 --- a/bin/tests/system/views/ns3/named2.conf +++ b/bin/tests/system/views/ns3/named2.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.3 port 5300; + query-source address 10.53.0.3; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/xfer/ns1/named.conf b/bin/tests/system/xfer/ns1/named.conf index eb173c77b0..fc040d5fc6 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.1; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index bc111c41d0..b11f73fa41 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; }; diff --git a/bin/tests/system/xfer/ns3/named.conf b/bin/tests/system/xfer/ns3/named.conf index 5227f561dd..fafba6de69 100644 --- a/bin/tests/system/xfer/ns3/named.conf +++ b/bin/tests/system/xfer/ns3/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.3 port 5300; + query-source address 10.53.0.3; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index 13551ce5a6..a251363e3b 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.1; port 5300; directory "."; pid-file "named.pid"; diff --git a/bin/tests/system/xferquota/ns2/named.conf b/bin/tests/system/xferquota/ns2/named.conf index f8e0f07170..786f45cc11 100644 --- a/bin/tests/system/xferquota/ns2/named.conf +++ b/bin/tests/system/xferquota/ns2/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.2 port 5300; + query-source address 10.53.0.2; port 5300; pid-file "named.pid"; listen-on { 10.53.0.2; };