]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop ns2/named-alt1.conf.in and ns2/named-alt2.conf.in
authorMatthijs Mekking <matthijs@isc.org>
Wed, 22 Nov 2023 07:35:27 +0000 (08:35 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 28 Nov 2023 16:03:08 +0000 (17:03 +0100)
These files were not being used in the system test.

bin/tests/system/runtime/ns2/named-alt1.conf.in [deleted file]
bin/tests/system/runtime/ns2/named-alt2.conf.in [deleted file]
bin/tests/system/runtime/setup.sh

diff --git a/bin/tests/system/runtime/ns2/named-alt1.conf.in b/bin/tests/system/runtime/ns2/named-alt1.conf.in
deleted file mode 100644 (file)
index 4efb3d7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
-// NS2
-
-options {
-       query-source address 10.53.0.2;
-       port @PORT@;
-       pid-file "named.pid";
-       listen-on { 10.53.0.2; };
-       listen-on-v6 { fd92:7065:b8e:ffff::2; };
-       recursion no;
-       notify yes;
-       dnssec-validation no;
-};
diff --git a/bin/tests/system/runtime/ns2/named-alt2.conf.in b/bin/tests/system/runtime/ns2/named-alt2.conf.in
deleted file mode 100644 (file)
index ab374f8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
-// NS2
-
-options {
-       query-source address 10.53.0.2;
-       port @PORT@;
-       pid-file "named.pid";
-       listen-on { 10.53.0.2; 10.53.0.3; };
-       listen-on-v6 { fd92:7065:b8e:ffff::2; };
-       recursion no;
-       notify yes;
-       dnssec-validation no;
-};
index 8f5c0591bf5eeb9057985b7798ab4de4dc7a1aaf..ce9c789cca0a5c6b4099da57d1f20878629ae9bd 100644 (file)
@@ -17,8 +17,6 @@ $SHELL clean.sh
 
 copy_setports ns2/named1.conf.in ns2/named.conf
 
-copy_setports ns2/named-alt1.conf.in ns2/named-alt1.conf
-copy_setports ns2/named-alt2.conf.in ns2/named-alt2.conf
 copy_setports ns2/named-alt4.conf.in ns2/named-alt4.conf
 copy_setports ns2/named-alt5.conf.in ns2/named-alt5.conf
 copy_setports ns2/named-alt6.conf.in ns2/named-alt6.conf