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

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

1.1.1.1.2.2! pgoyette    1: # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
        !             2: #
        !             3: # This Source Code Form is subject to the terms of the Mozilla Public
        !             4: # License, v. 2.0. If a copy of the MPL was not distributed with this
        !             5: # file, You can obtain one at http://mozilla.org/MPL/2.0/.
        !             6: #
        !             7: # See the COPYRIGHT file distributed with this work for additional
        !             8: # information regarding copyright ownership.
        !             9:
        !            10: rm -f dig.out.*
        !            11: rm -f ns*/*.jnl
        !            12: rm -f ns*/*.nzf
        !            13: rm -f ns*/named.lock
        !            14: rm -f ns*/named.memstats
        !            15: rm -f ns*/named.conf
        !            16: rm -f ns*/named.run
        !            17: rm -f ns1/*dom*example.db
        !            18: rm -f ns2/__catz__*db
        !            19: rm -f ns2/named.conf.tmp
        !            20: rm -f ns3/dom13.example.db ns3/dom14.example.db
        !            21: rm -f nsupdate.out.*
        !            22: rm -f ns[123]/catalog[1234].example.db
        !            23: rm -rf ns2/zonedir
        !            24: rm -f ns*/*.nzd ns*/*.nzd-lock

CVSweb <webmaster@jp.NetBSD.org>