clean.sh revision 1.1.1.7
1#!/bin/sh
2
3# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
4#
5# SPDX-License-Identifier: MPL-2.0
6#
7# This Source Code Form is subject to the terms of the Mozilla Public
8# License, v. 2.0.  If a copy of the MPL was not distributed with this
9# file, you can obtain one at https://mozilla.org/MPL/2.0/.
10#
11# See the COPYRIGHT file distributed with this work for additional
12# information regarding copyright ownership.
13
14rm -f */K* */dsset-* */*.signed */tmp* */*.jnl */*.bk
15rm -f */core
16rm -f */example.bk
17rm -f */named.conf
18rm -f */named.memstats
19rm -f */named.run*
20rm -f */trusted.conf */private.conf
21rm -f activate-now-publish-1day.key
22rm -f active.key inact.key del.key delzsk.key unpub.key standby.key rev.key
23rm -f delayksk.key delayzsk.key autoksk.key autozsk.key
24rm -f dig.out.*
25rm -f digcomp.out.test*
26rm -f digcomp.out.test*
27rm -f noksk-ksk.key nozsk-ksk.key nozsk-zsk.key inaczsk-zsk.key inaczsk-ksk.key
28rm -f nopriv.key vanishing.key del1.key del2.key
29rm -f ns*/managed-keys.bind*
30rm -f ns*/named.lock
31rm -f ns*/named.lock
32rm -f ns1/root.db
33rm -f ns2/example.db
34rm -f ns2/private.secure.example.db ns2/bar.db
35rm -f ns3/*.nzd ns3/*.nzd-lock ns3/*.nzf
36rm -f ns3/*.nzf
37rm -f ns3/autonsec3.example.db
38rm -f ns3/cdnskey-delete.example.db
39rm -f ns3/cds-delete.example.db
40rm -f ns3/delzsk.example.db
41rm -f ns3/dname-at-apex-nsec3.example.db
42rm -f ns3/inacksk2.example.db
43rm -f ns3/inacksk3.example.db
44rm -f ns3/inaczsk2.example.db
45rm -f ns3/inaczsk3.example.db
46rm -f ns3/jitter.nsec3.example.db
47rm -f ns3/kg.out ns3/s.out ns3/st.out
48rm -f ns3/kskonly.example.db
49rm -f ns3/named.ns3.prev
50rm -f ns3/noksk.example.db
51rm -f ns3/nozsk.example.db ns3/inaczsk.example.db
52rm -f ns3/nsec.example.db
53rm -f ns3/nsec3-to-nsec.example.db
54rm -f ns3/nsec3.example.db
55rm -f ns3/nsec3.nsec3.example.db
56rm -f ns3/nsec3.optout.example.db
57rm -f ns3/oldsigs.example.db
58rm -f ns3/optout.example.db
59rm -f ns3/optout.nsec3.example.db
60rm -f ns3/optout.optout.example.db
61rm -f ns3/prepub.example.db
62rm -f ns3/prepub.example.db.in
63rm -f ns3/reconf.example.db
64rm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
65rm -f ns3/secure-to-insecure.example.db
66rm -f ns3/secure-to-insecure2.example.db
67rm -f ns3/secure.example.db
68rm -f ns3/secure.nsec3.example.db
69rm -f ns3/secure.optout.example.db
70rm -f ns3/settime.out.*
71rm -f ns3/sync.example.db
72rm -f ns3/ttl*.db
73rm -f nsupdate.out
74rm -f settime.out.*
75rm -f signing.out.*
76rm -f sync.key
77