clean.sh revision dafcb997e390efa4423883dafd100c975c4095d6
e44e0ff3850931e7a79e4c86363f52990536f7bfDavid Lawrence#!/bin/sh
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
e44e0ff3850931e7a79e4c86363f52990536f7bfDavid Lawrence# copyright notice and this permission notice appear in all copies.
e44e0ff3850931e7a79e4c86363f52990536f7bfDavid Lawrence#
a687db7ce86c97d884b7ee1a68f59fcddf4d1c2aAutomatic Updater# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellington# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellington# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
f333ea9bdd3f85b74ae790e6c8ce2684295b3483Andreas Gustafsson# PERFORMANCE OF THIS SOFTWARE.
4f37905cc38162128a507e619e38ae535720686bAndreas Gustafsson
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellington# $Id: clean.sh,v 1.3 2004/03/05 04:59:26 marka Exp $
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellington
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellingtonrm -f dig.out.ns?.test*
5a77e9620a0b2f7417469c98be374de49d0eccc6Andreas Gustafssonrm -f nsupdate.out.test*
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellingtonrm -f ns1/*.example.db
cc1eee4f5188a8174f10ab86da273fee50aa481aBrian Wellingtonrm -f ns1/*.update.db
50105afc551903541608b11851d73278b23579a3Mark Andrewsrm -f ns1/*.update.db.jnl
cfe92110ce4eaf19f7f3255d2961710879bdc9ddMark Andrews