From: Matthijs Mekking Date: Wed, 22 Nov 2023 07:35:27 +0000 (+0100) Subject: Drop ns2/named-alt1.conf.in and ns2/named-alt2.conf.in X-Git-Tag: v9.19.19~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3119164e2996297e2ec1f2c2de0451b14881b17a;p=thirdparty%2Fbind9.git Drop ns2/named-alt1.conf.in and ns2/named-alt2.conf.in These files were not being used in the system test. --- 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 index 4efb3d76eb3..00000000000 --- a/bin/tests/system/runtime/ns2/named-alt1.conf.in +++ /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 index ab374f801bd..00000000000 --- a/bin/tests/system/runtime/ns2/named-alt2.conf.in +++ /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; -}; diff --git a/bin/tests/system/runtime/setup.sh b/bin/tests/system/runtime/setup.sh index 8f5c0591bf5..ce9c789cca0 100644 --- a/bin/tests/system/runtime/setup.sh +++ b/bin/tests/system/runtime/setup.sh @@ -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