mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:42:07 -04:00
some files were missing from clean.sh
This commit is contained in:
parent
3718adf753
commit
094672b313
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.12 2011/07/08 01:43:26 each Exp $
|
||||
# $Id: clean.sh,v 1.13 2011/10/30 23:05:13 each Exp $
|
||||
|
||||
rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
|
||||
rm -f active.key inact.key del.key unpub.key standby.key rev.key
|
||||
|
|
@ -30,6 +30,7 @@ rm -f random.data
|
|||
rm -f ns1/root.db
|
||||
rm -f ns2/example.db
|
||||
rm -f ns2/private.secure.example.db ns2/bar.db
|
||||
rm -f ns3/autonsec3.example.db
|
||||
rm -f ns3/nsec.example.db
|
||||
rm -f ns3/nsec3.example.db
|
||||
rm -f ns3/nsec3.nsec3.example.db
|
||||
|
|
@ -49,3 +50,4 @@ rm -f ns3/prepub.example.db.in
|
|||
rm -f ns3/secure-to-insecure2.example.db
|
||||
rm -f ns3/nozsk.example.db ns3/inaczsk.example.db
|
||||
rm -f ns3/ttl*.db
|
||||
rm -f signing.out.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue