2008-07-17 01:15:34 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2013-04-03 23:46:07 +00:00
|
|
|
# Copyright (C) 2008-2013 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
|
|
|
|
2012-02-22 00:37:54 +00:00
|
|
|
# $Id: clean.sh,v 1.11 2012/02/22 00:37:54 each Exp $
|
2008-07-17 01:15:34 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Clean up after resolver tests.
|
|
|
|
#
|
|
|
|
rm -f */named.memstats
|
2010-12-18 02:12:44 +00:00
|
|
|
rm -f dig.out 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
|
2011-03-13 02:49:28 +00:00
|
|
|
rm -f ns7/server.db ns7/server.db.jnl
|
2010-12-18 02:12:44 +00:00
|
|
|
rm -f random.data
|
2013-04-03 17:27:40 +11:00
|
|
|
rm -f sample.out
|