1#!/bin/sh
2#
3# Copyright (C) 2004, 2007-2012  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
18# Id
19
20rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
21rm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk
22rm -f ns1/root.db ns2/example.db ns3/secure.example.db
23rm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
24rm -f ns3/dynamic.example.db ns3/dynamic.example.db.signed.jnl
25rm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
26rm -f ns3/split-dnssec.example.db
27rm -f ns3/expiring.example.db ns3/nosign.example.db
28rm -f ns2/private.secure.example.db
29rm -f ns2/badparam.db ns2/badparam.db.bad
30rm -f ns2/single-nsec3.db
31rm -f ns2/nsec3chain-test.db
32rm -f */example.bk
33rm -f dig.out.*
34rm -f random.data
35rm -f ns2/dlv.db
36rm -f ns3/multiple.example.db ns3/nsec3-unknown.example.db ns3/nsec3.example.db
37rm -f ns3/optout-unknown.example.db ns3/optout.example.db
38rm -f ns3/expired.example.db ns3/update-nsec3.example.db
39rm -f ns7/multiple.example.bk ns7/nsec3.example.bk ns7/optout.example.bk
40rm -f */named.memstats
41rm -f ns3/nsec3.nsec3.example.db
42rm -f ns3/nsec3.optout.example.db
43rm -f ns3/optout.nsec3.example.db
44rm -f ns3/optout.optout.example.db
45rm -f ns3/secure.nsec3.example.db
46rm -f ns3/secure.optout.example.db
47rm -f */named.secroots
48rm -f ns1/managed.key.id
49rm -f signer/example.db
50rm -f signer/signer.out.*
51rm -f ns2/algroll.db
52rm -f ns3/kskonly.example.db
53rm -f ns4/named.conf
54rm -f ns4/managed-keys.bind*
55rm -f ns3/auto-nsec.example.db ns3/auto-nsec3.example.db
56rm -f ns3/secure.below-cname.example.db
57rm -f signer/example.db.after signer/example.db.before
58rm -f signer/example.db.changed
59rm -f signer/nsec3param.out
60rm -f ns3/ttlpatch.example.db ns3/ttlpatch.example.db.signed
61rm -f ns3/ttlpatch.example.db.patched
62rm -f ns3/split-smart.example.db
63rm -f ns3/inline.example.db.signed
64rm -f ns3/lower.example.db ns3/upper.example.db ns3/upper.example.db.lower
65rm -f nosign.before
66rm -f signing.out*
67
68