2001-03-05 12:50:08 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2016-06-27 14:56:38 +10:00
|
|
|
# Copyright (C) 2001, 2004, 2007, 2011, 2012, 2014-2016 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/.
|
2001-03-05 12:50:08 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Clean up after cache cleaner tests.
|
|
|
|
#
|
|
|
|
|
|
|
|
rm -f dig.out.ns2
|
2014-02-20 14:56:20 +11:00
|
|
|
rm -f dig.out.expire
|
2018-02-21 12:33:02 +11:00
|
|
|
rm -f sed.out.*
|
2007-09-26 03:22:45 +00:00
|
|
|
rm -f */named.memstats
|
2015-12-16 11:29:18 +11:00
|
|
|
rm -f */named.run
|
2018-02-20 15:43:27 -08:00
|
|
|
rm -f */named.conf
|
2018-02-20 13:59:27 +01:00
|
|
|
rm -f ns2/named_dump.db.*
|
2014-12-18 11:58:50 +05:30
|
|
|
rm -f ns*/named.lock
|