2014-10-02 22:36:50 -07:00
|
|
|
#!/bin/sh
|
2021-06-03 08:37:05 +02:00
|
|
|
|
2018-02-23 09:53:12 +01:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2014-10-02 22:36:50 -07:00
|
|
|
#
|
2021-06-03 08:37:05 +02:00
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
#
|
2016-06-27 14:56:38 +10:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
2021-06-03 08:37:05 +02:00
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
2020-09-14 16:20:40 -07:00
|
|
|
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
2018-02-23 09:53:12 +01:00
|
|
|
#
|
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
# information regarding copyright ownership.
|
2014-10-02 22:36:50 -07:00
|
|
|
|
2018-12-06 11:07:22 +01:00
|
|
|
set -e
|
|
|
|
|
2020-05-13 14:37:41 +10:00
|
|
|
rm -f ./*/anchor.*
|
|
|
|
rm -f ./*/named.conf
|
2018-10-25 16:04:12 +02:00
|
|
|
rm -f ./*/named.memstats
|
|
|
|
rm -f ./*/named.run
|
|
|
|
rm -f ./delv.out.test*
|
|
|
|
rm -f ./dig.out.*test*
|
|
|
|
rm -f ./dig.out.mm.*
|
|
|
|
rm -f ./dig.out.mn.*
|
|
|
|
rm -f ./dig.out.nm.*
|
|
|
|
rm -f ./dig.out.nn.*
|
2020-03-11 15:15:08 +11:00
|
|
|
rm -f ./host.out.test*
|
2018-10-25 16:04:12 +02:00
|
|
|
rm -f ./ns*/managed-keys.bind*
|
2020-05-13 14:37:41 +10:00
|
|
|
rm -f ./ns*/named.lock
|
2018-08-07 16:46:53 +02:00
|
|
|
rm -f ./ns2/dsset-example.
|
2020-05-13 14:37:41 +10:00
|
|
|
rm -f ./ns2/example.db ./ns2/K* ./ns2/keyid ./ns2/keydata
|
|
|
|
rm -f ./nslookup.out.test*
|
|
|
|
rm -f ./yamlget.out.*
|
2021-07-15 07:27:55 +10:00
|
|
|
rm -f ./nsupdate.out.test*
|