Skip to content

Teach dnssec-settime to read unset times that it writes (backport to v9.18)

Tony Finch requested to merge 3361-dnssec-settime-unset-v9_18 into v9_18

When there is no time in a key file, dnssec-settime will print "UNSET", but to unset a time the user must specify "none" or "never". This change allows "unset" or "UNSET" as well as "none" or "never". The "UNSET" output remains the same to avoid compatibility problems with wrapper scripts.

I have also re-synchronized the "Timing Options" sections of the man pages.

(cherry picked from commit 4c96efac)

Closes #3361 (closed)

Edited by Tony Finch

Merge request reports