2004-05-14 00:58:24 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
2018-02-23 03:53:12 -05:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
#
|
|
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
# information regarding copyright ownership.
|
2004-05-14 00:58:24 -04:00
|
|
|
|
|
|
|
|
rm -f ns*/named.run
|
2018-02-20 18:43:27 -05:00
|
|
|
rm -f ns*/named.conf
|
2011-05-26 00:35:02 -04:00
|
|
|
rm -f ns1/K*
|
|
|
|
|
rm -f ns1/dsset-*
|
|
|
|
|
rm -f ns1/*.signed
|
|
|
|
|
rm -f ns1/signer.err
|
|
|
|
|
rm -f ns1/root.db
|
|
|
|
|
rm -f ns2/K*
|
|
|
|
|
rm -f ns2/dlvset-*
|
|
|
|
|
rm -f ns2/dsset-*
|
|
|
|
|
rm -f ns2/*.signed
|
|
|
|
|
rm -f ns2/*.pre
|
|
|
|
|
rm -f ns2/signer.err
|
|
|
|
|
rm -f ns2/druz.db
|
2004-05-14 00:58:24 -04:00
|
|
|
rm -f ns3/K*
|
|
|
|
|
rm -f ns3/*.db
|
|
|
|
|
rm -f ns3/*.signed
|
|
|
|
|
rm -f ns3/dlvset-*
|
|
|
|
|
rm -f ns3/dsset-*
|
|
|
|
|
rm -f ns3/keyset-*
|
2011-05-26 00:35:02 -04:00
|
|
|
rm -f ns1/trusted.conf ns5/trusted.conf
|
|
|
|
|
rm -f ns3/trusted-dlv.conf ns5/trusted-dlv.conf
|
2010-05-26 02:28:00 -04:00
|
|
|
rm -f ns3/signer.err
|
|
|
|
|
rm -f ns6/K*
|
|
|
|
|
rm -f ns6/*.db
|
|
|
|
|
rm -f ns6/*.signed
|
|
|
|
|
rm -f ns6/dsset-*
|
|
|
|
|
rm -f ns6/signer.err
|
2007-09-25 23:22:45 -04:00
|
|
|
rm -f */named.memstats
|
2010-05-26 02:28:00 -04:00
|
|
|
rm -f dig.out.ns*.test*
|
2014-12-18 01:28:50 -05:00
|
|
|
rm -f ns*/named.lock
|