mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
Remove the random.data file created by genrandom.
This commit is contained in:
parent
e02884167b
commit
efd2baaa2b
1 changed files with 2 additions and 1 deletions
|
|
@ -15,10 +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.8 2000/08/01 01:14:31 tale Exp $
|
||||
# $Id: clean.sh,v 1.9 2000/08/11 18:45:30 bwelling Exp $
|
||||
|
||||
rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf
|
||||
rm -f ns1/root.db ns2/example.db ns3/secure.example.db
|
||||
rm -f ns3/unsecure.example.db ns3/bogus.example.db
|
||||
rm -f dig.out.*
|
||||
rm -f random.data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue