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