Update the system to include a recoverable managed.keys journal created
with <size,serial0,serial1,0> transactions and test that it has been
updated as part of the start up process.
(cherry picked from commit bb6f0faeed)
17 lines
524 B
Bash
17 lines
524 B
Bash
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
#
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
# information regarding copyright ownership.
|
|
|
|
rm -f */*.db */*.jnl
|
|
rm -f */named.conf
|
|
rm -f */named.memstats
|
|
rm -f */named.run
|
|
rm -f dig.out*
|
|
rm -f journalprint.out.*
|
|
rm -f ns1/managed-keys.bind
|