2014-10-02 22:36:50 -07:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2018-02-23 09:53:12 +01:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2014-10-02 22:36:50 -07:00
|
|
|
#
|
2016-06-27 14:56:38 +10: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 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
|
|
|
|
|
2018-10-25 16:04:12 +02:00
|
|
|
rm -f ./*/named.memstats
|
|
|
|
rm -f ./*/named.run
|
|
|
|
rm -f ./*/named.conf
|
|
|
|
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.*
|
|
|
|
rm -f ./ns*/named.lock
|
|
|
|
rm -f ./ns*/managed-keys.bind*
|
|
|
|
rm -f ./ns2/example.db ./ns2/K* ./ns2/keyid ./ns2/keydata
|
2020-03-04 08:54:03 -08:00
|
|
|
rm -f ./*/anchor.*
|