2015-02-05 20:18:15 -05:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
#
|
2018-02-23 03:53:12 -05:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2015-02-05 20:18:15 -05:00
|
|
|
#
|
2016-06-27 00:56:38 -04: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 http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
#
|
|
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
# information regarding copyright ownership.
|
2015-02-05 20:18:15 -05:00
|
|
|
|
|
|
|
|
SYSTEMTESTTOP=..
|
|
|
|
|
. $SYSTEMTESTTOP/conf.sh
|
|
|
|
|
|
|
|
|
|
$SHELL clean.sh
|
|
|
|
|
|
2018-02-20 18:43:27 -05:00
|
|
|
copy_setports ns1/named1.conf.in ns1/named.conf
|
|
|
|
|
copy_setports ns2/named.conf.in ns2/named.conf
|
|
|
|
|
copy_setports ns3/named.conf.in ns3/named.conf
|
|
|
|
|
copy_setports ns4/named.conf.in ns4/named.conf
|
|
|
|
|
copy_setports ns5/named.conf.in ns5/named.conf
|
2019-01-14 00:40:00 -05:00
|
|
|
copy_setports ns6/named.conf.in ns6/named.conf
|
2018-12-19 12:45:43 -05:00
|
|
|
copy_setports ns7/named.conf.in ns7/named.conf
|
2018-02-20 18:43:27 -05:00
|
|
|
|
2017-10-27 18:45:18 -04:00
|
|
|
cp ns5/named1.args ns5/named.args
|
2015-02-05 20:18:15 -05:00
|
|
|
|
2017-10-27 18:45:18 -04:00
|
|
|
( cd ns1 && $SHELL sign.sh )
|
2018-12-19 12:45:43 -05:00
|
|
|
( cd ns6 && $SHELL setup.sh )
|
2017-10-27 18:45:18 -04:00
|
|
|
|
|
|
|
|
cp ns2/managed.conf ns2/managed1.conf
|
|
|
|
|
|
|
|
|
|
cd ns4
|
|
|
|
|
mkdir nope
|
|
|
|
|
touch nope/managed-keys.bind
|
|
|
|
|
touch nope/managed.keys.bind.jnl
|
|
|
|
|
chmod 444 nope/*
|