2015-03-02 19:27:54 -08:00
|
|
|
#!/bin/sh -e
|
2021-06-03 08:37:05 +02:00
|
|
|
|
2018-02-22 15:10:37 -08:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2015-03-02 19:27:54 -08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
2021-06-03 08:37:05 +02:00
|
|
|
#
|
2015-03-02 19:27:54 -08:00
|
|
|
# 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/.
|
2018-02-23 09:53:12 +01:00
|
|
|
#
|
2015-03-02 19:27:54 -08:00
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
# information regarding copyright ownership.
|
|
|
|
|
2020-07-21 12:12:59 +02:00
|
|
|
. ../conf.sh
|
2015-03-02 19:27:54 -08:00
|
|
|
|
2023-06-07 16:00:00 +02:00
|
|
|
$SHELL clean.sh
|
2017-10-10 18:28:34 -07:00
|
|
|
|
2018-02-20 15:43:27 -08:00
|
|
|
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-alt3.conf.in ns2/named-alt3.conf
|
2019-11-16 13:15:56 +08:00
|
|
|
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
|
2019-11-29 08:47:33 +01:00
|
|
|
copy_setports ns2/named-alt7.conf.in ns2/named-alt7.conf
|
2017-10-10 18:28:34 -07:00
|
|
|
|
|
|
|
mkdir ns2/nope
|
2021-10-15 00:05:36 -07:00
|
|
|
chmod 555 ns2/nope
|