2001-03-05 12:50:08 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2014-02-20 23:46:35 +00:00
|
|
|
# Copyright (C) 2004, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-29 11:39:47 +10:00
|
|
|
# Copyright (C) 2001 Internet Software Consortium.
|
|
|
|
#
|
|
|
|
# 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.
|
2001-03-05 12:50:08 +00:00
|
|
|
|
2011-08-03 23:47:48 +00:00
|
|
|
# $Id: clean.sh,v 1.8 2011/08/03 23:47:48 tbox Exp $
|
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
|
2007-09-26 03:22:45 +00:00
|
|
|
rm -f */named.memstats
|
2011-08-03 05:37:59 +00:00
|
|
|
rm -f ns2/named_dump.db
|