2008-01-10 01:10:01 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2017-11-30 14:51:50 -08:00
|
|
|
# Copyright (C) 2008, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-29 11:39:47 +10: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/.
|
2008-01-10 01:10:01 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Clean up after zone transfer tests.
|
|
|
|
#
|
|
|
|
|
2014-08-06 17:40:14 -07:00
|
|
|
rm -f dig.out.*
|
2018-02-20 15:43:27 -08:00
|
|
|
rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl
|
|
|
|
rm -f */named.conf
|
2008-01-10 01:10:01 +00:00
|
|
|
rm -f */named.memstats
|
2015-12-16 11:29:18 +11:00
|
|
|
rm -f */named.run
|
2014-12-18 11:58:50 +05:30
|
|
|
rm -f ns*/named.lock
|
2017-11-30 12:37:08 -08:00
|
|
|
rm -f ns*/_default.nzf
|
|
|
|
rm -f ns*/_default.nzd*
|