clean.sh revision ecfedec0e0b7ae3dc3cbbf9b59f63732146c1387
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# Copyright (C) 2000, 2001 Internet Software Consortium.
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews#
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# Permission to use, copy, modify, and/or distribute this software for any
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# purpose with or without fee is hereby granted, provided that the above
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# copyright notice and this permission notice appear in all copies.
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews#
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# PERFORMANCE OF THIS SOFTWARE.
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# $Id: clean.sh,v 1.6 2007/09/26 03:22:43 marka Exp $
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews#
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# Clean up after forward tests.
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews#
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrewsrm -f dig.out.*
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrewsrm -f */named.memstats
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrewsrm -f */named.run
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrewsrm -f ns*/named.lock
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews