mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
some files weren't being removed.
This commit is contained in:
parent
2f93757751
commit
78baa4ccb8
1 changed files with 3 additions and 3 deletions
|
|
@ -15,11 +15,11 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.10 2001/01/09 21:42:43 bwelling Exp $
|
||||
# $Id: clean.sh,v 1.11 2001/11/06 19:32:54 bwelling Exp $
|
||||
|
||||
rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf
|
||||
rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf */tmp*
|
||||
rm -f ns1/root.db ns2/example.db ns3/secure.example.db
|
||||
rm -f ns3/unsecure.example.db ns3/bogus.example.db
|
||||
rm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
|
||||
rm -f dig.out.*
|
||||
rm -f random.data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue