2005-06-19 21:05:33 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# Copyright (C) 2005, 2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -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/.
|
2005-06-19 21:05:33 -04:00
|
|
|
|
|
|
|
|
rm -f named-compilezone
|
2011-12-08 11:07:22 -05:00
|
|
|
rm -f ns1/example.db.raw*
|
|
|
|
|
rm -f ns1/example.db.compat
|
2011-12-22 02:32:41 -05:00
|
|
|
rm -f ns1/example.db.serial.raw
|
2012-02-13 18:46:24 -05:00
|
|
|
rm -f ns1/large.db ns1/large.db.raw
|
2013-06-14 13:16:10 -04:00
|
|
|
rm -f ns1/example.db.map ns1/signed.db.map
|
2013-06-15 04:38:27 -04:00
|
|
|
rm -f ns1/session.key
|
2005-06-19 21:05:33 -04:00
|
|
|
rm -f dig.out.*
|
2012-02-13 18:46:24 -05:00
|
|
|
rm -f dig.out
|
2007-09-25 23:22:45 -04:00
|
|
|
rm -f */named.memstats
|
2015-12-15 19:29:18 -05:00
|
|
|
rm -f */named.run
|
2012-02-13 18:46:24 -05:00
|
|
|
rm -f ns2/example.db
|
2011-10-26 11:23:37 -04:00
|
|
|
rm -f ns2/transfer.db.*
|
|
|
|
|
rm -f ns2/formerly-text.db
|
2011-10-30 18:55:12 -04:00
|
|
|
rm -f ns2/db-*
|
2012-02-13 18:46:24 -05:00
|
|
|
rm -f ns2/large.bk
|
2013-01-24 17:20:48 -05:00
|
|
|
rm -f ns3/example.db.map ns3/dynamic.db.map
|
2013-05-02 01:20:02 -04:00
|
|
|
rm -f baseline.txt text.1 text.2 raw.1 raw.2 map.1 map.2 map.5 text.5 badmap
|
2013-06-14 13:16:10 -04:00
|
|
|
rm -f ns1/Ksigned.* ns1/dsset-signed. ns1/signed.db.signed
|
|
|
|
|
rm -f rndc.out
|
2014-12-18 01:28:50 -05:00
|
|
|
rm -f ns*/named.lock
|