mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -04:00
17 lines
525 B
Bash
17 lines
525 B
Bash
#!/bin/sh
|
|
#
|
|
# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# 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/.
|
|
|
|
rm -f ns2/named.conf
|
|
rm -f */named.memstats
|
|
rm -f */named*.run
|
|
rm -f ns*/named.lock ns*/named*.pid ns*/other.lock
|
|
rm -f *.pid
|
|
rm -f rndc.out*
|
|
[ -d ns2/nope ] && chmod 755 ns2/nope
|
|
rm -rf ns2/nope
|
|
rm -f ns2/dir ns2/nopedir ns2/mkd ns2/nopemkd
|