2008-07-17 01:15:34 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2014-01-12 23:46:23 +00:00
|
|
|
# Copyright (C) 2008-2014 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-29 11:39:47 +10:00
|
|
|
#
|
|
|
|
# Permission to use, copy, modify, and/or distribute this software for any
|
|
|
|
# purpose with or without fee is hereby granted, provided that the above
|
|
|
|
# copyright notice and this permission notice appear in all copies.
|
|
|
|
#
|
|
|
|
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
|
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
|
|
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
|
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
|
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
# PERFORMANCE OF THIS SOFTWARE.
|
2008-07-17 01:15:34 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Clean up after resolver tests.
|
|
|
|
#
|
|
|
|
rm -f */named.memstats
|
2014-01-12 21:29:15 +11:00
|
|
|
rm -f */*.jdb
|
|
|
|
rm -f dig.out dig.out.*
|
|
|
|
rm -f dig.*.out.*
|
2011-03-13 02:49:28 +00:00
|
|
|
rm -f dig.*.foo.*
|
|
|
|
rm -f dig.*.bar.*
|
2012-02-09 20:54:46 +00:00
|
|
|
rm -f dig.*.prime.*
|
|
|
|
rm -f ns4/tld.db
|
2010-11-16 06:46:44 +00:00
|
|
|
rm -f ns6/K*
|
|
|
|
rm -f ns6/example.net.db.signed ns6/example.net.db
|
2010-12-18 02:12:44 +00:00
|
|
|
rm -f ns6/dsset-example.net. ns6/example.net.db.signed.jnl
|
2012-02-22 00:37:54 +00:00
|
|
|
rm -f ns6/to-be-removed.tld.db ns6/to-be-removed.tld.db.jnl
|
2013-12-12 22:38:11 -08:00
|
|
|
rm -f ns7/server.db ns7/server.db.jnl ns7/named.conf
|
2013-04-10 13:49:57 -07:00
|
|
|
rm -f resolve.out
|
2014-07-08 02:00:28 +10:00
|
|
|
rm -f .digrc
|