2014-09-04 02:28:14 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
2018-02-23 03:53:12 -05:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2014-09-04 02:28:14 -04: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.
|
2014-09-04 02:28:14 -04:00
|
|
|
|
2018-12-06 05:09:25 -05:00
|
|
|
set -e
|
|
|
|
|
|
2018-11-21 06:09:29 -05:00
|
|
|
rm -f ./*/K*.key ./*/K*.private ./*/*.signed ./*/*.db ./*/dsset-*
|
|
|
|
|
rm -f ./*/managed.conf ./*/trusted.conf
|
|
|
|
|
rm -f ./*/named.memstats
|
|
|
|
|
rm -f ./*/named.conf
|
|
|
|
|
rm -f ./*/named.run ./*/named.run.prev
|
|
|
|
|
rm -f ./dig.*
|
2019-08-08 08:27:55 -04:00
|
|
|
rm -f ./rndc.*
|
2018-11-21 06:09:29 -05:00
|
|
|
rm -f ./sfcache.*
|
2019-08-08 08:27:55 -04:00
|
|
|
rm -f ./ns*/managed-keys.bind*
|
2018-11-21 06:09:29 -05:00
|
|
|
rm -f ./ns*/named.lock
|
|
|
|
|
rm -f ./ns5/named.run.part*
|
2019-08-08 08:27:55 -04:00
|
|
|
rm -f ./ns5/named_dump*
|