1#!/bin/sh
2#
3# Copyright (C) 2004, 2007-2015  Internet Systems Consortium, Inc. ("ISC")
4# Copyright (C) 2000-2002  Internet Software Consortium.
5#
6# Permission to use, copy, modify, and/or distribute this software for any
7# purpose with or without fee is hereby granted, provided that the above
8# copyright notice and this permission notice appear in all copies.
9#
10# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16# PERFORMANCE OF THIS SOFTWARE.
17
18rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
19rm -f */trusted.conf */managed.conf */revoked.conf
20rm -f */tmp* */*.jnl */*.bk */*.jbk
21rm -f ns1/root.db ns2/example.db ns3/secure.example.db
22rm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
23rm -f ns3/dynamic.example.db ns3/dynamic.example.db.signed.jnl
24rm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
25rm -f ns3/split-dnssec.example.db
26rm -f ns3/expiring.example.db ns3/nosign.example.db
27rm -f ns2/private.secure.example.db
28rm -f ns2/badparam.db ns2/badparam.db.bad
29rm -f ns2/single-nsec3.db
30rm -f ns2/nsec3chain-test.db
31rm -f ns2/in-addr.arpa.db
32rm -f */example.bk
33rm -f dig.out.*
34rm -f rndc.out.*
35rm -f delv.out*
36rm -f ns2/dlv.db
37rm -f ns3/multiple.example.db ns3/nsec3-unknown.example.db ns3/nsec3.example.db
38rm -f ns3/optout-unknown.example.db ns3/optout.example.db
39rm -f ns3/expired.example.db ns3/update-nsec3.example.db
40rm -f ns7/multiple.example.bk ns7/nsec3.example.bk ns7/optout.example.bk
41rm -f */named.memstats
42rm -f */named.run
43rm -f ns3/nsec3.nsec3.example.db
44rm -f ns3/nsec3.optout.example.db
45rm -f ns3/optout.nsec3.example.db
46rm -f ns3/optout.optout.example.db
47rm -f ns3/secure.nsec3.example.db
48rm -f ns3/secure.optout.example.db
49rm -f */named.secroots
50rm -f ns1/managed.key.id
51rm -f signer/*.db
52rm -f signer/signer.out.*
53rm -f ns2/algroll.db
54rm -f ns3/kskonly.example.db
55rm -f ns4/named.conf ns5/named.conf
56rm -f ns4/managed-keys.bind*
57rm -f ns3/auto-nsec.example.db ns3/auto-nsec3.example.db
58rm -f ns3/secure.below-cname.example.db
59rm -f ns3/publish-inactive.example.db
60rm -f signer/example.db.after signer/example.db.before
61rm -f signer/example.db.changed
62rm -f signer/nsec3param.out
63rm -f ns3/ttlpatch.example.db ns3/ttlpatch.example.db.signed
64rm -f ns3/ttlpatch.example.db.patched
65rm -f ns3/split-smart.example.db
66rm -f ns3/siginterval.example.db
67rm -f ns3/inline.example.db.signed
68rm -f ns3/lower.example.db ns3/upper.example.db ns3/upper.example.db.lower
69rm -f ns6/optout-tld.db
70rm -f nosign.before
71rm -f signing.out*
72rm -f canonical?.*
73rm -f ns3/siginterval.conf
74rm -f ns4/named_dump.db
75rm -f ns7/split-rrsig.db ns7/split-rrsig.db.unsplit
76rm -f Kexample.*
77rm -f keygen.err
78rm -f ns3/future.example.db ns3/trusted-future.key
79rm -f ns3/dnskey-nsec3-unknown.example.db
80rm -f ns3/dnskey-nsec3-unknown.example.db.tmp
81rm -f ns3/dnskey-unknown.example.db
82rm -f ns3/dnskey-unknown.example.db.tmp
83rm -f named.secroots.test*
84