mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 12:31:29 -05:00
Including $SYSTEMTESTTOP/conf.sh from a system test's clean.sh script is not needed for anything while it causes an error message to be printed out when "./configure" is run, as "make clean" is invoked at the end. Remove the offending line to prevent the error from occurring.
10 lines
213 B
Bash
10 lines
213 B
Bash
#!/bin/sh
|
|
|
|
rm -f ./dig.out.*
|
|
rm -f ./*/named.conf
|
|
rm -f ./*/named.memstats
|
|
rm -f ./*/named.run
|
|
rm -f ./ns*/named.lock
|
|
rm -f ./ns*/_default.nzf
|
|
rm -f ./ns*/_default.nzd*
|
|
rm -f ./ns*/managed-keys.bind* ns*/*.mkeys*
|