2013-03-20 14:31:10 -07:00
|
|
|
#!/bin/sh
|
2013-03-21 23:46:12 +00:00
|
|
|
#
|
2016-06-27 14:56:38 +10:00
|
|
|
# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2013-03-21 23:46:12 +00:00
|
|
|
#
|
2016-06-27 14:56:38 +10: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/.
|
2013-03-21 23:46:12 +00:00
|
|
|
|
2013-03-20 14:31:10 -07:00
|
|
|
rm -f named-compilezone
|
|
|
|
rm -f */K*.key
|
|
|
|
rm -f */K*.private
|
|
|
|
rm -rf coverage.*
|
2014-12-18 11:58:50 +05:30
|
|
|
rm -f ns*/named.lock
|