[BACK]Return to clean.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / xfer

Annotation of src/external/mpl/bind/dist/bin/tests/system/xfer/clean.sh, Revision 1.1.1.7

1.1       christos    1: #!/bin/sh
1.1.1.7 ! christos    2:
1.1       christos    3: # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
                      4: #
1.1.1.7 ! christos    5: # SPDX-License-Identifier: MPL-2.0
        !             6: #
1.1       christos    7: # This Source Code Form is subject to the terms of the Mozilla Public
1.1.1.7 ! christos    8: # License, v. 2.0.  If a copy of the MPL was not distributed with this
1.1.1.6   christos    9: # file, you can obtain one at https://mozilla.org/MPL/2.0/.
1.1       christos   10: #
                     11: # See the COPYRIGHT file distributed with this work for additional
                     12: # information regarding copyright ownership.
                     13:
                     14: #
                     15: # Clean up after zone transfer tests.
                     16: #
                     17:
1.1.1.5   christos   18: rm -f */ans.run
                     19: rm -f */named.conf
                     20: rm -f */named.memstats
                     21: rm -f */named.run
                     22: rm -f */named.run.prev
1.1       christos   23: rm -f axfr.out
1.1.1.5   christos   24: rm -f dig.out.*
                     25: rm -f ns*/managed-keys.bind*
                     26: rm -f ns*/named.lock
1.1       christos   27: rm -f ns1/edns-expire.db
1.1.1.5   christos   28: rm -f ns1/ixfr-too-big.db ns1/ixfr-too-big.db.jnl
1.1.1.6   christos   29: rm -f ns1/sec.db ns2/sec.db
1.1       christos   30: rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl
1.1.1.5   christos   31: rm -f ns2/mapped.db
1.1.1.3   christos   32: rm -f ns3/example.bk ns3/xfer-stats.bk ns3/tsigzone.bk ns3/example.bk.jnl
1.1.1.5   christos   33: rm -f ns3/mapped.bk
1.1.1.6   christos   34: rm -f ns3/primary.bk ns3/primary.bk.jnl
1.1.1.4   christos   35: rm -f ns4/*.db ns4/*.jnl
1.1       christos   36: rm -f ns6/*.db ns6/*.bk ns6/*.jnl
                     37: rm -f ns7/*.db ns7/*.bk ns7/*.jnl
                     38: rm -f ns8/large.db ns8/small.db
1.1.1.5   christos   39: rm -f stats.*

CVSweb <webmaster@jp.NetBSD.org>