mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 14:18:48 -04:00
- update Kyuafiles to match Atffiles - copyrights - CHANGES note (cherry picked from commit86e00cbb71) (cherry picked from commit80834b5b90)
13 lines
403 B
Bash
13 lines
403 B
Bash
#!/bin/sh
|
|
#
|
|
# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# 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/.
|
|
|
|
SYSTEMTESTTOP=..
|
|
. $SYSTEMTESTTOP/conf.sh
|
|
|
|
$SHELL clean.sh
|
|
copy_setports ns1/named1.conf.in ns1/named.conf
|