mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
cleanup
This commit is contained in:
parent
cbf8782b38
commit
8267ccfb55
2 changed files with 5 additions and 3 deletions
|
|
@ -15,11 +15,12 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.9.2.1 2004/03/09 06:10:26 marka Exp $
|
||||
# $Id: clean.sh,v 1.9.2.2 2005/09/12 22:50:01 marka Exp $
|
||||
|
||||
#
|
||||
# Clean up after zone transfer tests.
|
||||
#
|
||||
|
||||
rm -f ns3/example.bk dig.out.ns2 dig.out.ns3
|
||||
|
||||
rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl
|
||||
rm -f ns3/example.bk ns3/tsigzone.bk ns3/example.bk.jnl
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.8.2.2 2004/03/10 01:05:06 marka Exp $
|
||||
# $Id: clean.sh,v 1.8.2.3 2005/09/12 22:50:01 marka Exp $
|
||||
|
||||
#
|
||||
# Clean up after zone transfer quota tests.
|
||||
|
|
@ -24,3 +24,4 @@
|
|||
rm -f ns1/zone*.example.db ns1/zones.conf
|
||||
rm -f ns2/zone*.example.bk ns2/zones.conf
|
||||
rm -f dig.out.* ns2/changing.bk
|
||||
rm -f ns1/changing.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue