clean.sh revision 2f09e7c3fc25c0e5028593a24531d636845c3e42
660a209ee4febf8cd6df7c317b363391e65809f4Automatic Updater#!/bin/sh
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright (C) 2004, 2007-2011 Internet Systems Consortium, Inc. ("ISC")
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Copyright (C) 2000-2002 Internet Software Consortium.
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence#
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence# Permission to use, copy, modify, and/or distribute this software for any
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# purpose with or without fee is hereby granted, provided that the above
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# copyright notice and this permission notice appear in all copies.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence# PERFORMANCE OF THIS SOFTWARE.
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence# $Id: clean.sh,v 1.36 2011/02/24 03:04:43 marka Exp $
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrencerm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
101a7960b7989a18d873f3302b3b2415aeafb108Mark Andrewsrm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk
ea31416b4fcdf23732355a8002f93f29e3b3d2dbAndreas Gustafssonrm -f ns1/root.db ns2/example.db ns3/secure.example.db
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrencerm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns3/dynamic.example.db ns3/dynamic.example.db.signed.jnl
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns2/private.secure.example.db
be801b0fdbcf9b55b3a8cc6bf042ff6c86be6b11Mark Andrewsrm -f ns2/badparam.db ns2/badparam.db.bad
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns2/single-nsec3.db
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f */example.bk
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f dig.out.*
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f random.data
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns2/dlv.db
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns3/multiple.example.db ns3/nsec3-unknown.example.db ns3/nsec3.example.db
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrewsrm -f ns3/optout-unknown.example.db ns3/optout.example.db
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns3/expired.example.db ns3/update-nsec3.example.db
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns7/multiple.example.bk ns7/nsec3.example.bk ns7/optout.example.bk
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f */named.memstats
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns3/nsec3.nsec3.example.db
3d776d762914d1b675b4fd49728ce353ccf6f77eBrian Wellingtonrm -f ns3/nsec3.optout.example.db
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns3/optout.nsec3.example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns3/optout.optout.example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns3/secure.nsec3.example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns3/secure.optout.example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f */named.secroots
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns1/managed.key.id
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f signer/example.db
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns2/algroll.db
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrencerm -f ns3/kskonly.example.db
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrencerm -f ns4/named.conf
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrencerm -f ns3/auto-nsec.example.db ns3/auto-nsec3.example.db
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrencerm -f ns3/secure.below-cname.example.db
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrencerm -f signer/example.db.after signer/example.db.before
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafssonrm -f signer/example.db.changed
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson