4396. [func] dnssec-keymgr now takes a '-r randomfile' option.
[RT #42455]
This commit is contained in:
@@ -39,7 +39,7 @@ for dir in [0-9][0-9]-*; do
|
||||
. $dir/expect
|
||||
|
||||
# run keymgr to update keys
|
||||
$KEYMGR -K $dir -g $KEYGEN -s $SETTIME $kargs > keymgr.$n 2>&1
|
||||
$KEYMGR -K $dir -g $KEYGEN -r $RANDFILE -s $SETTIME $kargs > keymgr.$n 2>&1
|
||||
# check that return code matches expectations
|
||||
found=$?
|
||||
if [ $found -ne $kret ]; then
|
||||
|
||||
Reference in New Issue
Block a user